/aoo4110/main/svtools/source/filter/ |
H A D | FilterConfigItem.cxx | 337 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()
|
/aoo4110/main/autodoc/source/display/html/ |
H A D | html_kit.cxx | 242 static char sWidth[20]; in FlagTable() local 243 sprintf( sWidth, "%d%%", nWidth ); // SAFE SPRINTF (#100211# - checked) in FlagTable() 246 << new WidthAttr( sWidth ) in FlagTable()
|
/aoo4110/main/svx/source/table/ |
H A D | cellcursor.cxx | 306 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 D | tablemodel.cxx | 1123 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 D | tablertfimporter.cxx | 252 const OUString sWidth( RTL_CONSTASCII_USTRINGPARAM("Width") ); in FillTable() local 259 xSet->setPropertyValue( sWidth, Any( nWidth ) ); in FillTable()
|
H A D | svdotable.cxx | 2750 const OUString sWidth( RTL_CONSTASCII_USTRINGPARAM( "Width" ) ); in CloneRange() local 2754 …xNewSet->setPropertyValue( sWidth, Any( mpImpl->mpLayouter->getColumnWidth( rStart.mnCol + nCol ) … in CloneRange()
|
/aoo4110/main/svtools/workben/treecontrol/ |
H A D | treetest.cxx | 114 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()
|
/aoo4110/main/sdext/source/minimizer/ |
H A D | unodialog.cxx | 394 const OUString sWidth( RTL_CONSTASCII_USTRINGPARAM( "Width" ) ); in getMapsFromPixels() local 395 if ( mxDialogModelPropertySet->getPropertyValue( sWidth ) >>= nMapWidth ) in getMapsFromPixels()
|
/aoo4110/main/oox/source/drawingml/table/ |
H A D | tableproperties.cxx | 87 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()
|
/aoo4110/main/oox/source/ppt/ |
H A D | presentationfragmenthandler.cxx | 369 static const OUString sWidth = CREATE_OUSTRING( "Width" ); in importSlide() local 372 xPropertySet->setPropertyValue( sWidth, Any( rPageSize.Width ) ); in importSlide()
|
/aoo4110/main/xmloff/source/text/ |
H A D | XMLTextFrameContext.cxx | 381 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 D | txtparae.cxx | 1272 sWidth(RTL_CONSTASCII_USTRINGPARAM("Width")), in XMLTextParagraphExport() 2602 if( xPropSetInfo->hasPropertyByName( sWidth ) ) in addTextFrameAttributes() 2608 rPropSet->getPropertyValue( sWidth ) >>= nWidth; in addTextFrameAttributes()
|
/aoo4110/main/oox/source/drawingml/ |
H A D | customshapegeometry.cxx | 201 const rtl::OUString sWidth( CREATE_OUSTRING( "width" ) ); in GetFormulaParameter() local 202 aRet = sWidth; in GetFormulaParameter()
|
/aoo4110/main/xmloff/inc/xmloff/ |
H A D | txtparae.hxx | 210 const ::rtl::OUString sWidth; member in XMLTextParagraphExport
|
/aoo4110/main/filter/source/msfilter/ |
H A D | svdfppt.cxx | 7582 static const rtl::OUString sWidth( RTL_CONSTASCII_USTRINGPARAM ( "Height" ) ); in CreateTableRows() local 7584 xPropSet->setPropertyValue( sWidth, Any( nHeight ) ); in CreateTableRows() 7607 static const rtl::OUString sWidth( RTL_CONSTASCII_USTRINGPARAM ( "Width" ) ); in CreateTableColumns() local 7609 xPropSet->setPropertyValue( sWidth, Any( nWidth ) ); in CreateTableColumns()
|
/aoo4110/main/sd/source/filter/eppt/ |
H A D | epptso.cxx | 5733 static const rtl::OUString sWidth( RTL_CONSTASCII_USTRINGPARAM ( "Width" ) ); in ImplCreateTable() local 5754 xPropSet->getPropertyValue( sWidth ) >>= aS.Width; in ImplCreateTable()
|