Home
last modified time | relevance | path

Searched refs:aAddList (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/svx/source/items/
H A Dnumfmtsh.cxx154 for ( sal_uInt16 i = 0; i < aAddList.Count(); ++i )
155 pFormatter->DeleteEntry( aAddList[i] );
161 aAddList.Remove( 0, aAddList.Count() );
162 aDelList.Remove( 0, aAddList.Count() );
290 aAddList.Insert( nCurFormatKey, aAddList.Count() ); in AddFormat()
334 for ( sal_uInt16 i = 0; !bFound && i < aAddList.Count(); ++i ) in RemoveFormat()
336 if ( aAddList[i] == nDelKey ) in RemoveFormat()
343 aAddList.Remove( nAt ); in RemoveFormat()
1195 for ( sal_uInt16 i = 0; !bFound && i < aAddList.Count(); ++i ) in IsAdded_Impl()
1196 if ( aAddList[i] == nKey ) in IsAdded_Impl()
/aoo4110/main/svx/inc/svx/
H A Dnumfmtsh.hxx225 SvULongs aAddList; member in SvxNumberFormatShell

Completed in 21 milliseconds