Home
last modified time | relevance | path

Searched refs:nHoriOrient (Results 1 – 11 of 11) sorted by last modified time

/trunk/main/xmloff/source/text/
H A Dtxtparae.cxx2566 sal_Int16 nHoriOrient = HoriOrientation::NONE; in addTextFrameAttributes() local
2567 rPropSet->getPropertyValue( sHoriOrient ) >>= nHoriOrient; in addTextFrameAttributes()
2568 if( HoriOrientation::NONE == nHoriOrient ) in addTextFrameAttributes()
H A DXMLTextFrameContext.cxx676 sal_Int16 nHoriOrient = HoriOrientation::NONE; in Create() local
678 aAny >>= nHoriOrient; in Create()
679 if( HoriOrientation::NONE == nHoriOrient ) in Create()
/trunk/main/writerfilter/source/dmapper/
H A DDomainMapperTableHandler.cxx535 sal_Int32 nHoriOrient = text::HoriOrientation::LEFT_AND_WIDTH; in endTableGetTableStyle() local
536 m_aTableProperties->getValue( TablePropertyMap::HORI_ORIENT, nHoriOrient ) ; in endTableGetTableStyle()
537 … m_aTableProperties->Insert( PROP_HORI_ORIENT, false, uno::makeAny( sal_Int16(nHoriOrient) ) ); in endTableGetTableStyle()
H A DDomainMapper_Impl.cxx835 sal_Int16 nHoriOrient = text::HoriOrientation::NONE; in finishParagraph() local
838nHoriOrient = static_cast<sal_Int16>(rAppendContext.pLastParagraphProperties->GetxAlign()); in finishParagraph()
842 nHoriOrient = static_cast<sal_Int16>(pStyleProperties->GetxAlign()); in finishParagraph()
845 aPropSequence.set(PROP_HORI_ORIENT, nHoriOrient); in finishParagraph()
939 if (nHoriOrient == text::HoriOrientation::LEFT) in finishParagraph()
960 if ( nHoriOrient == text::HoriOrientation::RIGHT) in finishParagraph()
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()
1442 m_pImpl->nHoriOrient = pHandler->m_nOrient; in lcl_sprm()
1591 if( (m_pImpl->nHoriOrient == text::HoriOrientation::LEFT && in createGraphicObject()
1597 if((m_pImpl->nHoriOrient == text::HoriOrientation::RIGHT && in createGraphicObject()
1600 (m_pImpl->nHoriOrient == text::HoriOrientation::INSIDE && in createGraphicObject()
1617 if( m_pImpl->nHoriOrient == text::HoriOrientation::INSIDE && in createGraphicObject()
1621 m_pImpl->nHoriOrient = text::HoriOrientation::NONE; in createGraphicObject()
1629 m_pImpl->nHoriOrient = text::HoriOrientation::NONE; in createGraphicObject()
[all …]
/trunk/main/sw/source/ui/frmdlg/
H A Dfrmpage.cxx1805 aVal.nHoriOrient = nAlign; in IMPL_LINK()
1809 aVal.nHoriOrient = text::HoriOrientation::NONE; in IMPL_LINK()
H A Dfrmmgr.cxx331 if (rVal.nHoriOrient == text::HoriOrientation::NONE) in ValidateMetrics()
360 if ( rVal.nHoriOrient != text::HoriOrientation::NONE ) in ValidateMetrics()
378 if (rVal.nHoriOrient == text::HoriOrientation::NONE) in ValidateMetrics()
426 const SwTwips nH = ( rVal.nHoriOrient != text::HoriOrientation::NONE ) in ValidateMetrics()
449 if (rVal.nHoriOrient == text::HoriOrientation::NONE) in ValidateMetrics()
457 const SwTwips nH = ( rVal.nHoriOrient != text::HoriOrientation::NONE ) in ValidateMetrics()
H A Dwrap.cxx484 aVal.nHoriOrient = (short)rHori.GetHoriOrient(); in ActivatePage()
/trunk/main/sw/source/ui/shells/
H A Ddrwbassh.cxx874 if (pValidation->nHoriOrient == text::HoriOrientation::NONE) in IMPL_LINK()
903 if ( pValidation->nHoriOrient != text::HoriOrientation::NONE ) in IMPL_LINK()
916 if (pValidation->nHoriOrient == text::HoriOrientation::NONE) in IMPL_LINK()
964 const SwTwips nH = ( pValidation->nHoriOrient != text::HoriOrientation::NONE ) in IMPL_LINK()
/trunk/main/svx/inc/svx/
H A Dswframevalidation.hxx35 sal_Int16 nHoriOrient; //com::sun::star::text::HoriOrientation member
/trunk/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 155 milliseconds