Home
last modified time | relevance | path

Searched refs:Window (Results 1 – 25 of 3125) sorted by relevance

12345678910>>...125

/AOO41X/main/vcl/source/window/
H A Dwindow2.cxx54 DBG_NAMEEX( Window )
65 Window* mpFocusWin;
70 sal_Bool Window::ImplIsWindowInFront( const Window* pTestWindow ) const in ImplIsWindowInFront()
72 DBG_CHKTHIS( Window, ImplDbgCheckWindow ); in ImplIsWindowInFront()
73 DBG_CHKOBJ( pTestWindow, Window, ImplDbgCheckWindow ); in ImplIsWindowInFront()
77 const Window* pTempWindow = pTestWindow; in ImplIsWindowInFront()
78 const Window* pThisWindow = ImplGetFirstOverlapWindow(); in ImplIsWindowInFront()
162 void Window::ImplSaveOverlapBackground() in ImplSaveOverlapBackground()
203 sal_Bool Window::ImplRestoreOverlapBackground( Region& rInvRegion ) in ImplRestoreOverlapBackground()
241 void Window::ImplDeleteOverlapBackground() in ImplDeleteOverlapBackground()
[all …]
H A Dwindow.cxx108 DBG_NAME( Window )
121 typedef Window* PWINDOW;
128 Window* mpWindow;
296 void ImplDelData::AttachToWindow( const Window* pWindow ) in AttachToWindow()
299 const_cast<Window*>(pWindow)->ImplAddDel( this ); in AttachToWindow()
312 const_cast<Window*>(mpWindow)->ImplRemoveDel( this ); in ~ImplDelData()
324 const Window* pWindow = (Window*)pObj; in ImplDbgCheckWindow()
330 Window* pChild = pWindow->mpWindowImpl->mpFirstChild; in ImplDbgCheckWindow()
344 void Window::ImplInitAppFontData( Window* pWindow ) in ImplInitAppFontData()
391 bool Window::ImplCheckUIFont( const Font& rFont ) in ImplCheckUIFont()
[all …]
H A Ddlgctrl.cxx46 static sal_Bool ImplHasIndirectTabParent( Window* pWindow ) in ImplHasIndirectTabParent()
57 static Window* ImplGetTopParentOfTabHierarchy( Window* pParent ) in ImplGetTopParentOfTabHierarchy()
63 Window* pResult = pParent; in ImplGetTopParentOfTabHierarchy()
76 static Window* ImplGetSubChildWindow( Window* pParent, sal_uInt16 n, sal_uInt16& nIndex ) in ImplGetSubChildWindow()
78 Window* pTabPage = NULL; in ImplGetSubChildWindow()
79 Window* pFoundWindow = NULL; in ImplGetSubChildWindow()
81 Window* pWindow = pParent->GetWindow( WINDOW_FIRSTCHILD ); in ImplGetSubChildWindow()
82 Window* pNextWindow = pWindow; in ImplGetSubChildWindow()
115 Window* pTempWindow = pTabControl->GetWindow( WINDOW_FIRSTCHILD ); in ImplGetSubChildWindow()
152 static Window* ImplGetChildWindow( Window* pParent, sal_uInt16 n, sal_uInt16& nIndex, sal_Bool bTes… in ImplGetChildWindow()
[all …]
H A Dtaskpanelist.cxx38 Point ImplTaskPaneListGetPos( const Window *w ) in ImplTaskPaneListGetPos()
44 Window *pF = ((DockingWindow*)w)->GetFloatingWindow(); in ImplTaskPaneListGetPos()
57 struct LTRSort : public ::std::binary_function< const Window*, const Window*, bool >
59 bool operator()( const Window* w1, const Window* w2 ) const in operator ()()
70 struct LTRSortBackward : public ::std::binary_function< const Window*, const Window*, bool >
72 bool operator()( const Window* w2, const Window* w1 ) const in operator ()()
86 static void ImplTaskPaneListGrabFocus( Window *pWindow ) in ImplTaskPaneListGrabFocus()
107 void TaskPaneList::AddWindow( Window *pWindow ) in AddWindow()
129 ::std::vector< Window* >::iterator insertionPos = mTaskPanes.end(); in AddWindow()
130 for ( ::std::vector< Window* >::iterator p = mTaskPanes.begin(); in AddWindow()
[all …]
H A Dwindow4.cxx56 void Window::ImplDeleteOwnedChildren() in ImplDeleteOwnedChildren()
58 Window* pChild = mpWindowImpl->mpFirstChild; in ImplDeleteOwnedChildren()
61 Window* pDeleteCandidate = pChild; in ImplDeleteOwnedChildren()
69 void Window::ImplFreeExtWindowImpl() in ImplFreeExtWindowImpl()
79 vcl::ExtWindowImpl* Window::ImplGetExtWindowImpl() const in ImplGetExtWindowImpl()
91 void Window::ImplExtResize() in ImplExtResize()
100 boost::shared_ptr< vcl::WindowArranger > Window::getLayout() in getLayout()
118 void Window::addWindow( Window* i_pWin, bool i_bTakeOwnership ) in addWindow()
132 Window* Window::removeWindow( Window* i_pWin, Window* i_pNewParent ) in removeWindow()
134 Window* pRet = NULL; in removeWindow()
[all …]
/AOO41X/main/svtools/inc/svtools/
H A Ddialogcontrolling.hxx56 virtual void operateOn( const VclWindowEvent& _rTrigger, Window& _rOperateOn ) const = 0;
100 …DialogController( Window& _rInstigator, const PWindowEventFilter& _pEventFilter, const PWindowOper…
111 void addDependentWindow( Window& _rWindow );
122 void impl_update( const VclWindowEvent& _rTriggerEvent, Window& _rWindow );
163 void enableOnRadioCheck( RadioButton& _rRadio, Window& _rDependentWindow );
164 …void enableOnRadioCheck( RadioButton& _rRadio, Window& _rDependentWindow1, Window& _rDependentW…
165 … enableOnRadioCheck( RadioButton& _rRadio, Window& _rDependentWindow1, Window& _rDependentWindow…
166 …ioCheck( RadioButton& _rRadio, Window& _rDependentWindow1, Window& _rDependentWindow2, Window& _rD…
167 …Button& _rRadio, Window& _rDependentWindow1, Window& _rDependentWindow2, Window& _rDependentWindow…
168 …o, Window& _rDependentWindow1, Window& _rDependentWindow2, Window& _rDependentWindow3, Window& _rD…
[all …]
/AOO41X/main/automation/source/server/
H A Dstatemnt.hxx55 class Window;
106 virtual sal_Bool IsWinOK( Window *pWin ) = 0;
113 sal_Bool IsDialog(Window *pWin); // Ist *pWin von SystemWindow abgeleitet (Kann es Active se…
114 sal_Bool IsAccessable(Window *pWin); // Ist *pWin Zugreifbar (�ber IsEnabled und Parents gepr�ft)
139 Window *Old;
140 Window *Act;
173 …static Window *pLastFocusWindow; // Wenn dieses sich �ndert wird Safe Reschedule abgebrochen
182 static Window* pFirstDocFrame;
233 static Window* GetMouseWin();
234 static sal_Bool WinPtrValid(Window *pTest);
[all …]
H A Dsta_list.cxx62 Window *StatementList::pLastFocusWindow = NULL;
78 Window *StatementList::pWindowWaitPointer = NULL;
93 Window* StatementList::pFirstDocFrame = NULL;
241 Window* StatementList::GetDocWin( sal_uInt16 nNr ) in GetDocWin()
243 Window* pBase = Application::GetFirstTopLevelWindow(); in GetDocWin()
260 Window* pBase = Application::GetFirstTopLevelWindow(); in GetDocFrameCount()
274 Window* pBase = Application::GetFirstTopLevelWindow(); in GetDocWinCount()
286 Window* StatementList::SearchAllWin( Window *pBase, Search &aSearch, sal_Bool MaybeBase ) in SearchAllWin()
293 Window *pControl = NULL; in SearchAllWin()
301 Window *pPParent = pBase; in SearchAllWin()
[all …]
/AOO41X/main/svtools/source/misc/
H A Ddialogcontrolling.cxx58 Window& rInstigator;
59 ::std::vector< Window* > aConcernedWindows;
63 …DialogController_Data( Window& _rInstigator, const PWindowEventFilter _pEventFilter, const PWindow… in DialogController_Data()
75 … DialogController::DialogController( Window& _rInstigator, const PWindowEventFilter& _pEventFilter, in DialogController()
101 void DialogController::addDependentWindow( Window& _rWindow ) in addDependentWindow()
120 for ( ::std::vector< Window* >::iterator loop = m_pImpl->aConcernedWindows.begin(); in impl_updateAll()
128 void DialogController::impl_update( const VclWindowEvent& _rTriggerEvent, Window& _rWindow ) in impl_update()
182 …void ControlDependencyManager::enableOnRadioCheck( RadioButton& _rRadio, Window& _rDependentWindow… in enableOnRadioCheck()
190 …pendencyManager::enableOnRadioCheck( RadioButton& _rRadio, Window& _rDependentWindow1, Window& _rD… in enableOnRadioCheck()
199 …r::enableOnRadioCheck( RadioButton& _rRadio, Window& _rDependentWindow1, Window& _rDependentWindow… in enableOnRadioCheck()
[all …]
/AOO41X/main/sd/source/ui/view/
H A Dsdwindow.cxx66 Window::Window(::Window* pParent) in Window() function in sd::Window
67 : ::Window(pParent, WinBits(WB_CLIPCHILDREN | WB_DIALOGCONTROL)), in Window()
112 Window::~Window (void) in ~Window()
125 void Window::SetViewShell (ViewShell* pViewSh) in SetViewShell()
147 void Window::CalcMinZoom() in CalcMinZoom()
194 void Window::SetMinZoom (long int nMin) in SetMinZoom()
202 long Window::GetMinZoom (void) const in GetMinZoom()
210 void Window::SetMaxZoom (long int nMax) in SetMaxZoom()
218 long Window::GetMaxZoom (void) const in GetMaxZoom()
226 long Window::GetZoom (void) const in GetZoom()
[all …]
/AOO41X/main/cui/source/factory/
H A Ddlgfact.hxx187 virtual Window* GetWindow();
196 virtual Window* GetWindow();
230 virtual Window* GetWindow();
401 DECL_LINK( CheckNameHdl, Window*);
420 DECL_LINK(CheckNameHdl, Window*);
477 virtual Window* GetWindow();
560 virtual Window * GetWindow();
564 DECL_LINK( NextHdl, Window*);
565 DECL_LINK( PrevHdl, Window*);
587 virtual VclAbstractDialog* CreateVclDialog( Window* pParent, sal_uInt32 nResId );
[all …]
H A Ddlgfact.cxx370 Window* AbstractThesaurusDialog_Impl::GetWindow() in GetWindow()
385 Window* AbstractHyphenWordDialog_Impl::GetWindow() in GetWindow()
457 Window* AbstractSpellDialog_Impl::GetWindow() in GetWindow()
558 ((Window*)pDlg)->Hide( nFlags ); in Hide()
573 return (( Window* )pDlg)->IsVisible(); in IsVisible()
578 (( Window* )pDlg)->Invalidate(nFlags); in Invalidate()
738 IMPL_LINK( AbstractSvxNameDialog_Impl, CheckNameHdl, Window*, EMPTYARG ) in IMPL_LINK() argument
764 IMPL_LINK(AbstractSvxObjectNameDialog_Impl, CheckNameHdl, Window*, EMPTYARG) in IMPL_LINK() argument
849 Window * AbstractSvxHpLinkDlg_Impl::GetWindow() in GetWindow()
851 return (Window *)pDlg; in GetWindow()
[all …]
/AOO41X/main/toolkit/source/layout/vcl/
H A Dwrapper.cxx160 WindowImpl::WindowImpl (Context *context, const PeerHandle &peer, Window *window) in WindowImpl()
226 ::Window* window = VCLXWindow::GetImplementation (ref)->GetWindow (); in redraw()
227 ::Window* parent = window->GetParent(); in redraw()
238 Window::Window( WindowImpl *pImpl ) in Window() function in layout::Window
244 Window::~Window() in ~Window()
269 void Window::setRes (ResId const& res) in setRes()
318 void Window::SetParent( ::Window *parent ) in SetParent()
322 if (::Window *window = vcl->GetWindow()) in SetParent()
326 void Window::SetParent( Window *parent ) in SetParent()
332 void Window::ParentSet (Window *window) in ParentSet()
[all …]
/AOO41X/main/svx/inc/svx/
H A Dsvxdlg.hxx48 typedef SfxTabPage* (*CreateSvxDistributePage)(Window *pParent, const SfxItemSet &rAttrSet, SvxDist…
94 virtual Window* GetWindow() = 0;
248 virtual Window* GetWindow() = 0;
297 virtual Window * GetWindow() = 0;
336 virtual SfxAbstractTabDialog* CreateTextTabDialog( Window* pParent,
341 virtual AbstractSvxCaptionDialog* CreateCaptionDialog( Window* pParent,
345 virtual AbstractSvxDistributeDialog* CreateSvxDistributeDialog(Window* pParent,
350 virtual AbstractFmShowColsDialog * CreateFmShowColsDialog( Window* pParent ) = 0;
352 virtual AbstractSvxZoomDialog * CreateSvxZoomDialog( Window* pParent, //add for SvxZoomDialog
355 virtual AbstractSpellDialog * CreateSvxSpellDialog(Window* pParent,
[all …]
/AOO41X/main/vcl/inc/vcl/
H A Dwindow.hxx352 class VCL_DLLPUBLIC Window : public OutputDevice class
393 friend Window* ImplFindWindow( const SalFrame* pFrame, Point& rSalFramePos );
395 …SAL_DLLPRIVATE void ImplInit( Window* pParent, WinBits nStyle, SystemParentData* pS…
396 …SAL_DLLPRIVATE void ImplInit( Window* pParent, WinBits nStyle, const ::com::sun::st…
400 SAL_DLLPRIVATE void ImplSetFrameParent( const Window* pParent );
401 SAL_DLLPRIVATE void ImplInsertWindow( Window* pParent );
403 SAL_DLLPRIVATE Window* ImplGetWindow();
408 …DLLPRIVATE void ImplCallFocusChangeActivate( Window* pNewOverlapWindow, Window* pOl…
409 SAL_DLLPRIVATE Window* ImplFindWindow( const Point& rFramePos );
411 SAL_DLLPRIVATE Window* ImplGetParent() const;
[all …]
/AOO41X/main/sc/inc/
H A Dscabstdlg.hxx310 …virtual AbstractScImportAsciiDlg * CreateScImportAsciiDlg( Window* pParent, String aDatName, /…
314 …virtual AbstractScTextImportOptionsDlg * CreateScTextImportOptionsDlg( Window* pParent, int nI…
316 …virtual AbstractScAutoFormatDlg * CreateScAutoFormatDlg( Window* pParent, /…
321 …virtual AbstractScColRowLabelDlg * CreateScColRowLabelDlg (Window* pParent, //add for ScColRowLabe…
326 …virtual VclAbstractDialog * CreateScColOrRowDlg( Window* pParent, //add for ScColOrRowD…
331 …virtual VclAbstractDialog * CreateScSortWarningDlg ( Window* pParent, const String& rExtendText, c…
332 …virtual AbstractScDataPilotDatabaseDlg * CreateScDataPilotDatabaseDlg (Window* pParent ,int nId ) …
334 …virtual AbstractScDataPilotSourceTypeDlg * CreateScDataPilotSourceTypeDlg ( Window* pParent, sal_B…
336 …virtual AbstractScDataPilotServiceDlg * CreateScDataPilotServiceDlg( Window* pParent, //add for Sc…
340 …virtual AbstractScDeleteCellDlg * CreateScDeleteCellDlg( Window* pParent, int nId, sal_Bool bDisal…
[all …]
/AOO41X/main/sw/inc/
H A Dswabstdlg.hxx51 class Window;
298 …virtual Window * GetWindow() = 0; //this method is added for return a Window type point…
320 virtual Window * GetWindow() = 0; //this method is added for return a Window type pointer
348 …virtual SfxAbstractDialog* CreateSfxDialog( Window* pParent, //add for SvxMeasureDial…
353 virtual AbstractSwWordCountDialog* CreateSwWordCountDialog( Window* pWindow ) = 0;
354 …virtual AbstractSwInsertAbstractDlg * CreateSwInsertAbstractDlg ( Window* pParent, int nResId) = 0…
355 virtual AbstractSwAsciiFilterDlg* CreateSwAsciiFilterDlg ( Window* pParent, SwDocShell& rDocSh,
357 …virtual VclAbstractDialog * CreateSwInsertBookmarkDlg( Window *pParent, SwWrtShell &rSh, SfxReques…
359 …virtual AbstractSwBreakDlg * CreateSwBreakDlg( Window *pParent, SwWrtShell &rSh,int nResId ) = 0; …
361 …virtual SfxAbstractTabDialog * CreateSwCharDlg( Window* pParent, SwView& pVw, const SfxItemSet& r…
[all …]
/AOO41X/main/avmedia/source/xine/
H A Dwindow.cxx163 Window::Window( Player& rPlayer ) : in Window() function in avmedia::xine::Window
174 Window::~Window() in ~Window()
180 void Window::implLayoutVideoWindow() in implLayoutVideoWindow()
269 bool Window::create( const uno::Sequence< uno::Any >& /*rArguments*/ ) in create()
278 void SAL_CALL Window::update( ) in update()
285 sal_Bool SAL_CALL Window::setZoomLevel( media::ZoomLevel eZoomLevel ) in setZoomLevel()
307 media::ZoomLevel SAL_CALL Window::getZoomLevel( ) in getZoomLevel()
315 void SAL_CALL Window::setPointerType( sal_Int32 nPointerType ) in setPointerType()
323 void SAL_CALL Window::setPosSize( sal_Int32 /*X*/, sal_Int32 /*Y*/, sal_Int32 /*Width*/, sal_Int32 … in setPosSize()
331 awt::Rectangle SAL_CALL Window::getPosSize() in getPosSize()
[all …]
/AOO41X/main/avmedia/source/macavf/
H A Dmacavf_window.cxx38 Window::Window( const uno::Reference< lang::XMultiServiceFactory >& i_rxMgr, Player& i_rPlayer, NSV… in Window() function in avmedia::macavf::Window
78 Window::~Window() in ~Window()
86 bool Window::create( const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aArgument… in create()
93 bool Window::handleObservation( NSString* pKeyPath ) in handleObservation()
104 void SAL_CALL Window::update() in update()
110 sal_Bool SAL_CALL Window::setZoomLevel( media::ZoomLevel eZoomLevel ) in setZoomLevel()
118 media::ZoomLevel SAL_CALL Window::getZoomLevel( ) in getZoomLevel()
126 void SAL_CALL Window::setPointerType( sal_Int32 nPointerType ) in setPointerType()
135 void SAL_CALL Window::setPosSize( sal_Int32 X, sal_Int32 Y, sal_Int32 Width, sal_Int32 Height, sal_… in setPosSize()
153 awt::Rectangle SAL_CALL Window::getPosSize() in getPosSize()
[all …]
/AOO41X/main/sw/source/ui/dialog/
H A Dswdlgfact.hxx230 virtual Window * GetWindow(); //this method is added for return a Window type pointer
390 virtual Window * GetWindow(); //this method is added for return a Window type pointer
400 virtual Window * GetWindow(); //this method is added for return a Window type pointer
431 …virtual SfxAbstractDialog* CreateSfxDialog( Window* pParent, //add for SvxMeasureDial…
436 virtual AbstractSwWordCountDialog* CreateSwWordCountDialog(Window* pParent);
437 virtual AbstractSwInsertAbstractDlg * CreateSwInsertAbstractDlg( Window* pParent,int nResId );
438 …virtual AbstractSwAsciiFilterDlg* CreateSwAsciiFilterDlg ( Window* pParent, SwDocShell& rDocSh, …
440 …virtual VclAbstractDialog * CreateSwInsertBookmarkDlg( Window *pParent, SwWrtShell &rSh, SfxReques…
441 …virtual AbstractSwBreakDlg * CreateSwBreakDlg ( Window *pParent, SwWrtShell &rSh,int nResId ); // …
443 …virtual SfxAbstractTabDialog * CreateSwCharDlg( Window* pParent, SwView& pVw, const SfxItemSet& r…
[all …]
/AOO41X/main/sc/source/ui/attrdlg/
H A Dscdlgfact.hxx392 …virtual AbstractScImportAsciiDlg * CreateScImportAsciiDlg( Window* pParent, String aDatName, /…
396 … virtual AbstractScTextImportOptionsDlg * CreateScTextImportOptionsDlg( Window* pParent, int nId );
398 …virtual AbstractScAutoFormatDlg * CreateScAutoFormatDlg( Window* pParent, /…
403 …virtual AbstractScColRowLabelDlg * CreateScColRowLabelDlg (Window* pParent, //add for ScColRowLabe…
408 …virtual VclAbstractDialog * CreateScColOrRowDlg( Window* pParent, //add for ScColOrRowD…
414 …virtual VclAbstractDialog * CreateScSortWarningDlg( Window* pParent, const String& rExtendText, co…
416 …virtual AbstractScDataPilotDatabaseDlg * CreateScDataPilotDatabaseDlg (Window* pParent ,int nId );…
418 …virtual AbstractScDataPilotSourceTypeDlg * CreateScDataPilotSourceTypeDlg ( Window* pParent, sal_…
420 …virtual AbstractScDataPilotServiceDlg * CreateScDataPilotServiceDlg( Window* pParent, //add for Sc…
423 virtual AbstractScDeleteCellDlg * CreateScDeleteCellDlg( Window* pParent, int nId,
[all …]
/AOO41X/main/avmedia/source/gstreamer/
H A Dgstwindow.cxx48 PlayerChildWindow( Window* pParent );
63 PlayerChildWindow::PlayerChildWindow( Window* pParent ) : in PlayerChildWindow()
137 Window::Window( ::avmedia::gst::Player& rPlayer ) : in Window() function in avmedia::gst::Window
148 Window::~Window() in ~Window()
155 void Window::implLayoutVideoWindow() in implLayoutVideoWindow()
245 bool Window::create( const uno::Sequence< uno::Any >& rArguments ) in create()
287 void SAL_CALL Window::update() in update()
299 sal_Bool SAL_CALL Window::setZoomLevel( media::ZoomLevel eZoomLevel ) in setZoomLevel()
321 media::ZoomLevel SAL_CALL Window::getZoomLevel() in getZoomLevel()
329 void SAL_CALL Window::setPointerType( sal_Int32 nPointerType ) in setPointerType()
[all …]
/AOO41X/main/vcl/inc/
H A Dwindow.h50 class Window; variable
107 long ImplWindowFrameProc( Window* pInst, SalFrame* pFrame, sal_uInt16 nEvent, const void* pEvent );
132 ::std::list< Window* >
144 Window* mpNextBackWin; // Naechstes Fenster mit Hintergrund-Sicherung
159 Window* mpNextFrame; // next frame window
160 Window* mpFirstOverlap; // first overlap window
161Window* mpFocusWin; // focus window (is also set, when frame doesn't have the …
162 Window* mpMouseMoveWin; // last window, where MouseMove() called
163 Window* mpMouseDownWin; // last window, where MouseButtonDown() called
164 Window* mpFirstBackWin; // Erstes Overlap-Window mit Hintergrund-Sicherung
[all …]
/AOO41X/main/avmedia/source/win/
H A Dwindow.cxx78 Window* pWindow = (Window*) ::GetWindowLong( hWnd, 0 ); in MediaPlayerWndProc()
200 Window::Window( const uno::Reference< lang::XMultiServiceFactory >& rxMgr, Player& rPlayer ) : in Window() function in avmedia::win::Window
216 Window::~Window() in ~Window()
224 void Window::ImplLayoutVideoWindow() in ImplLayoutVideoWindow()
311 bool Window::create( const uno::Sequence< uno::Any >& rArguments ) in create()
395 void Window::processGraphEvent() in processGraphEvent()
402 void Window::updatePointer() in updatePointer()
423 void SAL_CALL Window::update( ) in update()
431 sal_Bool SAL_CALL Window::setZoomLevel( media::ZoomLevel eZoomLevel ) in setZoomLevel()
453 media::ZoomLevel SAL_CALL Window::getZoomLevel( ) in getZoomLevel()
[all …]
/AOO41X/main/sd/inc/
H A Dsdabstdlg.hxx64 class Window;
132 virtual ::Window* GetWindow() = 0; //this method is added for return a ::Window type pointer
185 …virtual VclAbstractDialog* CreateBreakDlg(::Window* pWindow, ::sd::DrawView* pDrView, ::s…
186 …virtual AbstractCopyDlg* CreateCopyDlg( ::Window* pWindow, const SfxItemSet& rInAttrs, …
187 …virtual AbstractSdCustomShowDlg* CreateSdCustomShowDlg( ::Window* pWindow, SdDrawDocument& rDra…
188 …virtual SfxAbstractTabDialog* CreateSdTabCharDialog( ::Window* pParent, const SfxItemSet* pA…
189 …virtual SfxAbstractTabDialog* CreateSdTabPageDialog( ::Window* pParent, const SfxItemSet* pA…
190 …virtual AbstractAssistentDlg* CreateAssistentDlg( ::Window* pParent, sal_Bool bAutoPilot) = …
191 …virtual AbstractSdModifyFieldDlg* CreateSdModifyFieldDlg( ::Window* pWindow, const SvxFieldData*…
192 …virtual AbstractSdSnapLineDlg* CreateSdSnapLineDlg( ::Window* pWindow, const SfxItemSet& rInA…
[all …]

12345678910>>...125