Home
last modified time | relevance | path

Searched refs:SD_MOD (Results 1 – 25 of 60) sorted by relevance

123

/trunk/main/sd/source/ui/docshell/
H A Ddocshel3.cxx104 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 Ddocshel4.cxx123 SD_MOD()->GetSdOptions(mpDoc->GetDocumentType())); in GetPrinter()
192 pRefDevice = SD_MOD()->GetVirtualRefDevice(); in UpdateFontList()
256 pRefDevice = SD_MOD()->GetVirtualRefDevice(); in UpdateRefDevice()
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsClipboard.cxx277 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 DSlsSelectionFunction.cxx1284 if (SD_MOD()->pTransferDrag != NULL) in StartDrag()
1831 SdTransferable* pDragTransferable = SD_MOD()->pTransferDrag; in DragAndDropModeHandler()
1838 pDragTransferable = SD_MOD()->pTransferDrag; in DragAndDropModeHandler()
/trunk/main/sd/source/ui/app/
H A Dsdxfer.cxx492 if (SD_MOD()==NULL) in GetData()
727 if( this == SD_MOD()->pTransferClip ) in ObjectReleased()
728 SD_MOD()->pTransferClip = NULL; in ObjectReleased()
730 if( this == SD_MOD()->pTransferDrag ) in ObjectReleased()
731 SD_MOD()->pTransferDrag = NULL; in ObjectReleased()
733 if( this == SD_MOD()->pTransferSelection ) in ObjectReleased()
734 SD_MOD()->pTransferSelection = NULL; in ObjectReleased()
H A Dsdpopup.cxx90 SvNumberFormatter* pNumberFormatter = SD_MOD()->GetNumberFormatter(); in Fill()
121 SvNumberFormatter* pNumberFormatter = SD_MOD()->GetNumberFormatter(); in Fill()
H A Dsdresid.cxx36 ResId(nId, *SD_MOD()->GetResMgr()) in SdResId()
/trunk/main/sd/source/ui/view/
H A Dsdview2.cxx129 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 Dsdview3.cxx333 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 Ddrviews4.cxx295 SdNavigatorWin* pNavWin = (SdNavigatorWin*)( pWindow->GetContextWindow( SD_MOD() ) ); in FreshNavigatrEntry()
307 SdNavigatorWin* pNavWin = (SdNavigatorWin*)( pWindow->GetContextWindow( SD_MOD() ) ); in FreshNavigatrTree()
575 pWin != NULL && !mpDrawView->IsAction() && !SD_MOD()->GetWaterCan() ) in Command()
H A DOutliner.cxx186 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()
/trunk/main/sd/source/ui/unoidl/
H A Dunomodule.cxx70 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()
/trunk/main/sd/source/ui/func/
H A Dfutempl.cxx271 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 Dfusldlg.cxx109 …sal_Bool bStartWithActualPage = SD_MOD()->GetSdOptions( mpDoc->GetDocumentType() )->IsStartWithAct… in DoExecute()
137 SdOptions* pOptions = SD_MOD()->GetSdOptions(DOCUMENT_TYPE_IMPRESS); in DoExecute()
H A Dfudraw.cxx616 if (SD_MOD()->GetWaterCan() && !mpView->PickHandle(aPnt)) in ForcePointer()
629 if (SD_MOD()->GetWaterCan() && !pHdl) in ForcePointer()
860 !SD_MOD()->GetWaterCan() && in DoubleClick()
/trunk/main/sd/source/core/
H A Ddrawdoc.cxx192 SdOptions* pOptions = SD_MOD()->GetSdOptions(meDocType); in SdDrawDocument()
852 mpOutliner->SetRefDevice( SD_MOD()->GetRefDevice( *mpDocSh ) ); in GetOutliner()
882 mpInternalOutliner->SetRefDevice( SD_MOD()->GetRefDevice( *mpDocSh ) ); in GetInternalOutliner()
1045 pOutliner->SetCalcFieldValueHdl(LINK(SD_MOD(), SdModule, CalcFieldValueHdl)); in SetCalcFieldValueHdl()
/trunk/main/sd/source/ui/dlg/
H A Dsdtreelb.cxx1330 …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 Dmorphdlg.cxx121 SvStorageStreamRef xIStm( SD_MOD()->GetOptionStream( UniString::CreateFromAscii( in LoadSettings()
148 SvStorageStreamRef xOStm( SD_MOD()->GetOptionStream( UniString::CreateFromAscii( in SaveSettings()
H A Ddlgfield.cxx204 SvNumberFormatter* pNumberFormatter = SD_MOD()->GetNumberFormatter(); in FillFormatList()
229 SvNumberFormatter* pNumberFormatter = SD_MOD()->GetNumberFormatter(); in FillFormatList()
H A Dvectdlg.cxx348 SvStorageStreamRef xIStm( SD_MOD()->GetOptionStream( in LoadSettings()
382 SvStorageStreamRef xOStm( SD_MOD()->GetOptionStream( in SaveSettings()
/trunk/main/sd/inc/
H A Dsdmod.hxx207 #ifndef SD_MOD
208 #define SD_MOD() ( *(SdModule**) GetAppData(SHL_DRAW) ) macro
H A Dsddll.hxx71 #define SD_MOD() ( *(SdModule**) GetAppData(SHL_DRAW) ) macro
/trunk/main/sd/source/ui/slideshow/
H A Dslideshow.cxx582 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()
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsButtonBar.cxx1462 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()
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationCreateDialog.cxx529 SdOptions* pOptions = SD_MOD()->GetSdOptions(DOCUMENT_TYPE_IMPRESS); in CustomAnimationCreateDialog()
575 SdOptions* pOptions = SD_MOD()->GetSdOptions(DOCUMENT_TYPE_IMPRESS); in ~CustomAnimationCreateDialog()

Completed in 1111 milliseconds

123