Lines Matching refs:eAnchor
346 TextContentAnchorType eAnchor; in Fill() local
347 xPropSet->getPropertyValue(our_sAnchorType) >>= eAnchor; in Fill()
348 if(TextContentAnchorType_AT_PAGE != eAnchor && TextContentAnchorType_AT_FRAME != eAnchor) in Fill()
354 if(TextContentAnchorType_AT_FRAME == eAnchor) in Fill()
2498 TextContentAnchorType eAnchor; in lcl_txtpara_isBoundAsChar() local
2499 rPropSet->getPropertyValue( sAnchorType ) >>= eAnchor; in lcl_txtpara_isBoundAsChar()
2500 bIsBoundAsChar = TextContentAnchorType_AS_CHARACTER == eAnchor; in lcl_txtpara_isBoundAsChar()
2530 TextContentAnchorType eAnchor = TextContentAnchorType_AT_PARAGRAPH; in addTextFrameAttributes() local
2531 rPropSet->getPropertyValue( sAnchorType ) >>= eAnchor; in addTextFrameAttributes()
2535 aAnchorTypeHdl.exportXML( sTmp, uno::makeAny(eAnchor), in addTextFrameAttributes()
2541 if( TextContentAnchorType_AT_PAGE == eAnchor ) in addTextFrameAttributes()
2559 eAnchor != TextContentAnchorType_AS_CHARACTER ) in addTextFrameAttributes()
2573 else if( TextContentAnchorType_AS_CHARACTER == eAnchor ) in addTextFrameAttributes()
2576 if( !bShape || TextContentAnchorType_AS_CHARACTER == eAnchor ) in addTextFrameAttributes()