/aoo41x/main/svtools/source/filter/ |
H A D | FilterConfigItem.cxx | 338 const OUString sHeight( RTL_CONSTASCII_USTRINGPARAM( "LogicalHeight" ) ); in ReadSize() local 344 PropertyValue* pPropHeight= GetPropertyValue( aFilterData, sHeight ); in ReadSize() 356 if ( ImplGetPropertyValue( aAny, aXPropSet, sHeight, sal_True ) ) in ReadSize() 370 aHeight.Name = sHeight; in ReadSize() 485 const OUString sHeight( RTL_CONSTASCII_USTRINGPARAM( "LogicalHeight" ) ); in WriteSize() local 493 aHeight.Name = sHeight; in WriteSize() 512 if ( ImplGetPropertyValue( aAny, aXPropSet, sHeight, sal_True ) ) in WriteSize() 520 aXPropSet->setPropertyValue( sHeight, aAny ); in WriteSize()
|
/aoo41x/main/svx/source/table/ |
H A D | cellcursor.cxx | 422 const OUString sHeight( RTL_CONSTASCII_USTRINGPARAM("Height") ); in split_row() local 426 xRefRow->getPropertyValue( sHeight ) >>= nHeight; in split_row() 430 xRefRow->setPropertyValue( sHeight, Any( nHeight - (nNewHeight * nNewRows) ) ); in split_row() 439 xNewRow->setPropertyValue( sHeight, Any( nNewHeight ) ); in split_row()
|
H A D | tablemodel.cxx | 1160 const OUString sHeight( RTL_CONSTASCII_USTRINGPARAM("Height") ); in optimize() local 1164 xSet1->getPropertyValue( sHeight ) >>= nHeight1; in optimize() 1165 xSet2->getPropertyValue( sHeight ) >>= nHeight2; in optimize() 1167 xSet2->setPropertyValue( sHeight, Any( nHeight1 ) ); in optimize()
|
H A D | svdotable.cxx | 2741 const OUString sHeight( RTL_CONSTASCII_USTRINGPARAM( "Height" ) ); in CloneRange() local 2745 …xNewSet->setPropertyValue( sHeight, Any( mpImpl->mpLayouter->getRowHeight( rStart.mnRow + nRow ) )… in CloneRange()
|
/aoo41x/main/svtools/workben/treecontrol/ |
H A D | treetest.cxx | 115 const OUString sHeight( RTL_CONSTASCII_USTRINGPARAM( "Height" ) ); in display() local 150 xDialogPropertySet->setPropertyValue( sHeight, Any( sal_Int32(256) ) ); in display() 167 XTreeControlModelSet->setPropertyValue( sHeight, Any( sal_Int32(253) ) ); in display()
|
/aoo41x/main/writerfilter/source/dmapper/ |
H A D | MeasureHandler.cxx | 89 ::rtl::OUString sHeight = rVal.getString(); in lcl_attribute() 90 m_nMeasureValue = sHeight.toInt32(); in lcl_attribute()
|
/aoo41x/main/oox/source/ppt/ |
H A D | presentationfragmenthandler.cxx | 370 static const OUString sHeight = CREATE_OUSTRING( "Height" ); in importSlide() local 373 xPropertySet->setPropertyValue( sHeight, Any( rPageSize.Height ) ); in importSlide()
|
/aoo41x/main/oox/source/drawingml/table/ |
H A D | tableproperties.cxx | 72 static const rtl::OUString sHeight( RTL_CONSTASCII_USTRINGPARAM ( "Height" ) ); in CreateTableRows() local 74 …xPropSet->setPropertyValue( sHeight, Any( static_cast< sal_Int32 >( aTableRowIter->getHeight() / 3… in CreateTableRows()
|
/aoo41x/main/sw/source/filter/html/ |
H A D | css1atr.cxx | 2702 ByteString sHeight( ByteString::CreateFromInt32( in OutCSS1_SvxFontHeight() local 2704 sHeight.Append( sCSS1_UNIT_pt ); in OutCSS1_SvxFontHeight() 2706 rHTMLWrt.OutCSS1_PropertyAscii( sCSS1_P_font_size, sHeight ); in OutCSS1_SvxFontHeight() 2943 ByteString sHeight( in OutCSS1_SvxLineSpacing() local 2945 sHeight += '%'; in OutCSS1_SvxLineSpacing() 2946 rHTMLWrt.OutCSS1_PropertyAscii( sCSS1_P_line_height, sHeight ); in OutCSS1_SvxLineSpacing()
|
/aoo41x/main/xmloff/source/text/ |
H A D | XMLTextFrameContext.cxx | 384 const ::rtl::OUString sHeight; member in XMLTextFrameContext_Impl 724 xPropSet->setPropertyValue( sHeight, aAny ); in Create() 854 , sHeight(RTL_CONSTASCII_USTRINGPARAM("Height")) in XMLTextFrameContext_Impl()
|
H A D | txtparae.cxx | 1220 sHeight(RTL_CONSTASCII_USTRINGPARAM("Height")), in XMLTextParagraphExport() 2657 if( xPropSetInfo->hasPropertyByName( sHeight ) ) in addTextFrameAttributes() 2662 rPropSet->getPropertyValue( sHeight ) >>= nHeight; in addTextFrameAttributes()
|
/aoo41x/main/oox/source/drawingml/ |
H A D | customshapegeometry.cxx | 207 const rtl::OUString sHeight( CREATE_OUSTRING( "height" ) ); in GetFormulaParameter() local 208 aRet = sHeight; in GetFormulaParameter()
|
/aoo41x/main/xmloff/inc/xmloff/ |
H A D | txtparae.hxx | 158 const ::rtl::OUString sHeight; member in XMLTextParagraphExport
|
/aoo41x/main/sd/source/filter/eppt/ |
H A D | epptso.cxx | 5734 static const rtl::OUString sHeight( RTL_CONSTASCII_USTRINGPARAM ( "Height" ) ); in ImplCreateTable() local 5767 xPropSet->getPropertyValue( sHeight ) >>= aS.Height; in ImplCreateTable()
|