Home
last modified time | relevance | path

Searched refs:nAnchorType (Results 1 – 9 of 9) sorted by relevance

/aoo42x/main/sw/source/ui/shells/
H A Dbasesh.cxx1708 int nAnchorType; in GetState() local
1712 nAnchorType = rSh.GetAnchorId(); in GetState()
1717 nAnchorType = ((SwFmtAnchor&)aSet.Get(RES_ANCHOR)).GetAnchorId(); in GetState()
1727 (nAnchorType == - 1) || (nAnchorType == FLY_AS_CHAR); in GetState()
1735 ( (nAnchorType != FLY_AT_PARA) in GetState()
1736 && (nAnchorType != FLY_AT_CHAR) in GetState()
1737 && (nAnchorType != FLY_AT_PAGE)); in GetState()
1750 ( (nAnchorType != FLY_AT_PARA) in GetState()
1751 && (nAnchorType != FLY_AT_CHAR) in GetState()
1752 && (nAnchorType != FLY_AT_PAGE))); in GetState()
[all …]
H A Ddrwbassh.cxx824 const RndStdIds eAnchorType = static_cast<RndStdIds >(pValidation->nAnchorType); in IMPL_LINK()
/aoo42x/main/sw/source/filter/html/
H A Dhtmlform.cxx1161 sal_Int16 nAnchorType = text::TextContentAnchorType_AS_CHARACTER; in InsertControl() local
1174 nAnchorType = text::TextContentAnchorType_AT_FRAME; in InsertControl()
1182 nAnchorType = text::TextContentAnchorType_AT_PAGE; in InsertControl()
1194 nAnchorType = text::TextContentAnchorType_AT_PARAGRAPH; in InsertControl()
1242 aTmp <<= (sal_Int16)nAnchorType ; in InsertControl()
1246 if( text::TextContentAnchorType_AT_PAGE == nAnchorType ) in InsertControl()
/aoo42x/main/cui/source/tabpages/
H A Dswpossizetabpage.cxx832 short nAnchorType = TextContentAnchorType_AT_PARAGRAPH; in Reset() local
835 nAnchorType = static_cast<const SfxInt16Item*>(pItem)->GetValue(); in Reset()
836 switch(nAnchorType) in Reset()
992 InitPos(nAnchorType, m_nOldH, m_nOldHRel, m_nOldV, m_nOldVRel, nHoriPos, nVertPos); in Reset()
1074 aVal.nAnchorType = GetAnchorType(); in IMPL_LINK()
H A Dswpossizetabpage.hxx122 void InitPos(short nAnchorType, sal_uInt16 nH, sal_uInt16 nHRel,
/aoo42x/main/svx/inc/svx/
H A Dswframevalidation.hxx34 sal_Int16 nAnchorType; //com::sun::star::text::TextContentAnchorType member
/aoo42x/main/sw/source/ui/frmdlg/
H A Dwrap.cxx476 aVal.nAnchorType = static_cast< sal_Int16 >(nAnchorId); in ActivatePage()
521 if (aVal.nAnchorType == FLY_AS_CHAR) in ActivatePage()
H A Dfrmmgr.cxx292 const RndStdIds eAnchorType = static_cast<RndStdIds >(rVal.nAnchorType); in ValidateMetrics()
H A Dfrmpage.cxx1791 aVal.nAnchorType = static_cast< sal_uInt16 >(GetAnchor()); in IMPL_LINK()
1895 const SwTwips nUpperOffset = (aVal.nAnchorType == FLY_AS_CHAR) in IMPL_LINK()
1897 const SwTwips nLowerOffset = (aVal.nAnchorType == FLY_AS_CHAR) in IMPL_LINK()

Completed in 70 milliseconds