Searched refs:nAnchorType (Results 1 – 9 of 9) sorted by relevance
1710 int nAnchorType; in GetState() local1714 nAnchorType = rSh.GetAnchorId(); in GetState()1719 nAnchorType = ((SwFmtAnchor&)aSet.Get(RES_ANCHOR)).GetAnchorId(); in GetState()1729 (nAnchorType == - 1) || (nAnchorType == FLY_AS_CHAR); in GetState()1737 ( (nAnchorType != FLY_AT_PARA) in GetState()1738 && (nAnchorType != FLY_AT_CHAR) in GetState()1739 && (nAnchorType != FLY_AT_PAGE)); in GetState()1752 ( (nAnchorType != FLY_AT_PARA) in GetState()1753 && (nAnchorType != FLY_AT_CHAR) in GetState()1754 && (nAnchorType != FLY_AT_PAGE))); in GetState()[all …]
828 const RndStdIds eAnchorType = static_cast<RndStdIds >(pValidation->nAnchorType); in IMPL_LINK()
1161 sal_Int16 nAnchorType = text::TextContentAnchorType_AS_CHARACTER; in InsertControl() local1174 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()
832 short nAnchorType = TextContentAnchorType_AT_PARAGRAPH; in Reset() local835 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()
122 void InitPos(short nAnchorType, sal_uInt16 nH, sal_uInt16 nHRel,
34 sal_Int16 nAnchorType; //com::sun::star::text::TextContentAnchorType member
476 aVal.nAnchorType = static_cast< sal_Int16 >(nAnchorId); in ActivatePage()521 if (aVal.nAnchorType == FLY_AS_CHAR) in ActivatePage()
287 const RndStdIds eAnchorType = static_cast<RndStdIds >(rVal.nAnchorType); in ValidateMetrics()
1791 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 67 milliseconds