Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/inc/
H A Dbasesh.hxx56 SvUShortsSort aGrfUpdateSlots; member in SwBaseShell
66 …inline sal_Bool AddGrfUpdateSlot( sal_uInt16 nSlot ){ return aGrfUpdateSlots.Insert( nSlot… in AddGrfUpdateSlot()
/trunk/main/sw/source/ui/shells/
H A Dbasesh.cxx1295 aGrfUpdateSlots.Count() ) in IMPL_LINK()
1300 for( sal_uInt16 n = 0; n < aGrfUpdateSlots.Count(); ++n ) in IMPL_LINK()
1304 switch( nSlot = aGrfUpdateSlots[ n ] ) in IMPL_LINK()
1376 aGrfUpdateSlots.RemoveAt( 0, aGrfUpdateSlots.Count() ); in IMPL_LINK()