Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/view/
H A Dsdwindow.cxx842 sal_uInt16 nPreviewSlot; in DataChanged() local
850 nPreviewSlot = SID_PREVIEW_QUALITY_CONTRAST; in DataChanged()
852 nPreviewSlot = SID_PREVIEW_QUALITY_COLOR; in DataChanged()
871 … SfxRequest aReq( nPreviewSlot, 0, mpViewShell->GetDocSh()->GetDoc()->GetItemPool() ); in DataChanged()
H A Dsdview.cxx1121 sal_uInt16 nOutputSlot, nPreviewSlot; in onAccessibilityOptionsChanged() local
1138 nPreviewSlot = SID_PREVIEW_QUALITY_CONTRAST; in onAccessibilityOptionsChanged()
1142 nPreviewSlot = SID_PREVIEW_QUALITY_COLOR; in onAccessibilityOptionsChanged()
1146 … mpViewSh->GetViewFrame()->GetDispatcher()->Execute( nPreviewSlot, SFX_CALLMODE_ASYNCHRON ); in onAccessibilityOptionsChanged()