/aoo4110/main/sw/source/ui/table/ |
H A D | chartins.cxx | 75 Point SwGetChartDialogPos( const Window *pParentWin, const Size& rDialogSize, const Rectangle& rLog… in SwGetChartDialogPos() argument 81 DBG_ASSERT( pParentWin, "Window not found" ); in SwGetChartDialogPos() 82 if (pParentWin) in SwGetChartDialogPos() 84 Rectangle aObjPixel = pParentWin->LogicToPixel( rLogicChart, pParentWin->GetMapMode() ); in SwGetChartDialogPos() 85 Rectangle aObjAbs( pParentWin->OutputToAbsoluteScreenPixel( aObjPixel.TopLeft() ), in SwGetChartDialogPos() 86 pParentWin->OutputToAbsoluteScreenPixel( aObjPixel.BottomRight() ) ); in SwGetChartDialogPos() 88 Rectangle aDesktop = pParentWin->GetDesktopRectPixel(); in SwGetChartDialogPos() 89 Size aSpace = pParentWin->LogicToPixel( Size( 8, 12 ), MAP_APPFONT ); in SwGetChartDialogPos()
|
/aoo4110/main/sc/source/ui/Accessibility/ |
H A D | AccessibleFilterMenu.cxx | 287 ScMenuFloatingWindow* pParentWin = mpWindow->getParentMenuWindow(); in GetBoundingBoxOnScreen() local 288 if (!pParentWin) in GetBoundingBoxOnScreen() 291 if (!pParentWin->IsVisible()) in GetBoundingBoxOnScreen() 294 Point aPos = pParentWin->OutputToAbsoluteScreenPixel(Point(0,0)); in GetBoundingBoxOnScreen() 297 pParentWin->getMenuItemPosSize(mnMenuPos, aMenuPos, aMenuSize); in GetBoundingBoxOnScreen() 310 ScMenuFloatingWindow* pParentWin = mpWindow->getParentMenuWindow(); in GetBoundingBox() local 311 if (!pParentWin) in GetBoundingBox() 314 if (!pParentWin->IsVisible()) in GetBoundingBox() 319 pParentWin->getMenuItemPosSize(mnMenuPos, aMenuPos, aMenuSize); in GetBoundingBox()
|
/aoo4110/main/dbaccess/source/ui/uno/ |
H A D | ColumnControl.cxx | 78 Window* pParentWin = NULL; in createPeer() local 83 pParentWin = pParent->GetWindow(); in createPeer() 86 OColumnPeer* pPeer = new OColumnPeer( pParentWin, maContext.getLegacyServiceFactory() ); in createPeer()
|
/aoo4110/main/forms/source/solar/component/ |
H A D | navbarcontrol.cxx | 170 Window* pParentWin = NULL; in createPeer() local 175 pParentWin = pParentXWin->GetWindow(); in createPeer() 176 …DBG_ASSERT( pParentWin, "ONavigationBarControl::createPeer: could not obtain the VCL-level parent … in createPeer() 180 … pPeer = ONavigationBarPeer::Create( maContext.getLegacyServiceFactory(), pParentWin, getModel() ); in createPeer()
|
/aoo4110/main/sw/source/ui/dialog/ |
H A D | regionsw.cxx | 239 Window* pParentWin = &GetView().GetViewFrame()->GetWindow(); in EditRegionDialog() local 246 pParentWin, rWrtShell); in EditRegionDialog() 256 InfoBox(pParentWin, SW_RES(REG_WRONG_PASSWORD)).Execute(); in EditRegionDialog()
|
/aoo4110/main/sfx2/source/appl/ |
H A D | linkmgr2.cxx | 287 sal_Bool LinkManager::GetUserAllowsLinkUpdate(Window *pParentWin) in GetUserAllowsLinkUpdate() argument 291 …if (QueryBox(pParentWin, WB_YES_NO | WB_DEF_NO, SfxResId(STR_QUERY_UPDATE_LINKS)).Execute() == RET… in GetUserAllowsLinkUpdate() 316 Window* pParentWin ) in UpdateAllLinks() argument 361 allows = GetUserAllowsLinkUpdate(pParentWin); in UpdateAllLinks()
|
H A D | newhelp.hxx | 317 SfxHelpWindow_Impl* pParentWin; member in SfxHelpIndexWindow_Impl
|
H A D | newhelp.cxx | 1588 pParentWin ( _pParent ), in SfxHelpIndexWindow_Impl() 1800 pParentWin->ShowStartPage(); in IMPL_LINK()
|
/aoo4110/main/soldep/source/ |
H A D | depper.cxx | 305 sal_uIntPtr Depper::AddObjectToList( DepWin* pParentWin, ObjectList* pObjLst, sal_uIntPtr &LastID, … in AddObjectToList() argument 312 return AddObjectToList( pParentWin, pObjLst, LastID, WinCount, rBodyText, aPos, aSize ); in AddObjectToList() 315 sal_uIntPtr Depper::AddObjectToList( DepWin* pParentWin, ObjectList* pObjLst, sal_uIntPtr &LastID, … in AddObjectToList() argument 317 ObjectWin* pWin = new ObjectWin( pParentWin, WB_BORDER ); in AddObjectToList()
|
/aoo4110/main/forms/source/richtext/ |
H A D | richtextcontrol.cxx | 231 Window* pParentWin = NULL; in createPeer() local 236 pParentWin = pParentXWin->GetWindow(); in createPeer() 237 …DBG_ASSERT( pParentWin, "ORichTextControl::createPeer: could not obtain the VCL-level parent windo… in createPeer() 242 … ORichTextPeer* pPeer = ORichTextPeer::Create( xModel, pParentWin, getWinBits( xModel ) ); in createPeer()
|
/aoo4110/main/soldep/inc/soldep/ |
H A D | depper.hxx | 152 …sal_uIntPtr AddObjectToList(DepWin* pParentWin, ObjectList* pObjLst, sal_uIntPtr &LastID, sa… 153 …sal_uIntPtr AddObjectToList( DepWin* pParentWin, ObjectList* pObjLst, sal_uIntPtr &LastID, s…
|
/aoo4110/main/fpicker/source/unx/kde4/ |
H A D | KDE4FilePicker.cxx | 172 Window *pParentWin = Application::GetDefDialogParent(); in execute() local 173 if ( pParentWin ) in execute() 175 const SystemEnvData* pSysData = ((SystemWindow *)pParentWin)->GetSystemData(); in execute()
|
/aoo4110/main/sw/source/ui/wrtsh/ |
H A D | wrtsh2.cxx | 187 Window* pParentWin, ByteString* pWindowState ) in StartInputFldDlg() argument 196 pParentWin, *this, pFld, bNextButton); in StartInputFldDlg()
|
/aoo4110/main/sw/source/ui/inc/ |
H A D | chartins.hxx | 27 Point SwGetChartDialogPos( const Window *pParentWin, const Size& rDialogSize, const Rectangle& rLog…
|
H A D | wrtsh.hxx | 404 …sal_Bool StartInputFldDlg(SwField*, sal_Bool bNextButton, Window* pParentWin = 0, ByteString* p…
|
/aoo4110/main/chart2/source/controller/main/ |
H A D | ChartController.cxx | 1538 Window* pParentWin( m_pChartWindow->GetAccessibleParentWindow()); in impl_initializeAccessible() local 1539 if( pParentWin ) in impl_initializeAccessible() 1540 xParent.set( pParentWin->GetAccessible()); in impl_initializeAccessible()
|
/aoo4110/main/svtools/source/contnr/ |
H A D | fileview.cxx | 222 ViewTabListBox_Impl( Window* pParentWin, SvtFileView_Impl* pParent, sal_Int16 nFlags ); 735 ViewTabListBox_Impl::ViewTabListBox_Impl( Window* pParentWin, in ViewTabListBox_Impl() argument 739 SvHeaderTabListBox( pParentWin, WB_TABSTOP ), in ViewTabListBox_Impl() 753 Size aBoxSize = pParentWin->GetSizePixel(); in ViewTabListBox_Impl() 754 mpHeaderBar = new HeaderBar( pParentWin, WB_BUTTONSTYLE | WB_BOTTOMBORDER ); in ViewTabListBox_Impl()
|
/aoo4110/main/sd/source/ui/dlg/ |
H A D | sdtreelb.cxx | 248 SdPageObjsTLB::SdPageObjsTLB( Window* pParentWin, const SdResId& rSdResId ) in SdPageObjsTLB() argument 249 : SvTreeListBox ( pParentWin, rSdResId ) in SdPageObjsTLB() 251 , mpParent ( pParentWin ) in SdPageObjsTLB()
|
/aoo4110/main/extensions/source/propctrlr/ |
H A D | propcontroller.cxx | 394 Window* pParentWin = pContainerWindow ? pContainerWindow->GetWindow() : NULL; in attachFrame() local 395 if (!pParentWin) in attachFrame() 398 if ( Construct( pParentWin ) ) in attachFrame()
|
/aoo4110/main/sfx2/inc/sfx2/ |
H A D | linkmgr.hxx | 122 Window* pParentWin = 0 );
|
/aoo4110/main/svx/inc/svx/ |
H A D | bmpmask.hxx | 88 Window* pParentWin; member in SvxBmpMask
|
/aoo4110/main/dbaccess/source/ui/browser/ |
H A D | genericcontroller.cxx | 388 Window* pParentWin = pParentComponent ? pParentComponent->GetWindow() : NULL; in initialize() local 389 if (!pParentWin) in initialize() 395 Construct( pParentWin ); in initialize()
|
/aoo4110/main/dbaccess/source/ui/tabledesign/ |
H A D | TEditControl.hxx | 143 OTableEditorCtrl(Window* pParentWin);
|
/aoo4110/main/svx/source/fmcomp/ |
H A D | fmgridif.cxx | 526 Window* pParentWin = NULL; in createPeer() local 531 pParentWin = pParent->GetWindow(); in createPeer() 534 FmXGridPeer* pPeer = imp_CreatePeer(pParentWin); in createPeer()
|