Home
last modified time | relevance | path

Searched refs:nHoriOrient (Results 1 – 11 of 11) sorted by relevance

/aoo4110/main/writerfilter/source/dmapper/
H A DGraphicImport.cxx218 sal_Int16 nHoriOrient; member in writerfilter::dmapper::GraphicImport_Impl
282 ,nHoriOrient( text::HoriOrientation::NONE ) in GraphicImport_Impl()
772 m_pImpl->nHoriOrient = aHoriOrientTab[nIntValue]; in lcl_attribute()
1441 m_pImpl->nHoriOrient = pHandler->m_nOrient; in lcl_sprm()
1590 if( (m_pImpl->nHoriOrient == text::HoriOrientation::LEFT && in createGraphicObject()
1596 if((m_pImpl->nHoriOrient == text::HoriOrientation::RIGHT && in createGraphicObject()
1599 (m_pImpl->nHoriOrient == text::HoriOrientation::INSIDE && in createGraphicObject()
1616 if( m_pImpl->nHoriOrient == text::HoriOrientation::INSIDE && in createGraphicObject()
1620 m_pImpl->nHoriOrient = text::HoriOrientation::NONE; in createGraphicObject()
1628 m_pImpl->nHoriOrient = text::HoriOrientation::NONE; in createGraphicObject()
[all …]
H A DDomainMapperTableHandler.cxx481 sal_Int32 nHoriOrient = text::HoriOrientation::LEFT_AND_WIDTH; in endTableGetTableStyle() local
482 m_aTableProperties->getValue( TablePropertyMap::HORI_ORIENT, nHoriOrient ) ; in endTableGetTableStyle()
483 … m_aTableProperties->Insert( PROP_HORI_ORIENT, false, uno::makeAny( sal_Int16(nHoriOrient) ) ); in endTableGetTableStyle()
H A DDomainMapper_Impl.cxx739 sal_Int16 nHoriOrient = sal_Int16( in finishParagraph() local
743 pFrameProperties[4].Value <<= nHoriOrient; in finishParagraph()
786 … pFrameProperties[13].Value <<= nHoriOrient == text::HoriOrientation::LEFT ? 0 : nLeftDist; in finishParagraph()
787 … pFrameProperties[14].Value <<= nHoriOrient == text::HoriOrientation::RIGHT ? 0 : nRightDist; in finishParagraph()
/aoo4110/main/sw/source/ui/frmdlg/
H A Dfrmmgr.cxx326 if (rVal.nHoriOrient == text::HoriOrientation::NONE) in ValidateMetrics()
355 if ( rVal.nHoriOrient != text::HoriOrientation::NONE ) in ValidateMetrics()
373 if (rVal.nHoriOrient == text::HoriOrientation::NONE) in ValidateMetrics()
421 const SwTwips nH = ( rVal.nHoriOrient != text::HoriOrientation::NONE ) in ValidateMetrics()
444 if (rVal.nHoriOrient == text::HoriOrientation::NONE) in ValidateMetrics()
452 const SwTwips nH = ( rVal.nHoriOrient != text::HoriOrientation::NONE ) in ValidateMetrics()
H A Dwrap.cxx484 aVal.nHoriOrient = (short)rHori.GetHoriOrient(); in ActivatePage()
H A Dfrmpage.cxx1805 aVal.nHoriOrient = nAlign; in IMPL_LINK()
1809 aVal.nHoriOrient = text::HoriOrientation::NONE; in IMPL_LINK()
/aoo4110/main/sw/source/ui/shells/
H A Ddrwbassh.cxx878 if (pValidation->nHoriOrient == text::HoriOrientation::NONE) in IMPL_LINK()
907 if ( pValidation->nHoriOrient != text::HoriOrientation::NONE ) in IMPL_LINK()
920 if (pValidation->nHoriOrient == text::HoriOrientation::NONE) in IMPL_LINK()
968 const SwTwips nH = ( pValidation->nHoriOrient != text::HoriOrientation::NONE ) in IMPL_LINK()
/aoo4110/main/svx/inc/svx/
H A Dswframevalidation.hxx35 sal_Int16 nHoriOrient; //com::sun::star::text::HoriOrientation member
/aoo4110/main/xmloff/source/text/
H A DXMLTextFrameContext.cxx676 sal_Int16 nHoriOrient = HoriOrientation::NONE; in Create() local
678 aAny >>= nHoriOrient; in Create()
679 if( HoriOrientation::NONE == nHoriOrient ) in Create()
H A Dtxtparae.cxx2562 sal_Int16 nHoriOrient = HoriOrientation::NONE; in addTextFrameAttributes() local
2563 rPropSet->getPropertyValue( sHoriOrient ) >>= nHoriOrient; in addTextFrameAttributes()
2564 if( HoriOrientation::NONE == nHoriOrient ) in addTextFrameAttributes()
/aoo4110/main/cui/source/tabpages/
H A Dswpossizetabpage.cxx1088 aVal.nHoriOrient = (short)nAlign; in IMPL_LINK()
1092 aVal.nHoriOrient = HoriOrientation::NONE; in IMPL_LINK()

Completed in 106 milliseconds