Home
last modified time | relevance | path

Searched refs:nVertOrient (Results 1 – 25 of 30) sorted by relevance

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/writerfilter/source/dmapper/
H A DTablePositionHandler.cxx120 sal_Int16 nVertOrient = text::VertOrientation::NONE; in getTablePosition() local
122 nVertOrient = text::VertOrientation::BOTTOM; in getTablePosition()
124 nVertOrient = text::VertOrientation::CENTER; in getTablePosition()
126 nVertOrient = text::VertOrientation::TOP; in getTablePosition()
137 aFrameProperties["VertOrient"] <<= nVertOrient; in getTablePosition()
H A DTablePropertiesHandler.cxx155 sal_Int16 nVertOrient = text::VertOrientation::NONE; in sprm() local
158 … case NS_ooxml::LN_Value_ST_VerticalJc_center: nVertOrient = text::VertOrientation::CENTER; break; in sprm()
159 … case NS_ooxml::LN_Value_ST_VerticalJc_bottom: nVertOrient = text::VertOrientation::BOTTOM; break; in sprm()
163 pCellPropMap->Insert( PROP_VERT_ORIENT, uno::makeAny( nVertOrient ) ); in sprm()
H A DGraphicImport.cxx207 sal_Int16 nVertOrient; member in writerfilter::dmapper::GraphicImport_Impl
275 ,nVertOrient( text::VertOrientation::NONE ) in GraphicImport_Impl()
357 uno::makeAny(nVertOrient)); in applyPosition()
686 m_pImpl->nVertOrient = text::VertOrientation::NONE; in lcl_attribute()
1350 m_pImpl->nVertOrient = pHandler->orientation(); in lcl_sprm()
1542 if( m_pImpl->nVertOrient == text::VertOrientation::TOP && in createGraphicObject()
1546 if( m_pImpl->nVertOrient == text::VertOrientation::BOTTOM && in createGraphicObject()
1550 if( m_pImpl->nVertOrient == text::VertOrientation::BOTTOM && in createGraphicObject()
H A DDomainMapper_Impl.cxx1347 sal_Int16 nVertOrient = sal_Int16( in CheckUnregisteredFrameConversion() local
1351 …roperties.push_back(comphelper::makePropertyValue(getPropertyName(PROP_VERT_ORIENT), nVertOrient)); in CheckUnregisteredFrameConversion()
1402 …h_back(comphelper::makePropertyValue(getPropertyName(PROP_TOP_MARGIN), nVertOrient == text::VertOr… in CheckUnregisteredFrameConversion()
1403 …ack(comphelper::makePropertyValue(getPropertyName(PROP_BOTTOM_MARGIN), nVertOrient == text::VertOr… in CheckUnregisteredFrameConversion()
1450 sal_Int16 nVertOrient = sal_Int16( in CheckUnregisteredFrameConversion() local
1454 …roperties.push_back(comphelper::makePropertyValue(getPropertyName(PROP_VERT_ORIENT), nVertOrient)); in CheckUnregisteredFrameConversion()
1459 …_back(comphelper::makePropertyValue(getPropertyName(PROP_LEFT_MARGIN), nVertOrient == text::VertOr… in CheckUnregisteredFrameConversion()
1460 …back(comphelper::makePropertyValue(getPropertyName(PROP_RIGHT_MARGIN), nVertOrient == text::VertOr… in CheckUnregisteredFrameConversion()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/writerfilter/source/dmapper/
H A DTablePositionHandler.cxx128 sal_Int16 nVertOrient = text::VertOrientation::NONE; in getTablePosition() local
130 nVertOrient = text::VertOrientation::BOTTOM; in getTablePosition()
132 nVertOrient = text::VertOrientation::CENTER; in getTablePosition()
134 nVertOrient = text::VertOrientation::TOP; in getTablePosition()
146 aFrameProperties["VertOrient"] <<= nVertOrient; in getTablePosition()
H A DTablePropertiesHandler.cxx157 sal_Int16 nVertOrient = text::VertOrientation::NONE; in sprm() local
160 … case NS_ooxml::LN_Value_ST_VerticalJc_center: nVertOrient = text::VertOrientation::CENTER; break; in sprm()
161 … case NS_ooxml::LN_Value_ST_VerticalJc_bottom: nVertOrient = text::VertOrientation::BOTTOM; break; in sprm()
165 pCellPropMap->Insert( PROP_VERT_ORIENT, uno::makeAny( nVertOrient ) ); in sprm()
H A DGraphicImport.cxx197 sal_Int16 nVertOrient; member in writerfilter::dmapper::GraphicImport_Impl
263 ,nVertOrient( text::VertOrientation::NONE ) in GraphicImport_Impl()
337 uno::makeAny(nVertOrient)); in applyPosition()
628 m_pImpl->nVertOrient = text::VertOrientation::NONE; in lcl_attribute()
1122 m_pImpl->nVertOrient = pHandler->orientation(); in lcl_sprm()
1311 if( m_pImpl->nVertOrient == text::VertOrientation::TOP && in createGraphicObject()
1315 if( m_pImpl->nVertOrient == text::VertOrientation::BOTTOM && in createGraphicObject()
1319 if( m_pImpl->nVertOrient == text::VertOrientation::BOTTOM && in createGraphicObject()
H A DDomainMapper_Impl.cxx1139 sal_Int16 nVertOrient = sal_Int16( in CheckUnregisteredFrameConversion() local
1143 …roperties.push_back(comphelper::makePropertyValue(getPropertyName(PROP_VERT_ORIENT), nVertOrient)); in CheckUnregisteredFrameConversion()
1183 …h_back(comphelper::makePropertyValue(getPropertyName(PROP_TOP_MARGIN), nVertOrient == text::VertOr… in CheckUnregisteredFrameConversion()
1184 …ack(comphelper::makePropertyValue(getPropertyName(PROP_BOTTOM_MARGIN), nVertOrient == text::VertOr… in CheckUnregisteredFrameConversion()
1231 sal_Int16 nVertOrient = sal_Int16( in CheckUnregisteredFrameConversion() local
1235 …roperties.push_back(comphelper::makePropertyValue(getPropertyName(PROP_VERT_ORIENT), nVertOrient)); in CheckUnregisteredFrameConversion()
1240 …_back(comphelper::makePropertyValue(getPropertyName(PROP_LEFT_MARGIN), nVertOrient == text::VertOr… in CheckUnregisteredFrameConversion()
1241 …back(comphelper::makePropertyValue(getPropertyName(PROP_RIGHT_MARGIN), nVertOrient == text::VertOr… in CheckUnregisteredFrameConversion()
H A DPropertyMap.cxx1133 sal_Int16 nVertOrient = rInfo.getPropertyValue( "VertOrient" ).get<sal_Int16>(); in FloatingTableConversion() local
1134 … if ( nHoriOrient == text::HoriOrientation::NONE && nVertOrient == text::VertOrientation::NONE ) in FloatingTableConversion()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/shells/
H A Ddrwbassh.cxx452 sal_Int16 nHorizOrient = -1, nVertOrient = -1; in Execute() local
466 nVertOrient = text::VertOrientation::TOP; in Execute()
469 nVertOrient = text::VertOrientation::CENTER; in Execute()
472 nVertOrient = text::VertOrientation::BOTTOM; in Execute()
489 if (nVertOrient != -1) in Execute()
495 aVOrient.SetVertOrient( nVertOrient ); in Execute()
752 sal_Int16 nVertOrient = -1; in GetState() local
756 nVertOrient = text::VertOrientation::TOP; in GetState()
952 if (rValidation.nVertOrient == text::VertOrientation::NONE) in IMPL_LINK()
964 if ( rValidation.nVertOrient != text::VertOrientation::NONE ) in IMPL_LINK()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/
H A Dswframevalidation.hxx33 sal_Int16 nVertOrient; //css::text::VertOrientation member
61 nVertOrient(0), in SvxSwFrameValidation()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/
H A Dswframevalidation.hxx33 sal_Int16 nVertOrient; //css::text::VertOrientation member
61 nVertOrient(0), in SvxSwFrameValidation()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/text/
H A Dtxtimppr.cxx616 sal_Int16 nVertOrient; in finished() local
617 pVertOrient->maValue >>= nVertOrient; in finished()
620 switch( nVertOrient ) in finished()
623 nVertOrient = nVertOrientRel; in finished()
629 nVertOrient = VertOrientation::CHAR_CENTER; in finished()
632 nVertOrient = VertOrientation::LINE_CENTER; in finished()
640 nVertOrient = VertOrientation::CHAR_BOTTOM; in finished()
643 nVertOrient = VertOrientation::LINE_BOTTOM; in finished()
648 pVertOrient->maValue <<= nVertOrient; in finished()
H A DXMLTextFrameContext.cxx599 sal_Int16 nVertOrient = VertOrientation::NONE; in Create() local
601 aAny >>= nVertOrient; in Create()
602 if( VertOrientation::NONE == nVertOrient ) in Create()
H A Dtxtparae.cxx2606 sal_Int16 nVertOrient = VertOrientation::NONE; in addTextFrameAttributes() local
2607 rPropSet->getPropertyValue( gsVertOrient ) >>= nVertOrient; in addTextFrameAttributes()
2608 if( VertOrientation::NONE == nVertOrient ) in addTextFrameAttributes()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/text/
H A Dtxtimppr.cxx616 sal_Int16 nVertOrient; in finished() local
617 pVertOrient->maValue >>= nVertOrient; in finished()
620 switch( nVertOrient ) in finished()
623 nVertOrient = nVertOrientRel; in finished()
629 nVertOrient = VertOrientation::CHAR_CENTER; in finished()
632 nVertOrient = VertOrientation::LINE_CENTER; in finished()
640 nVertOrient = VertOrientation::CHAR_BOTTOM; in finished()
643 nVertOrient = VertOrientation::LINE_BOTTOM; in finished()
648 pVertOrient->maValue <<= nVertOrient; in finished()
H A DXMLTextFrameContext.cxx603 sal_Int16 nVertOrient = VertOrientation::NONE; in Create() local
605 aAny >>= nVertOrient; in Create()
606 if( VertOrientation::NONE == nVertOrient ) in Create()
H A Dtxtparae.cxx2617 sal_Int16 nVertOrient = VertOrientation::NONE; in addTextFrameAttributes() local
2618 rPropSet->getPropertyValue( gsVertOrient ) >>= nVertOrient; in addTextFrameAttributes()
2619 if( VertOrientation::NONE == nVertOrient ) in addTextFrameAttributes()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/frmdlg/
H A Dfrmmgr.cxx316 if (rVal.nVertOrient == text::VertOrientation::NONE) in ValidateMetrics()
328 if ( rVal.nVertOrient != text::VertOrientation::NONE ) in ValidateMetrics()
369 if (rVal.nVertOrient == text::VertOrientation::NONE) in ValidateMetrics()
400 const SwTwips nV = ( rVal.nVertOrient != text::VertOrientation::NONE ) in ValidateMetrics()
436 rVal.nVertOrient == text::VertOrientation::NONE ) in ValidateMetrics()
443 rVal.nVertOrient == text::VertOrientation::NONE ) in ValidateMetrics()
448 if ( rVal.nVertOrient == text::VertOrientation::NONE ) in ValidateMetrics()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/shells/
H A Ddrwbassh.cxx456 sal_Int16 nHorizOrient = -1, nVertOrient = -1; in Execute() local
470 nVertOrient = text::VertOrientation::TOP; in Execute()
473 nVertOrient = text::VertOrientation::CENTER; in Execute()
476 nVertOrient = text::VertOrientation::BOTTOM; in Execute()
493 if (nVertOrient != -1) in Execute()
499 aVOrient.SetVertOrient( nVertOrient ); in Execute()
895 if (rValidation.nVertOrient == text::VertOrientation::NONE) in IMPL_LINK()
907 if ( rValidation.nVertOrient != text::VertOrientation::NONE ) in IMPL_LINK()
943 if (rValidation.nVertOrient == text::VertOrientation::NONE) in IMPL_LINK()
974 const SwTwips nV = ( rValidation.nVertOrient != text::VertOrientation::NONE ) in IMPL_LINK()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/frmdlg/
H A Dfrmmgr.cxx333 if (rVal.nVertOrient == text::VertOrientation::NONE) in ValidateMetrics()
345 if ( rVal.nVertOrient != text::VertOrientation::NONE ) in ValidateMetrics()
386 if (rVal.nVertOrient == text::VertOrientation::NONE) in ValidateMetrics()
417 const SwTwips nV = ( rVal.nVertOrient != text::VertOrientation::NONE ) in ValidateMetrics()
453 rVal.nVertOrient == text::VertOrientation::NONE ) in ValidateMetrics()
460 rVal.nVertOrient == text::VertOrientation::NONE ) in ValidateMetrics()
465 if ( rVal.nVertOrient == text::VertOrientation::NONE ) in ValidateMetrics()
/dports/editors/libreoffice/libreoffice-7.2.6.2/writerfilter/source/rtftok/
H A Drtfsdrimport.cxx196 sal_Int16 nVertOrient = 0; in applyProperty() local
228 nVertOrient = text::VertOrientation::TOP; in applyProperty()
231 nVertOrient = text::VertOrientation::CENTER; in applyProperty()
234 nVertOrient = text::VertOrientation::BOTTOM; in applyProperty()
257 if (nVertOrient != 0 && xPropertySet.is()) in applyProperty()
258 xPropertySet->setPropertyValue("VertOrient", uno::makeAny(nVertOrient)); in applyProperty()
782 sal_Int16 const nVertOrient = text::VertOrientation::CENTER; in resolve() local
783 xPropertySet->setPropertyValue("VertOrient", uno::makeAny(nVertOrient)); in resolve()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/writerfilter/source/rtftok/
H A Drtfsdrimport.cxx198 sal_Int16 nVertOrient = 0; in applyProperty() local
230 nVertOrient = text::VertOrientation::TOP; in applyProperty()
233 nVertOrient = text::VertOrientation::CENTER; in applyProperty()
236 nVertOrient = text::VertOrientation::BOTTOM; in applyProperty()
260 if (nVertOrient != 0 && xPropertySet.is()) in applyProperty()
261 xPropertySet->setPropertyValue("VertOrient", uno::makeAny(nVertOrient)); in applyProperty()
782 sal_Int16 const nVertOrient = text::VertOrientation::CENTER; in resolve() local
785 xPropertySet->setPropertyValue("VertOrient", uno::makeAny(nVertOrient)); in resolve()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/frmdlg/
H A Dwrap.cxx402 aVal.nVertOrient = static_cast<short>(rVert.GetVertOrient()); in ActivatePage()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/frmdlg/
H A Dwrap.cxx405 aVal.nVertOrient = static_cast<short>(rVert.GetVertOrient()); in ActivatePage()

12