Home
last modified time | relevance | path

Searched refs:SC_CONTENT_GRAPHIC (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/sc/source/ui/navipi/
H A Dcontent.cxx82 SC_CONTENT_GRAPHIC,
168 case SC_CONTENT_GRAPHIC: in getAltLongDescText()
402 case SC_CONTENT_GRAPHIC: in IMPL_LINK()
502 case SC_CONTENT_GRAPHIC: in KeyInput()
761 if(nType ==SC_CONTENT_GRAPHIC||nType ==SC_CONTENT_OLEOBJECT||nType ==SC_CONTENT_DRAWING) in ObjectFresh()
814 if ( nType == SC_CONTENT_GRAPHIC ) in Refresh()
815 if (!DrawNamesChanged(SC_CONTENT_GRAPHIC)) in Refresh()
834 if ( !nType || nType == SC_CONTENT_GRAPHIC ) in Refresh()
944 case SC_CONTENT_GRAPHIC: in IsPartOfType()
1036 GetDrawNames( SC_CONTENT_GRAPHIC ); in GetGraphicNames()
[all …]
H A Dnavipi.cxx968 aLbEntries.Refresh( SC_CONTENT_GRAPHIC ); in Notify()
990 aLbEntries.ObjectFresh( SC_CONTENT_GRAPHIC ); in Notify()
/AOO41X/main/sc/source/ui/inc/
H A Dcontent.hxx43 #define SC_CONTENT_GRAPHIC 4 macro