Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/core/unocore/
H A Dunosrch.cxx56 const PropertyEntryVector_t aPropertyEntries; member in SwSearchProperties_Impl
73aPropertyEntries( 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()
H A Dunostyle.cxx1149 const PropertyEntryVector_t aPropertyEntries; member in SwStyleProperties_Impl
1163 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()
/aoo4110/main/sw/source/core/access/
H A Daccpara.cxx2018 PropertyEntryVector_t aPropertyEntries = pPropMap->getPropertyEntries(); in _getDefaultAttributesImpl() local
2019 PropertyEntryVector_t::const_iterator aPropIt = aPropertyEntries.begin(); in _getDefaultAttributesImpl()
2020 while ( aPropIt != aPropertyEntries.end() ) in _getDefaultAttributesImpl()
2256 PropertyEntryVector_t aPropertyEntries = pPropMap->getPropertyEntries(); in _getRunAttributesImpl() local
2257 PropertyEntryVector_t::const_iterator aPropIt = aPropertyEntries.begin(); in _getRunAttributesImpl()
2258 while ( aPropIt != aPropertyEntries.end() ) in _getRunAttributesImpl()

Completed in 99 milliseconds