Home
last modified time | relevance | path

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

123

/aoo4110/main/l10ntools/source/filter/utils/
H A DCache.java434 java.util.HashMap aPropSet = null; in fromXML() local
442 aPropSet = Cache.convertTypePropsToInternal(aTempSet, nFormat); in fromXML()
449 aPropSet = Cache.convertFilterPropsToInternal(aTempSet, nFormat); in fromXML()
456 aPropSet = Cache.convertDetectServicePropsToInternal(aTempSet, nFormat); in fromXML()
463 aPropSet = Cache.convertFrameLoaderPropsToInternal(aTempSet, nFormat); in fromXML()
470 aPropSet = Cache.convertContentHandlerPropsToInternal(aTempSet, nFormat); in fromXML()
476 rMap.put(sChildName, aPropSet); in fromXML()
1571 java.util.HashMap aPropSet ) in getMatchedItemNames() argument
1582 boolean bMatch = Cache.matchPropSet(rItemProps, aPropSet); in getMatchedItemNames()
1590 sBuffer.append("\treq items = {"+aPropSet+"}\n"); in getMatchedItemNames()
/aoo4110/main/oox/source/helper/
H A Dgraphichelper.cxx349 PropertySet aPropSet( xGraphic ); in getOriginalSize() local
350 …if( aPropSet.getProperty( aSizeHmm, PROP_Size100thMM ) && (aSizeHmm.Width == 0) && (aSizeHmm.Heigh… in getOriginalSize()
353 if( aPropSet.getProperty( aSizePixel, PROP_SizePixel ) ) in getOriginalSize()
/aoo4110/main/oox/source/xls/
H A Drichstring.cxx104 PropertySet aPropSet( xRange ); in convert() local
105 mxFont->writeToPropertySet( aPropSet, FONT_PROPTYPE_TEXT ); in convert()
112 PropertySet aPropSet( xRange ); in convert() local
113 pFont->writeToPropertySet( aPropSet, FONT_PROPTYPE_TEXT ); in convert()
H A Dpivotcachebuffer.cxx761 PropertySet aPropSet( rxDPField ); in convertNumericGrouping() local
762 if( hasGroupItems() && hasNumericGrouping() && aPropSet.is() ) in convertNumericGrouping()
772 aPropSet.setProperty( PROP_GroupInfo, aGroupInfo ); in convertNumericGrouping()
780 PropertySet aPropSet( rxBaseDPField ); in createDateGroupField() local
781 if( hasGroupItems() && hasDateGrouping() && aPropSet.is() ) in createDateGroupField()
868 PropertySet aPropSet( xDPGroupField ); in createParentGroupField() local
869 aPropSet.getProperty( aGroupInfo, PROP_GroupInfo ); in createParentGroupField()
915 aPropSet.setProperty( PROP_GroupInfo, aGroupInfo ); in createParentGroupField()
H A Dworksheetsettings.cxx330 PropertySet aPropSet( getSheet() ); in finalizeImport() local
331 aPropSet.setProperty( PROP_CodeName, maSheetSettings.maCodeName ); in finalizeImport()
337 aPropSet.setProperty( PROP_TabColor, nColor ); in finalizeImport()
H A Dtablebuffer.cxx96 PropertySet aPropSet( xDatabaseRange ); in finalizeImport() local
97 if( !aPropSet.getProperty( mnTokenIndex, PROP_TokenIndex ) ) in finalizeImport()
H A Dcondformatbuffer.cxx682 PropertySet aPropSet( xRanges ); in finalizeImport() local
683 …Reference< XSheetConditionalEntries > xEntries( aPropSet.getAnyProperty( PROP_ConditionalFormat ),… in finalizeImport()
686 aPropSet.setProperty( PROP_ConditionalFormat, xEntries ); in finalizeImport()
H A Ddefnamesbuffer.cxx507 PropertySet aPropSet( mxNamedRange ); in createNameObject() local
508 aPropSet.getProperty( mnTokenIndex, PROP_TokenIndex ); in createNameObject()
H A Ddrawingfragment.cxx627 PropertySet aPropSet( xCtrlModel ); in notifyXShapeInserted() local
630 aPropSet.setProperty( PROP_Printable, pClientData->mbPrintObject ); in notifyXShapeInserted()
/aoo4110/main/oox/source/drawingml/
H A Dtextparagraph.cxx90 PropertySet aPropSet( xStart ); in insertAt() local
94 aTextCharacterProps.pushToPropSet( aPropSet, rFilterBase ); in insertAt()
H A Dtextfield.cxx148 PropertySet aPropSet( xProps ); in insertAt() local
155 aTextCharacterProps.pushToPropSet( aPropSet, rFilterBase ); in insertAt()
H A Dcustomshapeproperties.cxx334 PropertySet aPropSet( xPropSet ); in pushToPropSet() local
335 aPropSet.setProperty( PROP_CustomShapeGeometry, aSeq ); in pushToPropSet()
/aoo4110/main/sc/source/ui/unoobj/
H A Dsrchuno.cxx80 aPropSet(lcl_GetSearchPropertyMap()) in ScCellSearchObj()
146 new SfxItemPropertySetInfo( aPropSet.getPropertyMap() )); in getPropertySetInfo()
H A Ddatauno.cxx608 aPropSet( lcl_GetSubTotalPropertyMap() ) in ScSubTotalDescriptorBase()
757 new SfxItemPropertySetInfo( aPropSet.getPropertyMap() )); in getPropertySetInfo()
1079 aPropSet( lcl_GetFilterPropertyMap() ), in ScFilterDescriptorBase()
1412 new SfxItemPropertySetInfo( aPropSet.getPropertyMap() )); in getPropertySetInfo()
1616 aPropSet( lcl_GetDBRangePropertyMap() ) in ScDatabaseRangeObj()
1970 new SfxItemPropertySetInfo( aPropSet.getPropertyMap() )); in getPropertySetInfo()
H A Dconfuno.cxx97 aPropSet ( lcl_GetConfigPropertyMap() ) in ScDocumentConfiguration()
126 new SfxItemPropertySetInfo( aPropSet.getPropertyMap() )); in getPropertySetInfo()
H A Dlinkuno.cxx92 aPropSet( lcl_GetSheetLinkMap() ), in ScSheetLinkObj()
222 new SfxItemPropertySetInfo( aPropSet.getPropertyMap() )); in getPropertySetInfo()
619 aPropSet( lcl_GetSheetLinkMap() ), in ScAreaLinkObj()
766 new SfxItemPropertySetInfo( aPropSet.getPropertyMap() )); in getPropertySetInfo()
/aoo4110/main/oox/source/drawingml/chart/
H A Dconverterbase.cxx118 PropertySet aPropSet( shape_supplier ); \
119 if( shape_supplier.is() && aPropSet.getBoolProperty( PROP_##property_name ) ) \
/aoo4110/main/sfx2/source/doc/
H A Ddocfac.cxx449 ::comphelper::SequenceAsHashMap aPropSet( xModuleManager->getByName(sDocService) ); in GetModuleName()
450 …::rtl::OUString sModuleName = aPropSet.getUnpackedValueOrDefault(PROP_MODULEUINAME, ::rtl::OUStrin… in GetModuleName()
/aoo4110/main/sc/source/filter/excel/
H A Dxichart.cxx535 XclImpDffPropSet aPropSet( rStrm.GetRoot() ); in ReadHeaderRecord() local
537 rStrm >> aPropSet; in ReadHeaderRecord()
539 aPropSet.FillToItemSet( *maData.mxItemSet ); in ReadHeaderRecord()
541 mnDffFillType = aPropSet.GetPropertyValue( DFF_Prop_fillType, mso_fillSolid ); in ReadHeaderRecord()
1643 ScfPropertySet aPropSet( xRegCurve ); in CreateRegressionCurve() local
1644 mxDataFmt->ConvertLine( aPropSet, EXC_CHOBJTYPE_TRENDLINE ); in CreateRegressionCurve()
1912 ScfPropertySet aPropSet; in lclGetPointPropSet() local
1915 aPropSet.Set( xDataSeries->getDataPointByIndex( static_cast< sal_Int32 >( nPointIdx ) ) ); in lclGetPointPropSet()
1921 return aPropSet; in lclGetPointPropSet()
/aoo4110/main/filter/source/graphicfilter/icgm/
H A Dactimpr.cxx991 uno::Reference< beans::XPropertySet > aPropSet; in AppendText() local
993 if( aQuery >>= aPropSet ) in AppendText()
997 ImplSetTextBundle( aPropSet ); in AppendText()
/aoo4110/main/sc/inc/
H A Ddatauno.hxx118 SfxItemPropertySet aPropSet; member in ScSubTotalDescriptorBase
347 SfxItemPropertySet aPropSet; member in ScFilterDescriptorBase
493 SfxItemPropertySet aPropSet; member in ScDatabaseRangeObj
H A Dafmtuno.hxx142 SfxItemPropertySet aPropSet; member in ScAutoFormatObj
244 SfxItemPropertySet aPropSet; member in ScAutoFormatFieldObj
H A Dconfuno.hxx42 SfxItemPropertySet aPropSet; member in ScDocumentConfiguration
/aoo4110/main/oox/source/ole/
H A Dvbacontrol.cxx469 PropertySet aPropSet( rxCtrlModel ); in convertProperties() local
470 aPropSet.setProperties( aPropMap ); in convertProperties()
H A Daxcontrol.cxx192 PropertySet aPropSet( rxDocModel ); in lclExtractRangeFromName() local
193 …Reference< XNameAccess > xRangesNA( aPropSet.getAnyProperty( PROP_NamedRanges ), UNO_QUERY_THROW ); in lclExtractRangeFromName()
1788 PropertySet aPropSet( rxCtrlModel ); in convertProperties() local
1789 aPropSet.setProperties( aPropMap ); in convertProperties()

Completed in 294 milliseconds

123