Home
last modified time | relevance | path

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

/aoo4110/main/extensions/source/propctrlr/
H A Dpropcontroller.cxx1016 … StlSyntaxSequence< Property > aThisHandlersProperties = (*aHandler)->getSupportedProperties(); in doInspection() local
1018 if ( aThisHandlersProperties.empty() ) in doInspection()
1027 aProperties.reserve( aProperties.size() + aThisHandlersProperties.size() ); in doInspection()
1028 …r ( StlSyntaxSequence< Property >::const_iterator copyProperty = aThisHandlersProperties.begin(); in doInspection()
1029 copyProperty != aThisHandlersProperties.end(); in doInspection()
1080 … for ( StlSyntaxSequence< Property >::const_iterator remember = aThisHandlersProperties.begin(); in doInspection()
1081 remember != aThisHandlersProperties.end(); in doInspection()

Completed in 35 milliseconds