Home
last modified time | relevance | path

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

/aoo4110/main/xmloff/source/text/
H A Dtxtimppr.cxx607 sal_Int16 nVertOrient; in finished() local
608 pVertOrient->maValue >>= nVertOrient; in finished()
611 switch( nVertOrient ) in finished()
614 nVertOrient = nVertOrientRel; in finished()
620 nVertOrient = VertOrientation::CHAR_CENTER; in finished()
623 nVertOrient = VertOrientation::LINE_CENTER; in finished()
631 nVertOrient = VertOrientation::CHAR_BOTTOM; in finished()
634 nVertOrient = VertOrientation::LINE_BOTTOM; in finished()
639 pVertOrient->maValue <<= nVertOrient; in finished()
H A DXMLTextFrameContext.cxx685 sal_Int16 nVertOrient = VertOrientation::NONE; in Create() local
687 aAny >>= nVertOrient; in Create()
688 if( VertOrientation::NONE == nVertOrient ) in Create()
H A Dtxtparae.cxx2579 sal_Int16 nVertOrient = VertOrientation::NONE; in addTextFrameAttributes() local
2580 rPropSet->getPropertyValue( sVertOrient ) >>= nVertOrient; in addTextFrameAttributes()
2581 if( VertOrientation::NONE == nVertOrient ) in addTextFrameAttributes()
/aoo4110/main/sw/source/ui/shells/
H A Ddrwbassh.cxx480 sal_Int16 nVertOrient = -1; in Execute() local
485 nVertOrient = text::VertOrientation::TOP; in Execute()
488 nVertOrient = text::VertOrientation::CENTER; in Execute()
491 nVertOrient = text::VertOrientation::BOTTOM; in Execute()
496 if (nVertOrient != -1) in Execute()
502 aVOrient.SetVertOrient( nVertOrient ); in Execute()
892 if (pValidation->nVertOrient == text::VertOrientation::NONE) in IMPL_LINK()
904 if ( pValidation->nVertOrient != text::VertOrientation::NONE ) in IMPL_LINK()
940 if (pValidation->nVertOrient == text::VertOrientation::NONE) in IMPL_LINK()
971 const SwTwips nV = ( pValidation->nVertOrient != text::VertOrientation::NONE ) in IMPL_LINK()
/aoo4110/main/sw/source/ui/frmdlg/
H A Dfrmmgr.cxx340 if (rVal.nVertOrient == text::VertOrientation::NONE) in ValidateMetrics()
352 if ( rVal.nVertOrient != text::VertOrientation::NONE ) in ValidateMetrics()
393 if (rVal.nVertOrient == text::VertOrientation::NONE) in ValidateMetrics()
424 const SwTwips nV = ( rVal.nVertOrient != text::VertOrientation::NONE ) in ValidateMetrics()
460 rVal.nVertOrient == text::VertOrientation::NONE ) in ValidateMetrics()
467 rVal.nVertOrient == text::VertOrientation::NONE ) in ValidateMetrics()
472 if ( rVal.nVertOrient == text::VertOrientation::NONE ) in ValidateMetrics()
H A Dwrap.cxx485 aVal.nVertOrient = (short)rVert.GetVertOrient(); in ActivatePage()
H A Dfrmpage.cxx1818 aVal.nVertOrient = nAlign; in IMPL_LINK()
1822 aVal.nVertOrient = text::VertOrientation::NONE; in IMPL_LINK()
/aoo4110/main/writerfilter/source/dmapper/
H A DTDefTableHandler.cxx278 sal_Int16 nVertOrient = text::VertOrientation::NONE; in fillCellProperties() local
281 case 1: nVertOrient = text::VertOrientation::CENTER; break; in fillCellProperties()
282 case 2: nVertOrient = text::VertOrientation::BOTTOM; break; in fillCellProperties()
285 pCellProperties->Insert( PROP_VERT_ORIENT, false, uno::makeAny( nVertOrient ) ); in fillCellProperties()
H A DTablePropertiesHandler.cxx140 sal_Int16 nVertOrient = text::VertOrientation::NONE; in sprm() local
143 case 1: nVertOrient = text::VertOrientation::CENTER; break; in sprm()
144 case 3: nVertOrient = text::VertOrientation::BOTTOM; break; in sprm()
148 pCellPropMap->Insert( PROP_VERT_ORIENT, false, uno::makeAny( nVertOrient ) ); in sprm()
H A DGraphicImport.cxx221 sal_Int16 nVertOrient; member in writerfilter::dmapper::GraphicImport_Impl
285 ,nVertOrient( text::VertOrientation::NONE ) in GraphicImport_Impl()
828 m_pImpl->nVertOrient = m_pImpl->nVertRelation == text::RelOrientation::TEXT_LINE ? in lcl_attribute()
1456 m_pImpl->nVertOrient = pHandler->m_nOrient; in lcl_sprm()
1603 if( m_pImpl->nVertOrient == text::VertOrientation::TOP && in createGraphicObject()
1607 if( m_pImpl->nVertOrient == text::VertOrientation::BOTTOM && in createGraphicObject()
1611 if( m_pImpl->nVertOrient == text::VertOrientation::BOTTOM && in createGraphicObject()
1642 uno::makeAny(m_pImpl->nVertOrient)); in createGraphicObject()
H A DDomainMapper_Impl.cxx753 sal_Int16 nVertOrient = sal_Int16( in finishParagraph() local
757 pFrameProperties[7].Value <<= nVertOrient; in finishParagraph()
778 … pFrameProperties[11].Value <<= nVertOrient == text::VertOrientation::TOP ? 0 : nTopDist; in finishParagraph()
779 … pFrameProperties[12].Value <<= nVertOrient == text::VertOrientation::BOTTOM ? 0 : nBottomDist; in finishParagraph()
/aoo4110/main/svx/inc/svx/
H A Dswframevalidation.hxx36 sal_Int16 nVertOrient; //com::sun::star::text::VertOrientation member
/aoo4110/main/cui/source/tabpages/
H A Dswpossizetabpage.cxx1101 aVal.nVertOrient = (short)nAlign; in IMPL_LINK()
1105 aVal.nVertOrient = VertOrientation::NONE; in IMPL_LINK()

Completed in 140 milliseconds