Lines Matching refs:eAnchor
348 TextContentAnchorType eAnchor; in Fill() local
349 xPropSet->getPropertyValue(our_sAnchorType) >>= eAnchor; in Fill()
350 if(TextContentAnchorType_AT_PAGE != eAnchor && TextContentAnchorType_AT_FRAME != eAnchor) in Fill()
356 if(TextContentAnchorType_AT_FRAME == eAnchor) in Fill()
2502 TextContentAnchorType eAnchor; in lcl_txtpara_isBoundAsChar() local
2503 rPropSet->getPropertyValue( sAnchorType ) >>= eAnchor; in lcl_txtpara_isBoundAsChar()
2504 bIsBoundAsChar = TextContentAnchorType_AS_CHARACTER == eAnchor; in lcl_txtpara_isBoundAsChar()
2534 TextContentAnchorType eAnchor = TextContentAnchorType_AT_PARAGRAPH; in addTextFrameAttributes() local
2535 rPropSet->getPropertyValue( sAnchorType ) >>= eAnchor; in addTextFrameAttributes()
2539 aAnchorTypeHdl.exportXML( sTmp, uno::makeAny(eAnchor), in addTextFrameAttributes()
2545 if( TextContentAnchorType_AT_PAGE == eAnchor ) in addTextFrameAttributes()
2563 eAnchor != TextContentAnchorType_AS_CHARACTER ) in addTextFrameAttributes()
2577 else if( TextContentAnchorType_AS_CHARACTER == eAnchor ) in addTextFrameAttributes()
2580 if( !bShape || TextContentAnchorType_AS_CHARACTER == eAnchor ) in addTextFrameAttributes()