Home
last modified time | relevance | path

Searched refs:aPropSet (Results 51 – 68 of 68) sorted by relevance

123

/aoo4110/main/sfx2/source/doc/
H A Ddoctempl.cxx2653 uno::Reference< XPropertySet > aPropSet( mxInfo, UNO_QUERY ); in GetTitleFromURL() local
2654 if ( aPropSet.is() ) in GetTitleFromURL()
2657 Any aValue = aPropSet->getPropertyValue( aPropName ); in GetTitleFromURL()
H A Ddoctemplates.cxx679 uno::Reference< XPropertySet > aPropSet( mxInfo, UNO_QUERY ); in getTitleFromURL() local
680 if ( aPropSet.is() ) in getTitleFromURL()
683 Any aValue = aPropSet->getPropertyValue( aPropName ); in getTitleFromURL()
687 aValue = aPropSet->getPropertyValue( aPropName ); in getTitleFromURL()
/aoo4110/main/sc/inc/
H A Dsrchuno.hxx43 SfxItemPropertySet aPropSet; member in ScCellSearchObj
H A Dlinkuno.hxx72 SfxItemPropertySet aPropSet; member in ScSheetLinkObj
225 SfxItemPropertySet aPropSet; member in ScAreaLinkObj
H A Dappluno.hxx60 SfxItemPropertySet aPropSet; member in ScSpreadsheetSettings
H A Dfmtuno.hxx204 SfxItemPropertySet aPropSet; member in ScTableValidationObj
H A Ddocuno.hxx92 SfxItemPropertySet aPropSet; member in ScModelObj
116 const SfxItemPropertySet& GetPropertySet() const { return aPropSet; } in GetPropertySet()
H A Dviewuno.hxx189 SfxItemPropertySet aPropSet; member in ScTabViewObj
/aoo4110/main/oox/source/xls/
H A Dsheetdatacontext.cxx755 PropertySet aPropSet( getCell( maCellData.maCellAddr ) ); in readCellXfId() local
756 Xf::writeBiff2CellFormatToPropertySet( *this, aPropSet, nFlags1, nFlags2, nFlags3 ); in readCellXfId()
H A Dstylesbuffer.cxx2955 PropertySet aPropSet( xStyle ); in createCellStyle() local
2956 getStyles().writeStyleXfToPropertySet( aPropSet, maModel.mnXfId ); in createCellStyle()
3446 PropertySet aPropSet( xStyle ); in createDxfStyle() local
3447 pDxf->writeToPropertySet( aPropSet ); in createDxfStyle()
/aoo4110/main/sc/source/ui/unoobj/
H A Dfmtuno.cxx608 aPropSet( lcl_GetValidatePropertyMap() ) in ScTableValidationObj()
812 new SfxItemPropertySetInfo( aPropSet.getPropertyMap() )); in getPropertySetInfo()
H A Dappluno.cxx400 aPropSet( lcl_GetSettingsPropertyMap() ) in ScSpreadsheetSettings()
437 new SfxItemPropertySetInfo( aPropSet.getPropertyMap() )); in getPropertySetInfo()
H A Ddocuno.cxx354 aPropSet( lcl_GetDocOptPropertyMap() ), in ScModelObj()
1662 new SfxItemPropertySetInfo( aPropSet.getPropertyMap() )); in getPropertySetInfo()
1681 …sal_Bool bOpt = ScDocOptionsHelper::setPropertyValue( aNewOpt, *aPropSet.getPropertyMap(), aProper… in setPropertyValue()
1813 … aRet = ScDocOptionsHelper::getPropertyValue( rOpt, *aPropSet.getPropertyMap(), aPropertyName ); in getPropertyValue()
H A Dviewuno.cxx484 aPropSet( lcl_GetViewOptPropertyMap() ), in ScTabViewObj()
1881 new SfxItemPropertySetInfo( aPropSet.getPropertyMap() )); in getPropertySetInfo()
/aoo4110/main/sd/source/core/
H A Dstlsheet.cxx106 …static SvxItemPropertySet aPropSet( aFullPropertyMap_Impl, SdrObject::GetGlobalDrawObjectItemPool(… in GetStylePropertySet() local
107 return aPropSet; in GetStylePropertySet()
/aoo4110/main/sc/source/filter/excel/
H A Dxlchart.cxx1251 ScfPropertySet aPropSet( shape_supplier ); \
1252 if( shape_supplier.is() && aPropSet.GetBoolProperty( CREATE_OUSTRING( #property_name ) ) ) \
H A Dxechart.cxx1822 ScfPropertySet aPropSet; in lclGetPointPropSet() local
1825 aPropSet.Set( xDataSeries->getDataPointByIndex( nPointIdx ) ); in lclGetPointPropSet()
1831 return aPropSet; in lclGetPointPropSet()
3434 ScfPropertySet aPropSet( rxModel ); in XclExpChartDrawing() local
3436 …if( aPropSet.GetProperty( xShapes, EXC_CHPROP_ADDITIONALSHAPES ) && xShapes.is() && (xShapes->getC… in XclExpChartDrawing()
H A Dxiescher.cxx1868 ScfPropertySet aPropSet( xCtrlModel ); in ProcessControl() local
1871 aPropSet.SetStringProperty( CREATE_OUSTRING( "Name" ), rDrawObj.GetObjName() ); in ProcessControl()
1874 aPropSet.SetBoolProperty( CREATE_OUSTRING( "EnableVisible" ), rDrawObj.IsVisible() ); in ProcessControl()
1875 aPropSet.SetBoolProperty( CREATE_OUSTRING( "Printable" ), rDrawObj.IsPrintable() ); in ProcessControl()
1942 DoProcessControl( aPropSet ); in ProcessControl()

Completed in 234 milliseconds

123