Home
last modified time | relevance | path

Searched refs:GetAlignment (Results 1 – 20 of 20) sorted by relevance

/trunk/main/sfx2/source/dialog/
H A Ddockwin.cxx662 pImp->SetDockAlignment(GetAlignment()); in ToggleFloatingMode()
688 pImp->SetDockAlignment(GetAlignment()); in StartDocking()
1079 SfxChildAlignment eAlign = CheckAlignment(GetAlignment(),GetAlignment()); in Initialize()
1080 if ( eAlign != GetAlignment() ) in Initialize()
1190 pImp->SetDockAlignment( GetAlignment() ); in Initialize()
1433 switch ( GetAlignment() ) in CalcAlignment()
1440 eDockAlign = GetAlignment(); in CalcAlignment()
1449 eDockAlign = GetAlignment(); in CalcAlignment()
1458 eDockAlign = GetAlignment(); in CalcAlignment()
1467 eDockAlign = GetAlignment(); in CalcAlignment()
[all …]
H A Dtaskpane.cxx1010 impl_setLayout( lcl_getTabLayoutFromAlignment( i_pDockingWindow->GetAlignment() ) ); in IMPL_LINK()
1054 impl_setLayout( lcl_getTabLayoutFromAlignment( m_rDockingWindow.GetAlignment() ) ); in IMPL_LINK()
/trunk/main/sal/typesconfig/
H A Dtypesconfig.c289 int GetAlignment( Type eT ) in GetAlignment() function
338 pThis->nAlignment[0] = GetAlignment( t_short ); in Description_Ctor()
341 pThis->nAlignment[1] = GetAlignment( t_int ); in Description_Ctor()
344 pThis->nAlignment[2] = GetAlignment( t_long ); in Description_Ctor()
346 pThis->nAlignment[2] = GetAlignment( t_double ); in Description_Ctor()
/trunk/main/tools/workben/
H A Dsolar.c276 int GetAlignment( Type eT ) in GetAlignment() function
319 pThis->nAlignment[0] = GetAlignment( t_short ); in Description_Ctor()
322 pThis->nAlignment[1] = GetAlignment( t_int ); in Description_Ctor()
325 pThis->nAlignment[2] = GetAlignment( t_double ); in Description_Ctor()
/trunk/main/sfx2/source/appl/
H A Dworkwin.cxx1598 …if ( ( !bIsFullScreen || pChildWin->GetAlignment() == SFX_ALIGN_NOALIGNMENT ) && bAllChildsVisible… in UpdateChildWindows_Impl()
1687 …if ( pChildWin->GetAlignment() == SFX_ALIGN_NOALIGNMENT || pChildWin->GetWindow()->GetParent() == … in CreateChildWin_Impl()
1692 …pCW->pCli = RegisterChild_Impl(*(pChildWin->GetWindow()), pChildWin->GetAlignment(), pChildWin->Ca… in CreateChildWin_Impl()
1694 if ( pChildWin->GetAlignment() != SFX_ALIGN_NOALIGNMENT && bIsFullScreen ) in CreateChildWin_Impl()
1874 if (pCW && pCW->GetAlignment() == SFX_ALIGN_NOALIGNMENT && pCW->GetType() != nId) in HidePopups_Impl()
1934 … if ( eChild == SFX_CHILDWIN_DOCKINGWINDOW || pDockWin->GetAlignment() == SFX_ALIGN_NOALIGNMENT ) in ConfigChild_Impl()
1939 … pCW->pCli = RegisterChild_Impl(*pDockWin, pDockWin->GetAlignment(), pCW->pWin->CanGetFocus()); in ConfigChild_Impl()
1947 SfxSplitWindow *pSplitWin = GetSplitWindow_Impl(pDockWin->GetAlignment()); in ConfigChild_Impl()
2125 eAlign = pDockWin->GetAlignment(); in ConfigChild_Impl()
H A Dchildwin.cxx591 SfxChildAlignment SfxChildWindowContext::GetAlignment() const in GetAlignment() function in SfxChildWindowContext
596 return ((SfxDockingWindow*)pParent)->GetAlignment(); in GetAlignment()
/trunk/main/cui/source/tabpages/
H A Dswpossizetabpage.cxx740 short nAlign = GetAlignment(m_pHMap, nMapPos, m_aHoriLB, m_aHoriToLB); in FillItemSet()
770 short nAlign = GetAlignment(m_pVMap, nMapPos, m_aVertLB, m_aVertToLB); in FillItemSet()
1085 sal_uInt16 nAlign = GetAlignment(m_pHMap, nMapPos, m_aHoriLB, m_aHoriToLB); in IMPL_LINK()
1098 sal_uInt16 nAlign = GetAlignment(m_pVMap, nMapPos, m_aVertLB, m_aVertToLB); in IMPL_LINK()
1257 sal_uInt16 nAlign = GetAlignment(pMap, nMapPos, *pLB, *pRelLB); in IMPL_LINK()
1403 short SvxSwPosSizeTabPage::GetAlignment(FrmMap *pMap, sal_uInt16 nMapPos, ListBox &/*rAlignLB*/, Li… in GetAlignment() function in SvxSwPosSizeTabPage
1632 short nAlign = GetAlignment(m_pHMap, nMapPos, m_aHoriLB, m_aHoriToLB); in UpdateExample()
1643 sal_uInt16 nAlign = GetAlignment(m_pVMap, nMapPos, m_aVertLB, m_aVertToLB); in UpdateExample()
H A Dswpossizetabpage.hxx126 …short GetAlignment(FrmMap *pMap, sal_uInt16 nMapPos, ListBox &rAlignLB, ListBox &rRelati…
/trunk/main/sfx2/inc/sfx2/
H A Ddockwin.hxx100 SfxChildAlignment GetAlignment() const { return pMgr->GetAlignment(); } in GetAlignment() function in SfxDockingWindow
H A Dchildwin.hxx159 SfxChildAlignment GetAlignment() const;
193 SfxChildAlignment GetAlignment() const in GetAlignment() function in SfxChildWindow
/trunk/main/sw/source/ui/frmdlg/
H A Dfrmpage.cxx1040 short nAlign = GetAlignment(pHMap, nMapPos, aHorizontalDLB, aHoriRelationLB); in FillItemSet()
1079 short nAlign = GetAlignment(pVMap, nMapPos, aVerticalDLB, aVertRelationLB); in FillItemSet()
1598 short SwFrmPage::GetAlignment(FrmMap *pMap, sal_uInt16 nMapPos, in GetAlignment() function in SwFrmPage
1802 short nAlign = GetAlignment(pHMap, nMapPos, aHorizontalDLB, aHoriRelationLB); in IMPL_LINK()
1815 short nAlign = GetAlignment(pVMap, nMapPos, aVerticalDLB, aVertRelationLB); in IMPL_LINK()
1949 short nAlign = GetAlignment(pMap, nMapPos, *pLB, *pRelLB); in IMPL_LINK()
2139 short nAlign = GetAlignment(pHMap, nMapPos, aHorizontalDLB, aHoriRelationLB); in UpdateExample()
2150 short nAlign = GetAlignment(pVMap, nMapPos, aVerticalDLB, aVertRelationLB); in UpdateExample()
/trunk/main/sc/source/ui/formdlg/
H A Ddwfunctr.cxx122 eSfxNewAlignment=GetAlignment(); in ScFunctionDockWin()
1092 eSfxNewAlignment=GetAlignment(); in ToggleFloatingMode()
/trunk/main/oox/inc/oox/export/
H A Ddrawingml.hxx130 static const char* GetAlignment( sal_Int32 nAlignment );
/trunk/main/sw/source/ui/inc/
H A Dfrmpage.hxx177 …short GetAlignment(FrmMap *pMap, sal_uInt16 nMapPos, ListBox &rAlignLB, ListBox &rRelati…
/trunk/main/svtools/inc/svtools/
H A Divctrl.hxx190 SvxIconChoiceCtrlColumnAlign GetAlignment() const { return eAlignment; } in GetAlignment() function in SvxIconChoiceCtrlColumnInfo
/trunk/main/oox/source/export/
H A Ddrawingml.cxx1037 const char* DrawingML::GetAlignment( sal_Int32 nAlignment ) in GetAlignment() function in oox::drawingml::DrawingML
1082 XML_algn, GetAlignment( nAlignment ), in WriteParagraphProperties()
/trunk/main/starmath/source/
H A Dview.cxx537 switch (GetAlignment()) in Resize()
567 switch (GetAlignment()) in Paint()
/trunk/main/svx/source/fmcomp/
H A Dgridcell.cxx484 switch (GetAlignment()) in Paint()
875 AlignControl( m_rColumn.GetAlignment() ); in Init()
3628 switch (m_pColumn->GetAlignment()) in PaintFieldToCell()
/trunk/main/sfx2/source/control/
H A Ddispatch.cxx863 if (!pWin || (pWin && pWin->GetAlignment() == SFX_ALIGN_NOALIGNMENT)) in DoDeactivate_Impl()
/trunk/main/svx/source/inc/
H A Dgridcell.hxx138 sal_Int16 GetAlignment() const {return m_nAlign;} in GetAlignment() function in DbGridColumn

Completed in 208 milliseconds