Lines Matching refs:rStyles
86 const SfxStyles& rStyles = mxPool->GetStyles(); in getStyleSheets() local
87 for( SfxStyles::const_iterator iter( rStyles.begin() ); iter != rStyles.end(); iter++ ) in getStyleSheets()
164 const SfxStyles& rStyles = mxPool->GetStyles(); in GetSheetByName() local
165 for( SfxStyles::const_iterator iter( rStyles.begin() ); iter != rStyles.end(); iter++ ) in GetSheetByName()
284 const SfxStyles& rStyles = mxPool->GetStyles(); in getElementNames() local
285 for( SfxStyles::const_iterator iter( rStyles.begin() ); iter != rStyles.end(); iter++ ) in getElementNames()
312 const SfxStyles& rStyles = mxPool->GetStyles(); in hasByName() local
313 for( SfxStyles::const_iterator iter( rStyles.begin() ); iter != rStyles.end(); iter++ ) in hasByName()
347 const SfxStyles& rStyles = mxPool->GetStyles(); in hasElements() local
348 for( SfxStyles::const_iterator iter( rStyles.begin() ); iter != rStyles.end(); iter++ ) in hasElements()
375 const SfxStyles& rStyles = mxPool->GetStyles(); in getCount() local
376 for( SfxStyles::const_iterator iter( rStyles.begin() ); iter != rStyles.end(); iter++ ) in getCount()
411 const SfxStyles& rStyles = mxPool->GetStyles(); in getByIndex() local
412 for( SfxStyles::const_iterator iter( rStyles.begin() ); iter != rStyles.end(); iter++ ) in getByIndex()