Searched refs:GetRelation (Results 1 – 6 of 6) sorted by relevance
/trunk/main/cui/source/tabpages/ |
H A D | swpossizetabpage.cxx | 741 short nRel = GetRelation(m_pHMap, m_aHoriToLB); in FillItemSet() 771 short nRel = GetRelation(m_pVMap, m_aVertToLB); in FillItemSet() 1086 sal_uInt16 nRel = GetRelation(m_pHMap, m_aHoriToLB); in IMPL_LINK() 1099 sal_uInt16 nRel = GetRelation(m_pVMap, m_aVertToLB); in IMPL_LINK() 1228 sal_uInt16 nRel = GetRelation(m_pHMap, m_aHoriToLB); in IMPL_LINK() 1387 short SvxSwPosSizeTabPage::GetRelation(FrmMap *, ListBox &rRelationLB) in GetRelation() function in SvxSwPosSizeTabPage 1633 short nRel = GetRelation(m_pHMap, m_aHoriToLB); in UpdateExample() 1644 sal_uInt16 nRel = GetRelation(m_pVMap, m_aVertToLB); in UpdateExample()
|
H A D | swpossizetabpage.hxx | 127 short GetRelation(FrmMap *pMap, ListBox &rRelationLB);
|
/trunk/main/sw/source/filter/inc/ |
H A D | rtf.hxx | 48 sal_uInt16 GetRelation() const { return Value.Flags.nRelOrient; } in GetRelation() function in RTFVertOrient 74 sal_uInt16 GetRelation() const { return Value.Flags.nRelOrient; } in GetRelation() function in RTFHoriOrient
|
/trunk/main/sw/source/ui/frmdlg/ |
H A D | frmpage.cxx | 1041 short nRel = GetRelation(pHMap, aHoriRelationLB); in FillItemSet() 1080 short nRel = GetRelation(pVMap, aVertRelationLB); in FillItemSet() 1580 short SwFrmPage::GetRelation(FrmMap * /*pMap*/, ListBox &rRelationLB) in GetRelation() function in SwFrmPage 1803 short nRel = GetRelation(pHMap, aHoriRelationLB); in IMPL_LINK() 1816 short nRel = GetRelation(pVMap, aVertRelationLB); in IMPL_LINK() 2064 sal_uInt16 nRel = GetRelation(pHMap, aHoriRelationLB); in IMPL_LINK() 2140 short nRel = GetRelation(pHMap, aHoriRelationLB); in UpdateExample() 2151 short nRel = GetRelation(pVMap, aVertRelationLB); in UpdateExample()
|
/trunk/main/sw/source/ui/inc/ |
H A D | frmpage.hxx | 178 short GetRelation(FrmMap *pMap, ListBox &rRelationLB);
|
/trunk/main/sw/source/filter/rtf/ |
H A D | rtffly.cxx | 814 aVert.SetRelationOrient( aVO.GetRelation() ); in ReadFly() 821 aHori.SetRelationOrient( aHO.GetRelation() ); in ReadFly()
|
Completed in 83 milliseconds