Searched refs:aFmtNms (Results 1 – 1 of 1) sorted by relevance
36 SvStringsDtor aFmtNms; member40 SvxClipboardFmtItem_Impl() : aFmtNms( 8, 8 ), aFmtIds( 8, 8 ) {} in SvxClipboardFmtItem_Impl()52 for( sal_uInt16 n = 0, nEnd = rCpy.aFmtNms.Count(); n < nEnd; ++n ) in SvxClipboardFmtItem_Impl()54 String* pStr = rCpy.aFmtNms[ n ]; in SvxClipboardFmtItem_Impl()57 aFmtNms.Insert( pStr, n ); in SvxClipboardFmtItem_Impl()103 pImpl->aFmtNms.Remove( 0, pImpl->aFmtNms.Count() ); in PutValue()117 if( rCmp.pImpl->aFmtNms.Count() == pImpl->aFmtNms.Count() ) in operator ==()121 for( sal_uInt16 n = 0, nEnd = rCmp.pImpl->aFmtNms.Count(); n < nEnd; ++n ) in operator ==()124 ( (0 == ( pStr1 = pImpl->aFmtNms[ n ] )) ^ in operator ==()125 (0 == ( pStr2 = rCmp.pImpl->aFmtNms[ n ] ) )) || in operator ==()[all …]