Home
last modified time | relevance | path

Searched refs:sVertAlignPropertyName (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/toolkit/source/helper/
H A Dformpdfexport.cxx416 OUString sVertAlignPropertyName( "VerticalAlign" ); in describePDFControl() local
417 if ( xPSI->hasPropertyByName( sVertAlignPropertyName ) ) in describePDFControl()
420 xModelProps->getPropertyValue( sVertAlignPropertyName ) >>= nAlign; in describePDFControl()
/dports/editors/libreoffice/libreoffice-7.2.6.2/toolkit/source/helper/
H A Dformpdfexport.cxx415 OUString sVertAlignPropertyName( "VerticalAlign" ); in describePDFControl() local
416 if ( xPSI->hasPropertyByName( sVertAlignPropertyName ) ) in describePDFControl()
419 xModelProps->getPropertyValue( sVertAlignPropertyName ) >>= nAlign; in describePDFControl()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/form/
H A Dformcontrolfactory.cxx443 OUString sVertAlignPropertyName( "VerticalAlign" ); in initializeControlModel() local
444 if ( xPSI->hasPropertyByName( sVertAlignPropertyName ) ) in initializeControlModel()
445 … _rxControlModel->setPropertyValue( sVertAlignPropertyName, makeAny( VerticalAlignment_MIDDLE ) ); in initializeControlModel()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/form/
H A Dformcontrolfactory.cxx443 OUString sVertAlignPropertyName( "VerticalAlign" ); in initializeControlModel() local
444 if ( xPSI->hasPropertyByName( sVertAlignPropertyName ) ) in initializeControlModel()
445 … _rxControlModel->setPropertyValue( sVertAlignPropertyName, makeAny( VerticalAlignment_MIDDLE ) ); in initializeControlModel()