Home
last modified time | relevance | path

Searched refs:SV_ICON_SMALL_START (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/vcl/source/src/
H A Dimages.src413 Bitmap (SV_ICON_SMALL_START)
433 Bitmap (SV_ICON_SMALL_START + SV_ICON_ID_OFFICE)
453 Bitmap (SV_ICON_SMALL_START + SV_ICON_ID_TEXT)
473 Bitmap (SV_ICON_SMALL_START + SV_ICON_ID_TEXT_TEMPLATE)
493 Bitmap (SV_ICON_SMALL_START + SV_ICON_ID_SPREADSHEET)
513 Bitmap (SV_ICON_SMALL_START + SV_ICON_ID_SPREADSHEET_TEMPLATE)
533 Bitmap (SV_ICON_SMALL_START + SV_ICON_ID_DRAWING)
553 Bitmap (SV_ICON_SMALL_START + SV_ICON_ID_DRAWING_TEMPLATE)
573 Bitmap (SV_ICON_SMALL_START + SV_ICON_ID_PRESENTATION)
593 Bitmap (SV_ICON_SMALL_START + SV_ICON_ID_PRESENTATION_TEMPLATE)
[all …]
/AOO41X/main/sfx2/source/appl/
H A Dshutdowniconunx.cxx44 #define SV_ICON_SMALL_START 25000 macro
175 GdkPixbuf *pPixbuf= ResIdToPixbuf( SV_ICON_SMALL_START + nResId ); in add_item()
/AOO41X/main/vcl/inc/
H A Dsvids.hrc231 #define SV_ICON_SMALL_START 25000
/AOO41X/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx1117 sal_uInt16 nOffsets[2] = { SV_ICON_SMALL_START, SV_ICON_LARGE_START }; in SetIcon()