Searched refs:aPropertyEntries (Results 1 – 3 of 3) sorted by relevance
56 const PropertyEntryVector_t aPropertyEntries; member in SwSearchProperties_Impl73 …aPropertyEntries( aSwMapProvider.GetPropertySet(PROPERTY_MAP_TEXT_CURSOR)->getPropertyMap()->getPr… in SwSearchProperties_Impl()75 nArrLen = aPropertyEntries.size(); in SwSearchProperties_Impl()109 PropertyEntryVector_t::const_iterator aIt = aPropertyEntries.begin(); in SetProperties()114 if( aIt == aPropertyEntries.end() ) in SetProperties()196 PropertyEntryVector_t::const_iterator aIt = aPropertyEntries.begin(); in FillItemSet()
1149 const PropertyEntryVector_t aPropertyEntries; member in SwStyleProperties_Impl1163 const PropertyEntryVector_t& GetPropertyVector() const {return aPropertyEntries; } in GetPropertyVector()1170 aPropertyEntries( pMap->getPropertyEntries() ), in SwStyleProperties_Impl()1173 nArrLen = aPropertyEntries.size(); in SwStyleProperties_Impl()1195 PropertyEntryVector_t::const_iterator aIt = aPropertyEntries.begin(); in SetProperty()1196 while( aIt != aPropertyEntries.end() ) in SetProperty()1215 PropertyEntryVector_t::const_iterator aIt = aPropertyEntries.begin(); in ClearProperty()1216 while( aIt != aPropertyEntries.end() ) in ClearProperty()1244 PropertyEntryVector_t::const_iterator aIt = aPropertyEntries.begin(); in GetProperty()1245 while( aIt != aPropertyEntries.end() ) in GetProperty()
2018 PropertyEntryVector_t aPropertyEntries = pPropMap->getPropertyEntries(); in _getDefaultAttributesImpl() local2019 PropertyEntryVector_t::const_iterator aPropIt = aPropertyEntries.begin(); in _getDefaultAttributesImpl()2020 while ( aPropIt != aPropertyEntries.end() ) in _getDefaultAttributesImpl()2256 PropertyEntryVector_t aPropertyEntries = pPropMap->getPropertyEntries(); in _getRunAttributesImpl() local2257 PropertyEntryVector_t::const_iterator aPropIt = aPropertyEntries.begin(); in _getRunAttributesImpl()2258 while ( aPropIt != aPropertyEntries.end() ) in _getRunAttributesImpl()
Completed in 99 milliseconds