Home
last modified time | relevance | path

Searched refs:aActuatingPropertyValues (Results 1 – 2 of 2) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/extensions/source/propctrlr/
H A Dpropcontroller.cxx1151 std::vector< Any > aActuatingPropertyValues; in UpdateUI() local
1183aActuatingPropertyValues.push_back( impl_getPropertyValue_throw( property.second.Name ) ); in UpdateUI()
1189 … std::vector< Any >::const_iterator aPropertyValue = aActuatingPropertyValues.begin(); in UpdateUI()
/dports/editors/libreoffice/libreoffice-7.2.6.2/extensions/source/propctrlr/
H A Dpropcontroller.cxx1160 std::vector< Any > aActuatingPropertyValues; in UpdateUI() local
1192aActuatingPropertyValues.push_back( impl_getPropertyValue_throw( property.second.Name ) ); in UpdateUI()
1198 … std::vector< Any >::const_iterator aPropertyValue = aActuatingPropertyValues.begin(); in UpdateUI()