Home
last modified time | relevance | path

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

/trunk/main/svx/source/dialog/
H A Dswframeexample.cxx55 nAnchor (TextContentAnchorType_AT_PAGE), in SvxSwFrameExample()
117 if (nAnchor != TextContentAnchorType_AS_CHARACTER) in InitAllRects_Impl()
165 …if (nAnchor == TextContentAnchorType_AS_CHARACTER || nAnchor == TextContentAnchorType_AT_CHARACTER) in InitAllRects_Impl()
198 if (nAnchor != TextContentAnchorType_AS_CHARACTER) in InitAllRects_Impl()
235 switch (nAnchor) in CalcBoundRect_Impl()
487 if (nAnchor == TextContentAnchorType_AT_FRAME) in Paint()
495 if (nAnchor != TextContentAnchorType_AS_CHARACTER) in Paint()
525 if (nAnchor != TextContentAnchorType_AS_CHARACTER) in Paint()
601 if (nAnchor == TextContentAnchorType_AT_FRAME) in Paint()
620 if (nAnchor == TextContentAnchorType_AT_FRAME) in Paint()
[all …]
/trunk/main/cui/source/tabpages/
H A Dswpossizetabpage.cxx672 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()
1577nAnchor != 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 Dtxtprhdl.cxx643 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 Ddrwbassh.cxx210 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 Dtextsh.cxx675 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 Dswframeexample.hxx63 short nAnchor; member in SvxSwFrameExample
91 inline void SetAnchor(short nA) { nAnchor = nA; } in SetAnchor()
/trunk/main/vcl/source/control/
H A Dilstbox.cxx1158 sal_uInt16 nAnchor = mpEntryList->GetSelectionAnchor(); in SelectEntries() local
1159 …if( ( nAnchor == LISTBOX_ENTRY_NOTFOUND ) && ( mpEntryList->GetSelectEntryCount() || mbStackMode )… in SelectEntries()
1161nAnchor = 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 Dwrtw8nds.cxx964 sal_uInt8 nAnchor = 0x00; in StartURL() local
966 nAnchor = 0x08; in StartURL()
967 m_rWW8Export.pDataStrm->Write( &nAnchor, 1 ); in StartURL()
/trunk/main/sw/source/core/unocore/
H A Dunodraw.cxx1283 sal_Int32 nAnchor = 0; in setPropertyValue() local
1284 cppu::enum2int( nAnchor, aValue ); in setPropertyValue()
1285 pDoc->ChgAnchor( aList, (RndStdIds)nAnchor, in setPropertyValue()

Completed in 90 milliseconds