/aoo41x/main/sd/source/ui/docshell/ |
H A D | docshel3.cxx | 104 SvxSearchItem* pAppSearchItem = SD_MOD()->GetSearchItem(); in Execute() 107 SD_MOD()->SetSearchItem(pAppSearchItem); in Execute() 172 SvxSearchItem* pAppSearchItem = SD_MOD()->GetSearchItem(); in Execute() 175 SD_MOD()->SetSearchItem(pAppSearchItem); in Execute()
|
H A D | docshel4.cxx | 123 SD_MOD()->GetSdOptions(mpDoc->GetDocumentType())); in GetPrinter() 192 pRefDevice = SD_MOD()->GetVirtualRefDevice(); in UpdateFontList() 256 pRefDevice = SD_MOD()->GetVirtualRefDevice(); in UpdateRefDevice()
|
/aoo41x/main/sd/source/ui/slidesorter/controller/ |
H A D | SlsClipboard.cxx | 277 SdTransferable* pClipTransferable = SD_MOD()->pTransferClip; in DoPaste() 343 SdTransferable* pClipTransferable = SD_MOD()->pTransferClip; in PasteTransferable() 477 SD_MOD()->pTransferDrag = pTransferable; in CreateSlideTransferable() 479 SD_MOD()->pTransferClip = pTransferable; in CreateSlideTransferable() 730 SdTransferable* pDragTransferable = SD_MOD()->pTransferDrag; in AcceptDrop() 795 SdTransferable* pDragTransferable = SD_MOD()->pTransferDrag; in ExecuteDrop() 959 const SdTransferable* pDragTransferable = SD_MOD()->pTransferDrag; in IsDropAccepted()
|
H A D | SlsSelectionFunction.cxx | 1284 if (SD_MOD()->pTransferDrag != NULL) in StartDrag() 1831 SdTransferable* pDragTransferable = SD_MOD()->pTransferDrag; in DragAndDropModeHandler() 1838 pDragTransferable = SD_MOD()->pTransferDrag; in DragAndDropModeHandler()
|
/aoo41x/main/sd/source/ui/app/ |
H A D | sdxfer.cxx | 483 if (SD_MOD()==NULL) in GetData() 718 if( this == SD_MOD()->pTransferClip ) in ObjectReleased() 719 SD_MOD()->pTransferClip = NULL; in ObjectReleased() 721 if( this == SD_MOD()->pTransferDrag ) in ObjectReleased() 722 SD_MOD()->pTransferDrag = NULL; in ObjectReleased() 724 if( this == SD_MOD()->pTransferSelection ) in ObjectReleased() 725 SD_MOD()->pTransferSelection = NULL; in ObjectReleased()
|
H A D | sdpopup.cxx | 96 SvNumberFormatter* pNumberFormatter = SD_MOD()->GetNumberFormatter(); in Fill() 127 SvNumberFormatter* pNumberFormatter = SD_MOD()->GetNumberFormatter(); in Fill()
|
H A D | sdresid.cxx | 38 ResId(nId, *SD_MOD()->GetResMgr()) in SdResId()
|
/aoo41x/main/sd/source/ui/view/ |
H A D | sdview2.cxx | 129 SD_MOD()->pTransferClip = pTransferable; in CreateClipboardDataObject() 193 SD_MOD()->pTransferDrag = pTransferable; in CreateDragDataObject() 247 SD_MOD()->pTransferSelection = pTransferable; in CreateSelectionDataObject() 272 … else if( SD_MOD()->pTransferSelection && ( SD_MOD()->pTransferSelection->GetView() == this ) ) in UpdateSelectionClipboard() 275 SD_MOD()->pTransferSelection = NULL; in UpdateSelectionClipboard() 436 SdTransferable* pDragTransferable = SD_MOD()->pTransferDrag; in DragFinished() 534 SdTransferable* pDragTransferable = SD_MOD()->pTransferDrag; in AcceptDrop()
|
H A D | sdview3.cxx | 333 if( SD_MOD()->pTransferClip == (SdTransferable*) pImplementation ) in InsertData() 334 pOwnData = SD_MOD()->pTransferClip; in InsertData() 335 else if( SD_MOD()->pTransferDrag == (SdTransferable*) pImplementation ) in InsertData() 336 pOwnData = SD_MOD()->pTransferDrag; in InsertData() 337 else if( SD_MOD()->pTransferSelection == (SdTransferable*) pImplementation ) in InsertData() 338 pOwnData = SD_MOD()->pTransferSelection; in InsertData() 475 if( pOwnData == SD_MOD()->pTransferSelection ) in InsertData()
|
H A D | drviews4.cxx | 289 SdNavigatorWin* pNavWin = (SdNavigatorWin*)( pWindow->GetContextWindow( SD_MOD() ) ); in FreshNavigatrEntry() 301 SdNavigatorWin* pNavWin = (SdNavigatorWin*)( pWindow->GetContextWindow( SD_MOD() ) ); in FreshNavigatrTree() 569 pWin != NULL && !mpDrawView->IsAction() && !SD_MOD()->GetWaterCan() ) in Command()
|
H A D | Outliner.cxx | 186 SetCalcFieldValueHdl(LINK(SD_MOD(), SdModule, CalcFieldValueHdl)); in Outliner() 281 SetRefDevice( SD_MOD()->GetRefDevice( *mpDrawDocument->GetDocSh() ) ); in PrepareSpelling() 1628 SetRefDevice( SD_MOD()->GetRefDevice( *mpDrawDocument->GetDocSh() ) ); in BeginConversion()
|
/aoo41x/main/sd/source/ui/unoidl/ |
H A D | unomodule.cxx | 70 const SfxSlot* pSlot = SD_MOD()->GetInterface()->GetSlot( aURL.Complete ); in dispatchWithNotification() 77 SfxRequest aReq( pSlot, aArgs, SFX_CALLMODE_SYNCHRON, SD_MOD()->GetPool() ); in dispatchWithNotification() 78 const SfxPoolItem* pResult = SD_MOD()->ExecuteSlot( aReq ); in dispatchWithNotification() 126 const SfxSlot* pSlot = SD_MOD()->GetInterface()->GetSlot( aURL.Complete ); in queryDispatch()
|
/aoo41x/main/sd/source/ui/func/ |
H A D | futempl.cxx | 271 if( !SD_MOD()->GetWaterCan() ) in DoExecute() 276 SD_MOD()->SetWaterCan( sal_True ); in DoExecute() 291 SD_MOD()->SetWaterCan( sal_False ); in DoExecute() 295 SD_MOD()->SetWaterCan( sal_False ); in DoExecute()
|
H A D | fusldlg.cxx | 109 …sal_Bool bStartWithActualPage = SD_MOD()->GetSdOptions( mpDoc->GetDocumentType() )->IsStartWithAct… in DoExecute() 137 SdOptions* pOptions = SD_MOD()->GetSdOptions(DOCUMENT_TYPE_IMPRESS); in DoExecute()
|
H A D | fudraw.cxx | 616 if (SD_MOD()->GetWaterCan() && !mpView->PickHandle(aPnt)) in ForcePointer() 629 if (SD_MOD()->GetWaterCan() && !pHdl) in ForcePointer() 860 !SD_MOD()->GetWaterCan() && in DoubleClick()
|
/aoo41x/main/sd/source/core/ |
H A D | drawdoc.cxx | 192 SdOptions* pOptions = SD_MOD()->GetSdOptions(meDocType); in SdDrawDocument() 855 mpOutliner->SetRefDevice( SD_MOD()->GetRefDevice( *mpDocSh ) ); in GetOutliner() 886 mpInternalOutliner->SetRefDevice( SD_MOD()->GetRefDevice( *mpDocSh ) ); in GetInternalOutliner() 1049 pOutliner->SetCalcFieldValueHdl(LINK(SD_MOD(), SdModule, CalcFieldValueHdl)); in SetCalcFieldValueHdl()
|
/aoo41x/main/sd/source/ui/dlg/ |
H A D | sdtreelb.cxx | 1330 …pNavWin = (SdNavigatorWin*) ( mpFrame->GetChildWindow( SID_NAVIGATOR )->GetContextWindow( SD_MOD()… in StartDrag() 1380 (SdNavigatorWin*)( mpFrame->GetChildWindow( SID_NAVIGATOR )->GetContextWindow( SD_MOD() ) ) : in DoDrag() 1447 SD_MOD()->pTransferDrag = pTransferable; in DoDrag() 1461 SD_MOD()->pTransferDrag = pTransferable; in DoDrag() 1478 …Win = (SdNavigatorWin*) ( mpFrame->GetChildWindow( SID_NAVIGATOR )->GetContextWindow( SD_MOD() ) ); in OnDragFinished() 1555 … pNavWin = (SdNavigatorWin*)( mpFrame->GetChildWindow( nId )->GetContextWindow( SD_MOD() ) ); in ExecuteDrop()
|
H A D | morphdlg.cxx | 121 SvStorageStreamRef xIStm( SD_MOD()->GetOptionStream( UniString::CreateFromAscii( in LoadSettings() 148 SvStorageStreamRef xOStm( SD_MOD()->GetOptionStream( UniString::CreateFromAscii( in SaveSettings()
|
H A D | dlgfield.cxx | 204 SvNumberFormatter* pNumberFormatter = SD_MOD()->GetNumberFormatter(); in FillFormatList() 229 SvNumberFormatter* pNumberFormatter = SD_MOD()->GetNumberFormatter(); in FillFormatList()
|
H A D | vectdlg.cxx | 348 SvStorageStreamRef xIStm( SD_MOD()->GetOptionStream( in LoadSettings() 382 SvStorageStreamRef xOStm( SD_MOD()->GetOptionStream( in SaveSettings()
|
/aoo41x/main/sd/inc/ |
H A D | sdmod.hxx | 207 #ifndef SD_MOD 208 #define SD_MOD() ( *(SdModule**) GetAppData(SHL_DRAW) ) macro
|
H A D | sddll.hxx | 71 #define SD_MOD() ( *(SdModule**) GetAppData(SHL_DRAW) ) macro
|
/aoo41x/main/sd/source/ui/slideshow/ |
H A D | slideshow.cxx | 582 SdOptions* pOptions = SD_MOD()->GetSdOptions(DOCUMENT_TYPE_IMPRESS); in setPropertyValue() 658 SdOptions* pOptions = SD_MOD()->GetSdOptions(DOCUMENT_TYPE_IMPRESS); in getPropertyValue() 1286 SdOptions* pOptions = SD_MOD()->GetSdOptions(DOCUMENT_TYPE_IMPRESS); in GetDisplay()
|
/aoo41x/main/sd/source/ui/animations/ |
H A D | CustomAnimationCreateDialog.cxx | 529 SdOptions* pOptions = SD_MOD()->GetSdOptions(DOCUMENT_TYPE_IMPRESS); in CustomAnimationCreateDialog() 575 SdOptions* pOptions = SD_MOD()->GetSdOptions(DOCUMENT_TYPE_IMPRESS); in ~CustomAnimationCreateDialog()
|
/aoo41x/main/sd/source/ui/slidesorter/view/ |
H A D | SlsButtonBar.cxx | 1462 const sal_Bool bSavedState (SD_MOD()->GetSdOptions(eType)->IsStartWithActualPage()); in ProcessClick() 1463 SD_MOD()->GetSdOptions(eType)->SetStartWithActualPage(sal_False); in ProcessClick() 1468 SD_MOD()->GetSdOptions(eType)->SetStartWithActualPage(bSavedState); in ProcessClick()
|