Home
last modified time | relevance | path

Searched refs:eAnchorType (Results 1 – 25 of 40) sorted by relevance

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/frmdlg/
H A Dfrmmgr.cxx107 m_aSet.Put(SwFormatAnchor(eAnchorType)); in SwFlyFrameAttrMgr()
213 OSL_ENSURE( eAnchorType == RndStdIds::FLY_AT_PAGE || in InsertFlyFrame()
214 eAnchorType == RndStdIds::FLY_AT_PARA || in InsertFlyFrame()
215 eAnchorType == RndStdIds::FLY_AT_CHAR || in InsertFlyFrame()
216 eAnchorType == RndStdIds::FLY_AT_FLY || in InsertFlyFrame()
222 SetAnchor( eAnchorType ); in InsertFlyFrame()
279 const RndStdIds eAnchorType = rVal.nAnchorType; in ValidateMetrics() local
281 m_pOwnSh->CalcBoundRect( aBoundRect, eAnchorType, in ValidateMetrics()
309 if ((eAnchorType == RndStdIds::FLY_AT_PAGE) || (eAnchorType == RndStdIds::FLY_AT_FLY)) in ValidateMetrics()
359 else if ((eAnchorType == RndStdIds::FLY_AT_PARA) || in ValidateMetrics()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/frmdlg/
H A Dfrmmgr.cxx196 OSL_ENSURE( eAnchorType == RndStdIds::FLY_AT_PAGE || in InsertFlyFrame()
197 eAnchorType == RndStdIds::FLY_AT_PARA || in InsertFlyFrame()
198 eAnchorType == RndStdIds::FLY_AT_CHAR || in InsertFlyFrame()
199 eAnchorType == RndStdIds::FLY_AT_FLY || in InsertFlyFrame()
205 SetAnchor( eAnchorType ); in InsertFlyFrame()
262 const RndStdIds eAnchorType = rVal.nAnchorType; in ValidateMetrics() local
264 m_pOwnSh->CalcBoundRect( aBoundRect, eAnchorType, in ValidateMetrics()
292 if ((eAnchorType == RndStdIds::FLY_AT_PAGE) || (eAnchorType == RndStdIds::FLY_AT_FLY)) in ValidateMetrics()
342 else if ((eAnchorType == RndStdIds::FLY_AT_PARA) || in ValidateMetrics()
410 else if ( (eAnchorType == RndStdIds::FLY_AT_CHAR) && in ValidateMetrics()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/text/
H A DXMLTextShapeImportHelper.cxx82 TextContentAnchorType eAnchorType = TextContentAnchorType_AT_PARAGRAPH; in addShape() local
99 eAnchorType = eNew; in addShape()
120 xPropSet->setPropertyValue( gsAnchorType, Any(eAnchorType) ); in addShape()
127 switch( eAnchorType ) in addShape()
H A DXMLTextFrameContext.cxx361 css::text::TextContentAnchorType eAnchorType; member in __anon8669d4430411::XMLTextFrameContext_Impl
383 css::text::TextContentAnchorType eAnchorType,
409 css::text::TextContentAnchorType GetAnchorType() const { return eAnchorType; } in GetAnchorType()
584 xPropSet->setPropertyValue( "AnchorType", Any(eAnchorType) ); in Create()
678 if( TextContentAnchorType_AT_PAGE == eAnchorType && nPage > 0 ) in Create()
818 , eAnchorType( eATyp ) in XMLTextFrameContext_Impl()
857 if( TextContentAnchorType_AT_PARAGRAPH == eAnchorType || in XMLTextFrameContext_Impl()
858 TextContentAnchorType_AT_CHARACTER == eAnchorType || in XMLTextFrameContext_Impl()
859 TextContentAnchorType_AS_CHARACTER == eAnchorType ) in XMLTextFrameContext_Impl()
868 eAnchorType = eNew; in XMLTextFrameContext_Impl()
H A Dtxtparai.cxx1940 TextContentAnchorType eAnchorType = in endFastElement() local
1944 aAny >>= eAnchorType; in endFastElement()
1946 if ( TextContentAnchorType_AT_CHARACTER == eAnchorType ) in endFastElement()
1968 TextContentAnchorType eAnchorType = TextContentAnchorType_AT_PARAGRAPH; in endFastElement() local
1971 aAny >>= eAnchorType; in endFastElement()
1973 if ( TextContentAnchorType_AT_CHARACTER == eAnchorType ) in endFastElement()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/text/
H A DXMLTextShapeImportHelper.cxx79 TextContentAnchorType eAnchorType = TextContentAnchorType_AT_PARAGRAPH; in addShape() local
106 eAnchorType = eNew; in addShape()
126 xPropSet->setPropertyValue( gsAnchorType, Any(eAnchorType) ); in addShape()
133 switch( eAnchorType ) in addShape()
H A DXMLTextFrameContext.cxx364 css::text::TextContentAnchorType eAnchorType; member in XMLTextFrameContext_Impl
387 css::text::TextContentAnchorType eAnchorType,
414 css::text::TextContentAnchorType GetAnchorType() const { return eAnchorType; } in GetAnchorType()
588 xPropSet->setPropertyValue( "AnchorType", Any(eAnchorType) ); in Create()
684 if( TextContentAnchorType_AT_PAGE == eAnchorType && nPage > 0 ) in Create()
824 , eAnchorType( eATyp ) in XMLTextFrameContext_Impl()
879 if( TextContentAnchorType_AT_PARAGRAPH == eAnchorType || in XMLTextFrameContext_Impl()
880 TextContentAnchorType_AT_CHARACTER == eAnchorType || in XMLTextFrameContext_Impl()
881 TextContentAnchorType_AS_CHARACTER == eAnchorType ) in XMLTextFrameContext_Impl()
890 eAnchorType = eNew; in XMLTextFrameContext_Impl()
H A Dtxtparai.cxx2114 TextContentAnchorType eAnchorType = in EndElement() local
2118 aAny >>= eAnchorType; in EndElement()
2120 if ( TextContentAnchorType_AT_CHARACTER == eAnchorType ) in EndElement()
2142 TextContentAnchorType eAnchorType = TextContentAnchorType_AT_PARAGRAPH; in EndElement() local
2145 aAny >>= eAnchorType; in EndElement()
2147 if ( TextContentAnchorType_AT_CHARACTER == eAnchorType ) in EndElement()
/dports/editors/libreoffice/libreoffice-7.2.6.2/writerfilter/qa/cppunittests/rtftok/
H A Drtfsdrimport.cxx58 text::TextContentAnchorType eAnchorType = text::TextContentAnchorType_AT_PARAGRAPH; in CPPUNIT_TEST_FIXTURE() local
59 xInnerShape->getPropertyValue("AnchorType") >>= eAnchorType; in CPPUNIT_TEST_FIXTURE()
65 CPPUNIT_ASSERT_EQUAL(text::TextContentAnchorType_AS_CHARACTER, eAnchorType); in CPPUNIT_TEST_FIXTURE()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/core/frmedt/
H A Dfrmedt.cxx93 RndStdIds eAnchorType = RndStdIds::FLY_AT_CHAR; in CPPUNIT_TEST_FIXTURE() local
102 pWrtShell->CalcBoundRect(aBoundRect, eAnchorType, eHoriRelOrient, eVertRelOrient, pContentPos, in CPPUNIT_TEST_FIXTURE()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/shells/
H A Ddrwbassh.cxx831 const RndStdIds eAnchorType = rValidation.nAnchorType; in IMPL_LINK() local
842 pSh->CalcBoundRect( aBoundRect, eAnchorType, in IMPL_LINK()
871 if ((eAnchorType == RndStdIds::FLY_AT_PAGE) || (eAnchorType == RndStdIds::FLY_AT_FLY)) in IMPL_LINK()
919 else if ((eAnchorType == RndStdIds::FLY_AT_PARA) || (eAnchorType == RndStdIds::FLY_AT_CHAR)) in IMPL_LINK()
980 else if (eAnchorType == RndStdIds::FLY_AS_CHAR) in IMPL_LINK()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/shells/
H A Ddrwbassh.cxx888 const RndStdIds eAnchorType = rValidation.nAnchorType; in IMPL_LINK() local
899 pSh->CalcBoundRect( aBoundRect, eAnchorType, in IMPL_LINK()
928 if ((eAnchorType == RndStdIds::FLY_AT_PAGE) || (eAnchorType == RndStdIds::FLY_AT_FLY)) in IMPL_LINK()
976 else if ((eAnchorType == RndStdIds::FLY_AT_PARA) || (eAnchorType == RndStdIds::FLY_AT_CHAR)) in IMPL_LINK()
1038 else if (eAnchorType == RndStdIds::FLY_AS_CHAR) in IMPL_LINK()
/dports/editors/libreoffice/libreoffice-7.2.6.2/odk/examples/DevelopersGuide/Forms/
H A DFormLayer.java90 TextContentAnchorType eAnchorType = TextContentAnchorType.AT_PARAGRAPH; in createControlAndShape() local
91 xShapeProps.setPropertyValue( "AnchorType", eAnchorType ); in createControlAndShape()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/odk/examples/DevelopersGuide/Forms/
H A DFormLayer.java90 TextContentAnchorType eAnchorType = TextContentAnchorType.AT_PARAGRAPH; in createControlAndShape() local
91 xShapeProps.setPropertyValue( "AnchorType", eAnchorType ); in createControlAndShape()
/dports/editors/libreoffice/libreoffice-7.2.6.2/forms/qa/integration/forms/
H A DFormLayer.java94 TextContentAnchorType eAnchorType = TextContentAnchorType.AT_PARAGRAPH; in createControlAndShape() local
95 xShapeProps.setPropertyValue( "AnchorType", eAnchorType ); in createControlAndShape()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/forms/qa/integration/forms/
H A DFormLayer.java94 TextContentAnchorType eAnchorType = TextContentAnchorType.AT_PARAGRAPH; in createControlAndShape() local
95 xShapeProps.setPropertyValue( "AnchorType", eAnchorType ); in createControlAndShape()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/inc/
H A Dfrmmgr.hxx111 void InsertFlyFrame(RndStdIds eAnchorType,
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/inc/
H A Dfrmmgr.hxx112 void InsertFlyFrame(RndStdIds eAnchorType,
/dports/editors/libreoffice/libreoffice-7.2.6.2/extensions/source/propctrlr/
H A Dformgeometryhandler.cxx536 TextContentAnchorType eAnchorType( TextContentAnchorType_AT_PARAGRAPH ); in actuatingPropertyChanged() local
537 OSL_VERIFY( _rNewValue >>= eAnchorType ); in actuatingPropertyChanged()
538 …_rxInspectorUI->enablePropertyUI( PROPERTY_POSITIONX, eAnchorType != TextContentAnchorType_AS_CHAR… in actuatingPropertyChanged()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/extensions/source/propctrlr/
H A Dformgeometryhandler.cxx524 TextContentAnchorType eAnchorType( TextContentAnchorType_AT_PARAGRAPH ); in actuatingPropertyChanged() local
525 OSL_VERIFY( _rNewValue >>= eAnchorType ); in actuatingPropertyChanged()
526 …_rxInspectorUI->enablePropertyUI( PROPERTY_POSITIONX, eAnchorType != TextContentAnchorType_AS_CHAR… in actuatingPropertyChanged()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/text/
H A Dtxtfrm.cxx1563 const RndStdIds eAnchorType( pContact->GetAnchorId() ); in HideAndShowObjects() local
1564 if ((eAnchorType != RndStdIds::FLY_AT_CHAR) || in HideAndShowObjects()
1565 sw_HideObj(*this, eAnchorType, pContact->GetContentAnchor(), in HideAndShowObjects()
1588 const RndStdIds eAnchorType( pContact->GetAnchorId() ); in HideAndShowObjects() local
1590 if (eAnchorType == RndStdIds::FLY_AT_PARA) in HideAndShowObjects()
1594 else if ((eAnchorType == RndStdIds::FLY_AT_CHAR) || in HideAndShowObjects()
1595 (eAnchorType == RndStdIds::FLY_AS_CHAR)) in HideAndShowObjects()
1605 sw_HideObj(*this, eAnchorType, rAnchor, i)) in HideAndShowObjects()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/text/
H A Dtxtfrm.cxx1565 const RndStdIds eAnchorType( pContact->GetAnchorId() ); in HideAndShowObjects() local
1566 if ((eAnchorType != RndStdIds::FLY_AT_CHAR) || in HideAndShowObjects()
1567 sw_HideObj(*this, eAnchorType, pContact->GetContentAnchor(), in HideAndShowObjects()
1590 const RndStdIds eAnchorType( pContact->GetAnchorId() ); in HideAndShowObjects() local
1592 if (eAnchorType == RndStdIds::FLY_AT_PARA) in HideAndShowObjects()
1596 else if ((eAnchorType == RndStdIds::FLY_AT_CHAR) || in HideAndShowObjects()
1597 (eAnchorType == RndStdIds::FLY_AS_CHAR)) in HideAndShowObjects()
1607 sw_HideObj(*this, eAnchorType, rAnchor, i)) in HideAndShowObjects()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/qa/extras/ooxmlimport/
H A Dooxmlimport.cxx395 text::TextContentAnchorType eAnchorType; variable
396 xPropertySet->getPropertyValue("AnchorType") >>= eAnchorType;
397 CPPUNIT_ASSERT_EQUAL(text::TextContentAnchorType_AT_CHARACTER, eAnchorType);
401 xPropertySet->getPropertyValue("AnchorType") >>= eAnchorType;
402 CPPUNIT_ASSERT_EQUAL(text::TextContentAnchorType_AT_CHARACTER, eAnchorType);
/dports/editors/libreoffice/libreoffice-7.2.6.2/filter/source/msfilter/
H A Deschesdo.cxx430 text::TextContentAnchorType eAnchorType; in ImplWriteShape() local
431 xPropSet->getPropertyValue("AnchorType") >>= eAnchorType; in ImplWriteShape()
432 bInline = eAnchorType == text::TextContentAnchorType_AS_CHARACTER; in ImplWriteShape()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/msfilter/
H A Deschesdo.cxx425 text::TextContentAnchorType eAnchorType; in ImplWriteShape() local
426 xPropSet->getPropertyValue("AnchorType") >>= eAnchorType; in ImplWriteShape()
427 bInline = eAnchorType == text::TextContentAnchorType_AS_CHARACTER; in ImplWriteShape()

12