Searched refs:nAnchor (Results 1 – 9 of 9) sorted by relevance
| /trunk/main/svx/source/dialog/ |
| H A D | swframeexample.cxx | 51 nAnchor (TextContentAnchorType_AT_PAGE), in SvxSwFrameExample() 113 if (nAnchor != TextContentAnchorType_AS_CHARACTER) in InitAllRects_Impl() 161 …if (nAnchor == TextContentAnchorType_AS_CHARACTER || nAnchor == TextContentAnchorType_AT_CHARACTER) in InitAllRects_Impl() 170 if (nAnchor == TextContentAnchorType_AS_CHARACTER) in InitAllRects_Impl() 194 if (nAnchor != TextContentAnchorType_AS_CHARACTER) in InitAllRects_Impl() 196 sal_uIntPtr nLFBorder = nAnchor == TextContentAnchorType_AT_PAGE ? nLBorder : nLTxtBorder; in InitAllRects_Impl() 197 sal_uIntPtr nRFBorder = nAnchor == TextContentAnchorType_AT_PAGE ? nRBorder : nRTxtBorder; in InitAllRects_Impl() 231 switch (nAnchor) in CalcBoundRect_Impl() 449 if (nAnchor == TextContentAnchorType_AT_FRAME && &rRect == &aPagePrtArea) in DrawInnerFrame_Impl() 483 if (nAnchor == TextContentAnchorType_AT_FRAME) in Paint() [all …]
|
| /trunk/main/cui/source/tabpages/ |
| H A D | swpossizetabpage.cxx | 672 short nAnchor = GetAnchorType(&bAnchorChanged); in FillItemSet() local 676 rSet.Put(SfxInt16Item(SID_ATTR_TRANSFORM_ANCHOR, nAnchor)); in FillItemSet() 1474 void SvxSwPosSizeTabPage::InitPos(short nAnchor, in InitPos() argument 1507 else if( nAnchor == TextContentAnchorType_AT_PAGE ) in InitPos() 1512 else if ( nAnchor == TextContentAnchorType_AT_FRAME ) in InitPos() 1519 else if ( nAnchor == TextContentAnchorType_AT_PARAGRAPH ) in InitPos() 1532 else if ( nAnchor == TextContentAnchorType_AT_CHARACTER ) in InitPos() 1545 else if ( nAnchor == TextContentAnchorType_AS_CHARACTER ) in InitPos() 1577 … nAnchor != TextContentAnchorType_AS_CHARACTER;//#61359# warum nicht in Formaten&& !bFormat; in InitPos() 1609 if ( nAnchor == TextContentAnchorType_AS_CHARACTER ) in InitPos()
|
| /trunk/main/xmloff/source/text/ |
| H A D | txtprhdl.cxx | 643 sal_uInt16 nAnchor; in importXML() local 644 sal_Bool bRet = SvXMLUnitConverter::convertEnum( nAnchor, rStrImpValue, in importXML() 648 rValue <<= (TextContentAnchorType)nAnchor; in importXML() 677 sal_uInt16 nAnchor; in convert() local 678 sal_Bool bRet = SvXMLUnitConverter::convertEnum( nAnchor, rStrImpValue, in convert() 681 rType = (TextContentAnchorType)nAnchor; in convert()
|
| /trunk/main/sw/source/ui/shells/ |
| H A D | drwbassh.cxx | 210 short nAnchor = pSh->GetAnchorId(); in Execute() local 259 aSet.Put(SfxInt16Item(SID_ATTR_TRANSFORM_ANCHOR, nAnchor)); in Execute() 473 sal_uInt16 nAnchor = pSh->GetAnchorId(); in Execute() local 474 if (nAnchor == FLY_AS_CHAR) in Execute() 504 if (nAnchor == FLY_AT_PARA) in Execute()
|
| H A D | textsh.cxx | 675 sal_uInt16 nAnchor = (sal_uInt16)aMgr.GetAnchor(); in TYPEINIT1() local 676 rReq.AppendItem(SfxUInt16Item(nSlot, nAnchor)); in TYPEINIT1()
|
| /trunk/main/svx/inc/svx/ |
| H A D | swframeexample.hxx | 63 short nAnchor; member in SvxSwFrameExample 91 inline void SetAnchor(short nA) { nAnchor = nA; } in SetAnchor()
|
| /trunk/main/vcl/source/control/ |
| H A D | ilstbox.cxx | 1158 sal_uInt16 nAnchor = mpEntryList->GetSelectionAnchor(); in SelectEntries() local 1159 …if( ( nAnchor == LISTBOX_ENTRY_NOTFOUND ) && ( mpEntryList->GetSelectEntryCount() || mbStackMode )… in SelectEntries() 1161 …nAnchor = mbStackMode ? 0 : mpEntryList->GetSelectEntryPos( mpEntryList->GetSelectEntryCount() - 1… in SelectEntries() 1163 if( nAnchor != LISTBOX_ENTRY_NOTFOUND ) in SelectEntries() 1166 sal_uInt16 nStart = Min( nSelect, nAnchor ); in SelectEntries() 1167 sal_uInt16 nEnd = Max( nSelect, nAnchor ); in SelectEntries() 1181 if ( ( nLast > nSelect ) && ( nLast > nAnchor ) ) in SelectEntries() 1192 else if ( ( nLast < nSelect ) && ( nLast < nAnchor ) ) in SelectEntries()
|
| /trunk/main/sw/source/filter/ww8/ |
| H A D | wrtw8nds.cxx | 963 sal_uInt8 nAnchor = 0x00; in StartURL() local 965 nAnchor = 0x08; in StartURL() 966 m_rWW8Export.pDataStrm->Write( &nAnchor, 1 ); in StartURL()
|
| /trunk/main/sw/source/core/unocore/ |
| H A D | unodraw.cxx | 1283 sal_Int32 nAnchor = 0; in setPropertyValue() local 1284 cppu::enum2int( nAnchor, aValue ); in setPropertyValue() 1285 pDoc->ChgAnchor( aList, (RndStdIds)nAnchor, in setPropertyValue()
|