Searched refs:nAnchor (Results 1 – 9 of 9) sorted by relevance
/aoo4110/main/svx/source/dialog/ |
H A D | swframeexample.cxx | 55 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 …]
|
/aoo4110/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()
|
/aoo4110/main/sw/source/ui/shells/ |
H A D | drwbassh.cxx | 214 short nAnchor = pSh->GetAnchorId(); in Execute() local 263 aSet.Put(SfxInt16Item(SID_ATTR_TRANSFORM_ANCHOR, nAnchor)); in Execute() 477 sal_uInt16 nAnchor = pSh->GetAnchorId(); in Execute() local 478 if (nAnchor == FLY_AS_CHAR) in Execute() 508 if (nAnchor == FLY_AT_PARA) in Execute()
|
H A D | textsh.cxx | 659 sal_uInt16 nAnchor = (sal_uInt16)aMgr.GetAnchor(); in TYPEINIT1() local 660 rReq.AppendItem(SfxUInt16Item(nSlot, nAnchor)); in TYPEINIT1()
|
/aoo4110/main/xmloff/source/text/ |
H A D | txtprhdl.cxx | 637 sal_uInt16 nAnchor; in importXML() local 638 sal_Bool bRet = SvXMLUnitConverter::convertEnum( nAnchor, rStrImpValue, in importXML() 642 rValue <<= (TextContentAnchorType)nAnchor; in importXML() 671 sal_uInt16 nAnchor; in convert() local 672 sal_Bool bRet = SvXMLUnitConverter::convertEnum( nAnchor, rStrImpValue, in convert() 675 rType = (TextContentAnchorType)nAnchor; in convert()
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | wrtw8nds.cxx | 964 sal_uInt8 nAnchor = 0x00; in StartURL() local 966 nAnchor = 0x08; in StartURL() 967 m_rWW8Export.pDataStrm->Write( &nAnchor, 1 ); in StartURL()
|
/aoo4110/main/sw/source/core/unocore/ |
H A D | unodraw.cxx | 1285 sal_Int32 nAnchor = 0; in setPropertyValue() local 1286 cppu::enum2int( nAnchor, aValue ); in setPropertyValue() 1287 pDoc->ChgAnchor( aList, (RndStdIds)nAnchor, in setPropertyValue()
|
Completed in 70 milliseconds