Home
last modified time | relevance | path

Searched refs:sHeight (Results 1 – 14 of 14) sorted by relevance

/trunk/main/svtools/source/filter/
H A DFilterConfigItem.cxx338 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()
/trunk/main/svx/source/table/
H A Dcellcursor.cxx422 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 Dtablemodel.cxx1160 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 Dsvdotable.cxx2741 const OUString sHeight( RTL_CONSTASCII_USTRINGPARAM( "Height" ) ); in CloneRange() local
2745 …xNewSet->setPropertyValue( sHeight, Any( mpImpl->mpLayouter->getRowHeight( rStart.mnRow + nRow ) )… in CloneRange()
/trunk/main/svtools/workben/treecontrol/
H A Dtreetest.cxx115 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()
/trunk/main/writerfilter/source/dmapper/
H A DMeasureHandler.cxx89 ::rtl::OUString sHeight = rVal.getString(); in lcl_attribute()
90 m_nMeasureValue = sHeight.toInt32(); in lcl_attribute()
/trunk/main/oox/source/ppt/
H A Dpresentationfragmenthandler.cxx370 static const OUString sHeight = CREATE_OUSTRING( "Height" ); in importSlide() local
373 xPropertySet->setPropertyValue( sHeight, Any( rPageSize.Height ) ); in importSlide()
/trunk/main/oox/source/drawingml/table/
H A Dtableproperties.cxx72 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()
/trunk/main/sw/source/filter/html/
H A Dcss1atr.cxx2702 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()
/trunk/main/xmloff/source/text/
H A DXMLTextFrameContext.cxx384 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 Dtxtparae.cxx1222 sHeight(RTL_CONSTASCII_USTRINGPARAM("Height")), in XMLTextParagraphExport()
2661 if( xPropSetInfo->hasPropertyByName( sHeight ) ) in addTextFrameAttributes()
2666 rPropSet->getPropertyValue( sHeight ) >>= nHeight; in addTextFrameAttributes()
/trunk/main/oox/source/drawingml/
H A Dcustomshapegeometry.cxx207 const rtl::OUString sHeight( CREATE_OUSTRING( "height" ) ); in GetFormulaParameter() local
208 aRet = sHeight; in GetFormulaParameter()
/trunk/main/xmloff/inc/xmloff/
H A Dtxtparae.hxx158 const ::rtl::OUString sHeight; member in XMLTextParagraphExport
/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx5734 static const rtl::OUString sHeight( RTL_CONSTASCII_USTRINGPARAM ( "Height" ) ); in ImplCreateTable() local
5767 xPropSet->getPropertyValue( sHeight ) >>= aS.Height; in ImplCreateTable()

Completed in 129 milliseconds