Searched refs:nHoriOrient (Results 1 – 11 of 11) sorted by relevance
218 sal_Int16 nHoriOrient; member in writerfilter::dmapper::GraphicImport_Impl282 ,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 …]
481 sal_Int32 nHoriOrient = text::HoriOrientation::LEFT_AND_WIDTH; in endTableGetTableStyle() local482 m_aTableProperties->getValue( TablePropertyMap::HORI_ORIENT, nHoriOrient ) ; in endTableGetTableStyle()483 … m_aTableProperties->Insert( PROP_HORI_ORIENT, false, uno::makeAny( sal_Int16(nHoriOrient) ) ); in endTableGetTableStyle()
739 sal_Int16 nHoriOrient = sal_Int16( in finishParagraph() local743 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()
326 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()
484 aVal.nHoriOrient = (short)rHori.GetHoriOrient(); in ActivatePage()
1805 aVal.nHoriOrient = nAlign; in IMPL_LINK()1809 aVal.nHoriOrient = text::HoriOrientation::NONE; in IMPL_LINK()
878 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()
35 sal_Int16 nHoriOrient; //com::sun::star::text::HoriOrientation member
676 sal_Int16 nHoriOrient = HoriOrientation::NONE; in Create() local678 aAny >>= nHoriOrient; in Create()679 if( HoriOrientation::NONE == nHoriOrient ) in Create()
2562 sal_Int16 nHoriOrient = HoriOrientation::NONE; in addTextFrameAttributes() local2563 rPropSet->getPropertyValue( sHoriOrient ) >>= nHoriOrient; in addTextFrameAttributes()2564 if( HoriOrientation::NONE == nHoriOrient ) in addTextFrameAttributes()
1088 aVal.nHoriOrient = (short)nAlign; in IMPL_LINK()1092 aVal.nHoriOrient = HoriOrientation::NONE; in IMPL_LINK()
Completed in 161 milliseconds