Home
last modified time | relevance | path

Searched refs:aPropertyEntries (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/sw/source/core/access/
H A Daccpara.cxx2022 PropertyEntryVector_t aPropertyEntries = pPropMap->getPropertyEntries(); in _getDefaultAttributesImpl() local
2023 PropertyEntryVector_t::const_iterator aPropIt = aPropertyEntries.begin(); in _getDefaultAttributesImpl()
2024 while ( aPropIt != aPropertyEntries.end() ) in _getDefaultAttributesImpl()
2260 PropertyEntryVector_t aPropertyEntries = pPropMap->getPropertyEntries(); in _getRunAttributesImpl() local
2261 PropertyEntryVector_t::const_iterator aPropIt = aPropertyEntries.begin(); in _getRunAttributesImpl()
2262 while ( aPropIt != aPropertyEntries.end() ) in _getRunAttributesImpl()
/trunk/main/sw/source/core/unocore/
H A Dunostyle.cxx1117 const PropertyEntryVector_t aPropertyEntries; member in SwStyleProperties_Impl
1131 const PropertyEntryVector_t& GetPropertyVector() const {return aPropertyEntries; } in GetPropertyVector()
1138 aPropertyEntries( pMap->getPropertyEntries() ), in SwStyleProperties_Impl()
1141 nArrLen = aPropertyEntries.size(); in SwStyleProperties_Impl()
1163 PropertyEntryVector_t::const_iterator aIt = aPropertyEntries.begin(); in SetProperty()
1164 while( aIt != aPropertyEntries.end() ) in SetProperty()
1183 PropertyEntryVector_t::const_iterator aIt = aPropertyEntries.begin(); in ClearProperty()
1184 while( aIt != aPropertyEntries.end() ) in ClearProperty()
1212 PropertyEntryVector_t::const_iterator aIt = aPropertyEntries.begin(); in GetProperty()
1213 while( aIt != aPropertyEntries.end() ) in GetProperty()
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()

Completed in 83 milliseconds