Home
last modified time | relevance | path

Searched refs:aPropVector (Results 1 – 4 of 4) sorted by relevance

/trunk/main/framework/source/uielement/
H A Dstatusbarmanager.cxx389 std::vector< uno::Any > aPropVector; in CreateControllers() local
393 aPropVector.push_back( uno::makeAny( aPropValue ) ); in CreateControllers()
397 aPropVector.push_back( uno::makeAny( aPropValue ) ); in CreateControllers()
401 aPropVector.push_back( uno::makeAny( aPropValue ) ); in CreateControllers()
406 aPropVector.push_back( uno::makeAny( aPropValue ) ); in CreateControllers()
410 aPropVector.push_back( uno::makeAny( aPropValue ) ); in CreateControllers()
415 aPropVector.push_back( uno::makeAny( aPropValue ) ); in CreateControllers()
419 aPropVector.push_back( uno::makeAny( aPropValue ) ); in CreateControllers()
421 uno::Sequence< uno::Any > aArgs( comphelper::containerToSequence( aPropVector ) ); in CreateControllers()
/trunk/main/reportdesign/source/ui/misc/
H A DUITools.cxx271 PropertyEntryVector_t aPropVector = pPropertyMap->getPropertyEntries(); in lcl_fillShapeToItems() local
272 PropertyEntryVector_t::const_iterator aIt = aPropVector.begin(); in lcl_fillShapeToItems()
273 while( aIt != aPropVector.end() ) in lcl_fillShapeToItems()
294 PropertyEntryVector_t aPropVector = pPropertyMap->getPropertyEntries(); in lcl_fillItemsToShape() local
295 PropertyEntryVector_t::const_iterator aIt = aPropVector.begin(); in lcl_fillItemsToShape()
296 while( aIt != aPropVector.end() ) in lcl_fillItemsToShape()
/trunk/main/sc/source/ui/view/
H A Dviewfunc.cxx1379 PropertyEntryVector_t aPropVector = pMap->getPropertyEntries(); in ApplySelectionPattern() local
1385 PropertyEntryVector_t::const_iterator aIt = aPropVector.begin(); in ApplySelectionPattern()
1386 while ( aIt != aPropVector.end()) in ApplySelectionPattern()
/trunk/main/sw/source/core/unocore/
H A Dunostyle.cxx5167 PropertyEntryVector_t aPropVector = pMap->getPropertyEntries(); in getProperties() local
5203 PropertyEntryVector_t::const_iterator aIt = aPropVector.begin(); in getProperties()
5204 while( aIt != aPropVector.end() ) in getProperties()