Home
last modified time | relevance | path

Searched refs:sWidth (Results 1 – 16 of 16) sorted by relevance

/trunk/main/svtools/source/filter/
H A DFilterConfigItem.cxx337 const OUString sWidth( RTL_CONSTASCII_USTRINGPARAM( "LogicalWidth" ) ); in ReadSize() local
343 PropertyValue* pPropWidth = GetPropertyValue( aFilterData, sWidth ); in ReadSize()
354 if ( ImplGetPropertyValue( aAny, aXPropSet, sWidth, sal_True ) ) in ReadSize()
366 aWidth.Name = sWidth; in ReadSize()
484 const OUString sWidth( RTL_CONSTASCII_USTRINGPARAM( "LogicalWidth" ) ); in WriteSize() local
488 aWidth.Name = sWidth; in WriteSize()
510 if ( ImplGetPropertyValue( aAny, aXPropSet, sWidth, sal_True ) ) in WriteSize()
518 aXPropSet->setPropertyValue( sWidth, aAny ); in WriteSize()
/trunk/main/autodoc/source/display/html/
H A Dhtml_kit.cxx242 static char sWidth[20]; in FlagTable() local
243 sprintf( sWidth, "%d%%", nWidth ); // SAFE SPRINTF (#100211# - checked) in FlagTable()
246 << new WidthAttr( sWidth ) in FlagTable()
/trunk/main/svx/source/table/
H A Dcellcursor.cxx306 const OUString sWidth( RTL_CONSTASCII_USTRINGPARAM("Width") ); in split_column() local
310 xRefColumn->getPropertyValue( sWidth ) >>= nWidth; in split_column()
314 xRefColumn->setPropertyValue( sWidth, Any( nWidth - (nNewWidth * nNewCols) ) ); in split_column()
323 xNewCol->setPropertyValue( sWidth, Any( nNewWidth ) ); in split_column()
H A Dtablemodel.cxx1123 const OUString sWidth( RTL_CONSTASCII_USTRINGPARAM("Width") ); in optimize() local
1127 xSet1->getPropertyValue( sWidth ) >>= nWidth1; in optimize()
1128 xSet2->getPropertyValue( sWidth ) >>= nWidth2; in optimize()
1130 xSet2->setPropertyValue( sWidth, Any( nWidth1 ) ); in optimize()
H A Dtablertfimporter.cxx252 const OUString sWidth( RTL_CONSTASCII_USTRINGPARAM("Width") ); in FillTable() local
259 xSet->setPropertyValue( sWidth, Any( nWidth ) ); in FillTable()
H A Dsvdotable.cxx2750 const OUString sWidth( RTL_CONSTASCII_USTRINGPARAM( "Width" ) ); in CloneRange() local
2754 …xNewSet->setPropertyValue( sWidth, Any( mpImpl->mpLayouter->getColumnWidth( rStart.mnCol + nCol ) … in CloneRange()
/trunk/main/svtools/workben/treecontrol/
H A Dtreetest.cxx114 const OUString sWidth( RTL_CONSTASCII_USTRINGPARAM( "Width" ) ); in display() local
149 xDialogPropertySet->setPropertyValue( sWidth, Any( sal_Int32(256) ) ); in display()
166 XTreeControlModelSet->setPropertyValue( sWidth, Any( sal_Int32(253) ) ); in display()
/trunk/main/sdext/source/minimizer/
H A Dunodialog.cxx394 const OUString sWidth( RTL_CONSTASCII_USTRINGPARAM( "Width" ) ); in getMapsFromPixels() local
395 if ( mxDialogModelPropertySet->getPropertyValue( sWidth ) >>= nMapWidth ) in getMapsFromPixels()
/trunk/main/oox/source/ppt/
H A Dpresentationfragmenthandler.cxx369 static const OUString sWidth = CREATE_OUSTRING( "Width" ); in importSlide() local
372 xPropertySet->setPropertyValue( sWidth, Any( rPageSize.Width ) ); in importSlide()
/trunk/main/oox/source/drawingml/table/
H A Dtableproperties.cxx87 static const rtl::OUString sWidth( RTL_CONSTASCII_USTRINGPARAM ( "Width" ) ); in CreateTableColumns() local
89 xPropSet->setPropertyValue( sWidth, Any( static_cast< sal_Int32 >( *aTableGridIter++ / 360 ) ) ); in CreateTableColumns()
/trunk/main/xmloff/source/text/
H A DXMLTextFrameContext.cxx381 const ::rtl::OUString sWidth; member in XMLTextFrameContext_Impl
698 xPropSet->setPropertyValue( sWidth, aAny ); in Create()
851 , sWidth(RTL_CONSTASCII_USTRINGPARAM("Width")) in XMLTextFrameContext_Impl()
H A Dtxtparae.cxx1274 sWidth(RTL_CONSTASCII_USTRINGPARAM("Width")), in XMLTextParagraphExport()
2606 if( xPropSetInfo->hasPropertyByName( sWidth ) ) in addTextFrameAttributes()
2612 rPropSet->getPropertyValue( sWidth ) >>= nWidth; in addTextFrameAttributes()
/trunk/main/oox/source/drawingml/
H A Dcustomshapegeometry.cxx201 const rtl::OUString sWidth( CREATE_OUSTRING( "width" ) ); in GetFormulaParameter() local
202 aRet = sWidth; in GetFormulaParameter()
/trunk/main/xmloff/inc/xmloff/
H A Dtxtparae.hxx210 const ::rtl::OUString sWidth; member in XMLTextParagraphExport
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx7593 static const rtl::OUString sWidth( RTL_CONSTASCII_USTRINGPARAM ( "Height" ) ); in CreateTableRows() local
7595 xPropSet->setPropertyValue( sWidth, Any( nHeight ) ); in CreateTableRows()
7618 static const rtl::OUString sWidth( RTL_CONSTASCII_USTRINGPARAM ( "Width" ) ); in CreateTableColumns() local
7620 xPropSet->setPropertyValue( sWidth, Any( nWidth ) ); in CreateTableColumns()
/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx5733 static const rtl::OUString sWidth( RTL_CONSTASCII_USTRINGPARAM ( "Width" ) ); in ImplCreateTable() local
5754 xPropSet->getPropertyValue( sWidth ) >>= aS.Width; in ImplCreateTable()

Completed in 148 milliseconds