Home
last modified time | relevance | path

Searched refs:Current (Results 1 – 25 of 305) sorted by relevance

12345678910>>...13

/trunk/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx354 PropertyHolder& Current() in Current() function in __anonc3207dfb0211::PropertyHolders
514 TargetHolder& Current() in Current() function in __anonc3207dfb0511::TargetHolders
1713 …intArrayPrimitive(aPositions, rTargetHolders.Current(), rPropertyHolders.Current(), rPropertyHolde… in interpretMetafile()
1872 createHairlinePrimitive(aOutline, rTargetHolders.Current(), rPropertyHolders.Current()); in interpretMetafile()
1986 rTargetHolders.Current(), in interpretMetafile()
2027 rTargetHolders.Current(), in interpretMetafile()
2090 rTargetHolders.Current(), in interpretMetafile()
2138 xSubContent = rTargetHolders.Current().getPrimitive2DSequence(rPropertyHolders.Current()); in interpretMetafile()
2954 rTargetHolders.Current(), in interpretMetafile()
3205 aTargetHolders.Current().getPrimitive2DSequence(aPropertyHolders.Current())); in create2DDecomposition()
[all …]
/trunk/main/svx/source/tbxctrls/
H A Ditemwin.cxx95 mpSh = SfxObjectShell::Current(); in IMPL_LINK()
130 SfxObjectShell::Current() && in Select()
236 if( SfxViewShell::Current() ) in ReleaseFocus_Impl()
275 mpSh = SfxObjectShell::Current(); in FillControl()
306 SfxObjectShell* pSh = SfxObjectShell::Current(); in SvxColorBox()
321 SfxObjectShell* pSh = SfxObjectShell::Current(); in IMPL_LINK()
457 if( SfxViewShell::Current() ) in ReleaseFocus_Impl()
535 if( SfxViewShell::Current() ) in ReleaseFocus_Impl()
617 SfxViewShell* pSh = SfxViewShell::Current(); in Notify()
740 if( SfxViewShell::Current() ) in ReleaseFocus_Impl()
[all …]
H A Dfillctrl.cxx599 SfxObjectShell* pSh = SfxObjectShell::Current(); in InitializeFillStyleAccordingToGivenFillType()
720 SfxViewShell* pViewShell = SfxViewShell::Current(); in IMPL_LINK()
754 SfxObjectShell* pSh = SfxObjectShell::Current(); in IMPL_LINK()
888 SfxViewShell* pViewShell = SfxViewShell::Current(); in IMPL_LINK()
H A Dtbxcolor.cxx57 if ( SfxViewFrame::Current() ) in ToolboxAccess()
61 … Reference< XFrame > xFrame = SfxViewFrame::Current()->GetFrame().GetFrameInterface(); in ToolboxAccess()
/trunk/main/sd/source/ui/app/
H A Dsdmod1.cxx132 ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current()); in Execute()
156 ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current() ); in Execute()
191 ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current()); in Execute()
229 ::sd::DrawDocShell* pDocShell = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current()); in Execute()
358 ::sd::DrawDocShell* pDocShell = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current()); in GetState()
375 ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current() ); in GetState()
404 PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current()); in GetState()
414 ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current()); in GetState()
421 ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current()); in GetState()
428 ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current()); in GetState()
[all …]
H A Dsdmod2.cxx181 pDocShell = dynamic_cast< ::sd::DrawDocShell *>( SfxObjectShell::Current() ); in IMPL_LINK()
236 ::sd::ViewShellBase* pBase = PTR_CAST(::sd::ViewShellBase, SfxViewShell::Current()); in IMPL_LINK()
276 ::sd::ViewShellBase* pBase = PTR_CAST(::sd::ViewShellBase, SfxViewShell::Current()); in IMPL_LINK()
419 ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current() ); in CreateItemSet()
551 ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current() ); in ApplyItemSet()
H A Dsdmod.cxx128 ::sd::DrawDocShell* pDocShell = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current()); in ~SdModule()
191 ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current() ); in GetSdOptions()
212 ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current() ); in GetOptionStream()
/trunk/main/sc/source/ui/app/
H A Dinputwin.cxx338 SfxViewFrame* pViewFrm = SfxViewFrame::Current(); in Select()
530 SfxViewFrame* pViewFrm = SfxViewFrame::Current(); in SetFuncString()
580 SfxViewFrame* pViewFrm = SfxViewFrame::Current(); in SetOkCancelMode()
604 SfxViewFrame* pViewFrm = SfxViewFrame::Current(); in SetSumAssignMode()
1077 SfxObjectShell* pObjSh = SfxObjectShell::Current(); in StartEditEngine()
1162 SfxViewFrame* pViewFrm = SfxViewFrame::Current(); in StartEditEngine()
1204 SfxViewFrame* pViewFrm = SfxViewFrame::Current(); in StopEditEngine()
1235 SfxObjectShell* pObjSh = SfxObjectShell::Current(); in SetTextString()
1465 SfxObjectShell* pObjSh = SfxObjectShell::Current(); in FillRangeNames()
1708 SfxViewFrame* pViewFrm = SfxViewFrame::Current(); in DoEnter()
[all …]
H A Dscmod.cxx377 SfxViewFrame* pViewFrm = SfxViewFrame::Current(); in Execute()
407 ScDocShell* pDocSh = PTR_CAST(ScDocShell, SfxObjectShell::Current()); in Execute()
510 ScDocShell* pDocSh = PTR_CAST(ScDocShell, SfxObjectShell::Current()); in Execute()
638 if( SfxViewFrame* pViewFrm = SfxViewFrame::Current() ) in HideDisabledSlots()
810 SfxViewFrame* pViewFrm = SfxViewFrame::Current(); in RecentFunctionsChanged()
969 SfxViewFrame* pViewFrm = SfxViewFrame::Current(); in ModifyOptions()
1531 pViewFrm = SfxViewFrame::Current(); in SetRefDialog()
1565 SfxViewFrame* pViewFrm = SfxViewFrame::Current(); in lcl_GetChildWinFromAnyView()
1837 ScDocShell* pDocSh = PTR_CAST( ScDocShell, SfxObjectShell::Current() ); in IMPL_LINK()
1929 SfxObjectShell::Current()); in CreateItemSet()
[all …]
/trunk/main/sw/source/ui/fldui/
H A Dfldtdlg.cxx78 m_bHtmlMode = (::GetHtmlMode((SwDocShell*)SfxObjectShell::Current()) & HTMLMODE_ON) != 0; in SwFldDlg()
207 SwDocShell* pDocSh = (SwDocShell*)SfxObjectShell::Current(); in CreateInputItemSet()
247 SwDocShell* pDocSh = (SwDocShell*)SfxObjectShell::Current(); in ReInitDlg()
252 SfxViewFrame::Current()->GetDispatcher()-> in ReInitDlg()
299 sal_Bool bHtmlMode = (::GetHtmlMode((SwDocShell*)SfxObjectShell::Current()) & HTMLMODE_ON) != 0; in Activate()
/trunk/main/svx/source/mnuctrls/
H A Dfntszctl.cxx59 SfxViewFrame* pFrm = SfxViewFrame::Current(); in IMPL_LINK()
101 SfxViewFrame* pFrm = SfxViewFrame::Current(); in StateChanged()
122 SfxObjectShell *pDoc = SfxObjectShell::Current(); in StateChanged()
144 SfxObjectShell* pSh = SfxObjectShell::Current(); in StateChanged()
/trunk/main/sfx2/source/dialog/
H A Dsecuritypage.cxx79 SfxViewShell* pViewSh = SfxViewShell::Current(); in QueryState()
146 SfxObjectShell* pCurDocShell = SfxObjectShell::Current(); in lcl_IsPasswordCorrect()
286 SfxObjectShell* pCurDocShell = SfxObjectShell::Current(); in FillItemSet_Impl()
334 SfxObjectShell* pCurDocShell = SfxObjectShell::Current(); in Reset_Impl()
347 SfxViewShell* pViewSh = SfxViewShell::Current(); in Reset_Impl()
/trunk/main/avmedia/inc/avmedia/
H A Dmediaplayer.hxx38 SfxViewFrame::Current() && SfxViewFrame::Current()->GetChildWindow(::avmedia::MediaPlayer::GetChild…
39 SfxViewFrame::Current()->GetChildWindow(::avmedia::MediaPlayer::GetChildWindowId())->GetWindow() : …
/trunk/main/sc/source/ui/view/
H A Dreffact.cxx109 pViewShell = PTR_CAST( ScTabViewShell, SfxViewShell::Current() ); \
330 PTR_CAST( ScTabViewShell, SfxViewShell::Current() ); in ScAcceptChgDlgWrapper()
346 PTR_CAST( ScTabViewShell, SfxViewShell::Current() ); in ReInitDlg()
413 pViewShell = PTR_CAST( ScTabViewShell, SfxViewShell::Current() ); in ScValidityRefChildWin()
H A Dspelldialog.cxx127 if( mpViewShell && (mpViewShell == PTR_CAST( ScTabViewShell, SfxViewShell::Current() )) ) in Reset()
168 if( (mpViewShell = PTR_CAST( ScTabViewShell, SfxViewShell::Current() )) == 0 ) in Init()
263 …Sel.get() || !mpViewShell || (mpViewShell != PTR_CAST( ScTabViewShell, SfxViewShell::Current() )) ) in IsSelectionChanged()
/trunk/main/dbaccess/source/ui/dlg/
H A Dindexdialog.src78 Text [ en-US ] = "Delete Current Index" ;
85 Text [ en-US ] = "Rename Current Index" ;
92 Text [ en-US ] = "Save Current Index" ;
99 Text [ en-US ] = "Reset Current Index" ;
/trunk/main/sc/source/ui/pagedlg/
H A Dtphfedit.cxx382 SfxViewShell* pShell = SfxViewShell::Current(); in lcl_GetFieldData()
506 SfxObjectShell* pDocSh = SfxObjectShell::Current(); in SetCharAttriutes()
508 SfxViewShell* pViewSh = SfxViewShell::Current(); in SetCharAttriutes()
510 ScTabViewShell* pTabViewSh = PTR_CAST(ScTabViewShell, SfxViewShell::Current()); in SetCharAttriutes()
/trunk/main/sw/source/ui/dialog/
H A Ddocstdlg.cxx103 SwDocShell* pDocShell = (SwDocShell*) SfxObjectShell::Current(); in SwDocStatPage()
160 SfxViewShell *pVSh = SfxViewShell::Current(); in Update()
184 SwDocShell* pDocShell = (SwDocShell*) SfxObjectShell::Current(); in IMPL_LINK()
/trunk/main/svx/source/sidebar/area/
H A DAreaPropertyPanel.cxx318 SfxObjectShell* pSh = SfxObjectShell::Current(); in IMPL_LINK()
493 SfxObjectShell* pSh = SfxObjectShell::Current(); in IMPL_LINK()
1083 const SfxObjectShell* pSh = SfxObjectShell::Current(); in NotifyItemUpdate()
1108 const SfxObjectShell* pSh = SfxObjectShell::Current(); in NotifyItemUpdate()
1133 const SfxObjectShell* pSh = SfxObjectShell::Current(); in NotifyItemUpdate()
1158 const SfxObjectShell* pSh = SfxObjectShell::Current(); in NotifyItemUpdate()
1193 SfxObjectShell* pSh = SfxObjectShell::Current(); in Update()
/trunk/main/sd/source/ui/view/
H A DOutliner.cxx278 ViewShellBase* pBase = PTR_CAST(ViewShellBase,SfxViewShell::Current()); in PrepareSpelling()
331 ViewShellBase* pBase = PTR_CAST(ViewShellBase,SfxViewShell::Current()); in EndSpelling()
483 ViewShellBase* pBase = PTR_CAST(ViewShellBase,SfxViewShell::Current()); in StartSearchAndReplace()
541 ((SvxSearchDialog*)(SfxViewFrame::Current()->GetChildWindow( in StartSearchAndReplace()
1630 ViewShellBase* pBase = PTR_CAST(ViewShellBase, SfxViewShell::Current()); in BeginConversion()
1718 pChildWindow = SfxViewFrame::Current()->GetChildWindow( in ShowModalMessageBox()
1723 pChildWindow = SfxViewFrame::Current()->GetChildWindow( in ShowModalMessageBox()
/trunk/main/scp2/source/python/
H A Dfile_python.scp194 Target = "Versions/Current/Headers";
202 Target = "Versions/Current/Resources";
214 Name = "Current";
256 Target = "Versions/Current/OOoPython";
/trunk/main/sd/source/ui/docshell/
H A Ddocshel4.cxx714 SfxViewFrame::Current(); in SaveCompleted()
918 : SfxViewFrame::Current() )->GetBindings(); in GotoBookmark()
989 mpViewShell->GetViewFrame() : SfxViewFrame::Current() )-> in GetObjectIsmarked()
1096 mpViewShell->GetViewFrame() : SfxViewFrame::Current() )-> in GotoTreeBookmark()
1152 mpViewShell->GetViewFrame() : SfxViewFrame::Current() )->GetBindings(); in GotoTreeBookmark()
1280 …( mpViewShell ? mpViewShell->GetViewFrame() : SfxViewFrame::Current() )->GetBindings().Execute( SI… in OpenBookmark()
/trunk/main/cui/source/options/
H A Dtreeopt.cxx1205 if ( SfxViewFrame::Current() && SfxViewFrame::Current()->GetDispatcher() ) in IMPL_LINK()
1206 pPtr = dynamic_cast< const SvxColorTableItem* >(SfxViewFrame::Current()-> in IMPL_LINK()
1526 SfxViewFrame* pViewFrame = SfxViewFrame::Current(); in CreateItemSet()
1579 SfxViewFrame* pViewFrame = SfxViewFrame::Current(); in CreateItemSet()
1667 SfxViewFrame *pViewFrame = SfxViewFrame::Current(); in ApplyItemSet()
1762 SfxViewFrame *pViewFrame = SfxViewFrame::Current(); in ApplyLanguageOptions()
2641 if ( SfxViewFrame::Current() && SfxViewFrame::Current()->GetDispatcher() ) in Execute()
2644 … SfxViewFrame::Current()->GetDispatcher()->Execute(SID_GET_COLORTABLE, SFX_CALLMODE_SYNCHRON)); in Execute()
2652 … SfxObjectShell::Current()->PutItem( SvxColorTableItem( GetColorTable(), SID_COLOR_TABLE ) ); in Execute()
/trunk/main/sd/source/ui/func/
H A Dundoheaderfooter.cxx53 …SfxViewFrame::Current()->GetDispatcher()->Execute( SID_SWITCHPAGE, SFX_CALLMODE_ASYNCHRON | SFX_CA… in Undo()
59 …SfxViewFrame::Current()->GetDispatcher()->Execute( SID_SWITCHPAGE, SFX_CALLMODE_ASYNCHRON | SFX_CA… in Redo()
/trunk/main/svx/source/sidebar/text/
H A DTextPropertyPanel.cxx373 SfxObjectShell* pDocSh = SfxObjectShell::Current(); in Initialize()
536 if( SfxViewShell::Current() ) in IMPL_LINK()
538 Window* pShellWnd = SfxViewShell::Current()->GetWindow(); in IMPL_LINK()
568 if( SfxViewShell::Current() ) in IMPL_LINK()
570 Window* pShellWnd = SfxViewShell::Current()->GetWindow(); in IMPL_LINK()

Completed in 167 milliseconds

12345678910>>...13