Home
last modified time | relevance | path

Searched refs:getActiveChild (Results 1 – 6 of 6) sorted by relevance

/trunk/main/dbaccess/source/ui/tabledesign/
H A DTableDesignView.cxx318 IClipboardTest* OTableDesignView::getActiveChild() const in getActiveChild() function in OTableDesignView
337 IClipboardTest* pTest = getActiveChild(); in isCopyAllowed()
343 IClipboardTest* pTest = getActiveChild(); in isCutAllowed()
349 IClipboardTest* pTest = getActiveChild(); in isPasteAllowed()
355 IClipboardTest* pTest = getActiveChild(); in copy()
362 IClipboardTest* pTest = getActiveChild(); in cut()
369 IClipboardTest* pTest = getActiveChild(); in paste()
H A DTableFieldDescWin.cxx257 IClipboardTest* OTableFieldDescWin::getActiveChild() const in getActiveChild() function in OTableFieldDescWin
274 return getActiveChild() && getActiveChild()->isCopyAllowed(); in isCopyAllowed()
295 if ( getActiveChild() ) in copy()
296 getActiveChild()->copy(); in copy()
H A DTableFieldDescWin.hxx60 IClipboardTest* getActiveChild() const;
/trunk/main/dbaccess/source/ui/app/
H A DAppView.cxx377 IClipboardTest* OApplicationView::getActiveChild() const in getActiveChild() function in OApplicationView
387 IClipboardTest* pTest = getActiveChild(); in isCopyAllowed()
393 IClipboardTest* pTest = getActiveChild(); in isCutAllowed()
399 IClipboardTest* pTest = getActiveChild(); in isPasteAllowed()
405 IClipboardTest* pTest = getActiveChild(); in copy()
412 IClipboardTest* pTest = getActiveChild(); in cut()
419 IClipboardTest* pTest = getActiveChild(); in paste()
H A DAppView.hxx111 IClipboardTest* getActiveChild() const;
/trunk/main/dbaccess/source/ui/inc/
H A DTableDesignView.hxx85 IClipboardTest* getActiveChild() const;

Completed in 22 milliseconds