/trunk/main/package/source/package/zippackage/ |
H A D | ZipPackageFolder.cxx | 331 aPropSet[PKG_MNFST_VERSION].Name = sVersionProperty; in saveChild() 334 aPropSet[PKG_MNFST_FULLPATH].Value <<= sTempName; in saveChild() 337 aPropSet.realloc( 0 ); in saveChild() 358 aPropSet[PKG_MNFST_MEDIATYPE].Name = sMediaTypeProperty; in saveChild() 360 aPropSet[PKG_MNFST_VERSION].Name = sVersionProperty; in saveChild() 362 aPropSet[PKG_MNFST_FULLPATH].Name = sFullPathProperty; in saveChild() 363 aPropSet[PKG_MNFST_FULLPATH].Value <<= pTempEntry->sPath; in saveChild() 482 aPropSet.realloc(PKG_SIZE_ENCR_MNFST); in saveChild() 486 aPropSet[PKG_MNFST_SALT].Name = sSaltProperty; in saveChild() 677 if ( aPropSet.getLength() in saveChild() [all …]
|
/trunk/main/oox/source/drawingml/chart/ |
H A D | plotareaconverter.cxx | 217 PropertySet aPropSet( rxDiagram ); in convertFromModel() local 264 aPropSet.setProperty( PROP_RotationVertical, nRotationY ); in convertFromModel() 265 aPropSet.setProperty( PROP_RotationHorizontal, nRotationX ); in convertFromModel() 266 aPropSet.setProperty( PROP_Perspective, nPerspective ); in convertFromModel() 267 aPropSet.setProperty( PROP_RightAngledAxes, bRightAngled ); in convertFromModel() 268 aPropSet.setProperty( PROP_D3DScenePerspective, eProjMode ); in convertFromModel() 273 aPropSet.setProperty( PROP_D3DSceneLightOn1, false ); in convertFromModel() 274 aPropSet.setProperty( PROP_D3DSceneLightOn2, true ); in convertFromModel() 294 PropertySet aPropSet; in convertFromModel() local 301 if( aPropSet.is() ) in convertFromModel() [all …]
|
H A D | titleconverter.cxx | 97 PropertySet aPropSet( xFmtStr ); in createStringSequence() local 118 PropertySet aPropSet( xFmtStr ); in createStringSequence() local 119 getFormatter().convertTextFormatting( aPropSet, rxTextProp, eObjType ); in createStringSequence() 169 PropertySet aPropSet( xTitle ); in convertFromModel() local 175 getFormatter().convertTextRotation( aPropSet, xTextProp, true ); in convertFromModel() 207 PropertySet aPropSet( xLegend ); in convertFromModel() local 208 aPropSet.setProperty( PROP_Show, true ); in convertFromModel() 251 if( aLayoutConv.convertFromModel( aPropSet ) ) in convertFromModel() 257 aPropSet.setProperty( PROP_AnchorPosition, eLegendPos ); in convertFromModel() 258 aPropSet.setProperty( PROP_Expansion, eLegendExpand ); in convertFromModel() [all …]
|
H A D | seriesconverter.cxx | 174 PropertySet aPropSet( rxDataSeries->getDataPointByIndex( mrModel.mnIndex ) ); in convertFromModel() local 175 lclConvertLabelFormatting( aPropSet, getFormatter(), mrModel, rTypeGroup, false ); in convertFromModel() 197 PropertySet aPropSet( rxDataSeries ); in convertFromModel() local 198 lclConvertLabelFormatting( aPropSet, getFormatter(), mrModel, rTypeGroup, true ); in convertFromModel() 384 PropertySet aPropSet( xRegCurve ); in convertFromModel() local 387 … getFormatter().convertFrameFormatting( aPropSet, mrModel.mxShapeProp, OBJECTTYPE_TRENDLINE ); in convertFromModel() 430 PropertySet aPropSet( rxDataSeries->getDataPointByIndex( mrModel.mnIndex ) ); in convertFromModel() local 434 …rTypeGroup.convertMarker( aPropSet, mrModel.monMarkerSymbol.get( rSeries.mnMarkerSymbol ), mrModel… in convertFromModel() 438 rTypeGroup.convertPieExplosion( aPropSet, mrModel.monExplosion.get() ); in convertFromModel() 444 …getFormatter().convertFrameFormatting( aPropSet, mrModel.mxShapeProp, mrModel.mxPicOptions.getOrCr… in convertFromModel() [all …]
|
H A D | typegroupconverter.cxx | 124 PropertySet aPropSet( xWhitePropSet ); in convertFromModel() local 125 getFormatter().convertFrameFormatting( aPropSet, mrModel.mxUpBars, OBJECTTYPE_UPBAR ); in convertFromModel() 132 PropertySet aPropSet( xBlackPropSet ); in convertFromModel() local 133 getFormatter().convertFrameFormatting( aPropSet, mrModel.mxDownBars, OBJECTTYPE_DOWNBAR ); in convertFromModel() 270 PropertySet aPropSet( xCoordSystem ); in createCoordinateSystem() local 271 aPropSet.setProperty( PROP_SwapXAndYAxis, true ); in createCoordinateSystem()
|
/trunk/main/ucb/source/ucp/webdav/ |
H A D | webdavcontentcaps.cxx | 310 StringSet aPropSet; in getProperties() local 441 aPropSet.insert( in getProperties() 445 aPropSet.insert( in getProperties() 449 aPropSet.insert( in getProperties() 455 aPropSet.insert( in getProperties() 464 aPropSet.insert( in getProperties() 469 aPropSet.insert( in getProperties() 473 aPropSet.insert( in getProperties() 477 aPropSet.insert( in getProperties() 481 aPropSet.insert( in getProperties() [all …]
|
/trunk/main/oox/source/drawingml/ |
H A D | textrun.cxx | 61 PropertySet aPropSet( xStart ); in insertAt() local 65 aTextCharacterProps.pushToPropSet( aPropSet, rFilterBase ); in insertAt() 98 aPropSet.setAnyProperty( PROP_CharFontName, Any( aSymbolFontName ) ); in insertAt() 99 aPropSet.setAnyProperty( PROP_CharFontPitch, Any( nSymbolFontPitch ) ); in insertAt() 100 aPropSet.setAnyProperty( PROP_CharFontFamily, Any( nSymbolFontFamily ) ); in insertAt() 109 aPropSet.setAnyProperty( PROP_CharFontName, Any( aLatinFontName ) ); in insertAt() 110 aPropSet.setAnyProperty( PROP_CharFontPitch, Any( nLatinFontPitch ) ); in insertAt() 111 aPropSet.setAnyProperty( PROP_CharFontFamily, Any( nLatinFontFamily ) ); in insertAt() 121 aPropSet = PropertySet( xStart ); in insertAt() 122 aTextCharacterProps.pushToPropSet( aPropSet, rFilterBase ); in insertAt()
|
H A D | textparagraphproperties.cxx | 348 PropertySet aPropSet( xPropSet ); in pushToPropSet() local 349 aPropSet.setProperties( maTextParagraphPropertyMap ); in pushToPropSet() 357 aPropSet.setProperty< sal_Int16 >( PROP_NumberingLevel, -1 ); in pushToPropSet() 362 …aPropSet.setProperty( PROP_ParaTopMargin, maParaTopMargin.toMargin( getCharHeightPoints( 18.0 ) ) … in pushToPropSet() 364 …aPropSet.setProperty( PROP_ParaBottomMargin, maParaBottomMargin.toMargin( getCharHeightPoints( 18.… in pushToPropSet() 394 aPropSet.getProperty( xNumRule, PROP_NumberingRules ); in pushToPropSet() 405 aPropSet.setProperty( PROP_NumberingRules, xNumRule ); in pushToPropSet() 409 aPropSet.setProperty( PROP_ParaLeftMargin, *noParaLeftMargin ); in pushToPropSet() 411 aPropSet.setProperty( PROP_ParaFirstLineIndent, *noFirstLineIndentation ); in pushToPropSet()
|
/trunk/main/oox/source/xls/ |
H A D | workbookhelper.cxx | 516 PropertySet aPropSet( mxDoc ); in initialize() local 518 aPropSet.setProperty( PROP_IsChangeReadOnlyEnabled, true ); in initialize() 520 aPropSet.setProperty( PROP_IsUndoEnabled, false ); in initialize() 522 aPropSet.setProperty( PROP_IsAdjustHeightEnabled, false ); in initialize() 524 aPropSet.setProperty( PROP_IsExecuteLinkEnabled, false ); in initialize() 560 PropertySet aPropSet( mxDoc ); in finalize() local 562 aPropSet.setProperty( PROP_IsLoaded, true ); in finalize() 568 aPropSet.setProperty( PROP_IsExecuteLinkEnabled, true ); in finalize() 570 aPropSet.setProperty( PROP_IsAdjustHeightEnabled, true ); in finalize() 572 aPropSet.setProperty( PROP_IsUndoEnabled, true ); in finalize() [all …]
|
H A D | worksheethelper.cxx | 869 PropertySet aPropSet( getCellRange( aRange ) ); in convertColumnFormat() local 935 PropertySet aPropSet( mxSheet ); in initializeWorksheetImport() local 1028 PropertySet aPropSet( xUrlField ); in insertHyperlink() local 1188 PropertySet aPropSet( getColumns( rColRange ) ); in convertColumns() local 1196 aPropSet.setProperty( PROP_Width, nWidth ); in convertColumns() 1200 aPropSet.setProperty( PROP_IsVisible, false ); in convertColumns() 1251 PropertySet aPropSet( getRows( *aIt ) ); in convertRows() local 1259 PropertySet aPropSet( getRows( rRowRange ) ); in convertRows() local 1263 aPropSet.setProperty( PROP_VisibleFlag, false ); in convertRows() 1373 PropertySet aPropSet( mxSheet ); in finalizeDrawings() local [all …]
|
H A D | workbooksettings.cxx | 281 PropertySet aPropSet( getDocument() ); in finalizeImport() local 286 aPropSet.setProperty( PROP_IgnoreCase, true ); // always in Excel in finalizeImport() 287 aPropSet.setProperty( PROP_RegularExpressions, false ); // not supported in Excel in finalizeImport() 313 aPropSet.setProperty( PROP_NullDate, aNullDate ); in finalizeImport() 314 aPropSet.setProperty( PROP_IsIterationEnabled, maCalcSettings.mbIterate ); in finalizeImport() 315 aPropSet.setProperty( PROP_IterationCount, maCalcSettings.mnIterateCount ); in finalizeImport() 316 aPropSet.setProperty( PROP_IterationEpsilon, maCalcSettings.mfIterateDelta ); in finalizeImport() 317 aPropSet.setProperty( PROP_CalcAsShown, !maCalcSettings.mbFullPrecision ); in finalizeImport() 318 aPropSet.setProperty( PROP_LookUpLabels, maCalcSettings.mbUseNlr ); in finalizeImport() 332 aPropSet.setProperty( PROP_CodeName, maBookSettings.maCodeName ); in finalizeImport()
|
H A D | scenariobuffer.cxx | 194 PropertySet aPropSet( xScenarios->getByName( aScenName ) ); in finalizeImport() local 195 aPropSet.setProperty( PROP_IsActive, false ); in finalizeImport() 196 aPropSet.setProperty( PROP_CopyBack, false ); in finalizeImport() 197 aPropSet.setProperty( PROP_CopyStyles, false ); in finalizeImport() 198 aPropSet.setProperty( PROP_CopyFormulas, false ); in finalizeImport() 199 aPropSet.setProperty( PROP_Protected, maModel.mbLocked ); in finalizeImport() 201 aPropSet.setProperty( PROP_ShowBorder, false ); in finalizeImport() 202 aPropSet.setProperty( PROP_PrintBorder, false ); in finalizeImport()
|
H A D | pivottablebuffer.cxx | 615 PropertySet aPropSet( xDPField ); in convertPageField() local 663 PropertySet aPropSet( xDPField ); in convertDataField() local 690 aPropSet.setProperty( PROP_Function, eAggFunc ); in convertDataField() 724 aPropSet.setProperty( PROP_Reference, aReference ); in convertDataField() 740 PropertySet aPropSet( xDPField ); in convertRowColPageField() local 752 aPropSet.setProperty( PROP_Orientation, eFieldOrient ); in convertRowColPageField() 791 aPropSet.setProperty( PROP_LayoutInfo, aLayoutInfo ); in convertRowColPageField() 792 aPropSet.setProperty( PROP_ShowEmpty, maModel.mbShowAll ); in convertRowColPageField() 827 aPropSet.setProperty( PROP_SortInfo, aSortInfo ); in convertRowColPageField() 960 if( aPropSet.is() ) in finalizeImport() [all …]
|
H A D | querytablebuffer.cxx | 144 PropertySet aPropSet( xAreaLink ); in lclFindAreaLink() local 149 aPropSet.getProperty( aString, PROP_Url ) && (rFileUrl == aString) && in lclFindAreaLink() 150 aPropSet.getProperty( aString, PROP_Filter ) && (rFilterName == aString) && in lclFindAreaLink() 151 … aPropSet.getProperty( aString, PROP_FilterOptions ) && (rFilterOptions == aString) ) in lclFindAreaLink() 350 …PropertySet aPropSet( lclFindAreaLink( xAreaLinks, aDestPos, aFileUrl, aTables, aFilterName, aFilt… in finalizeImport() local 351 aPropSet.setProperty( PROP_RefreshPeriod, nRefreshPeriod ); in finalizeImport()
|
H A D | pagesettings.cxx | 670 PropertySet aPropSet( xContent ); in parse() local 671 …aPropSet.setProperty( PROP_FileFormat, ::com::sun::star::text::FilenameDisplayFormat::NAME_AND_EXT… in parse() 679 PropertySet aPropSet( xContent ); in parse() local 681 … aPropSet.setProperty( PROP_FileFormat, ::com::sun::star::text::FilenameDisplayFormat::FULL ); in parse() 692 PropertySet aPropSet( xContent ); in parse() local 693 aPropSet.setProperty( PROP_IsDate, true ); in parse() 700 PropertySet aPropSet( xContent ); in parse() local 701 aPropSet.setProperty( PROP_IsDate, false ); in parse() 872 PropertySet aPropSet( getEndPos() ); in setAttributes() local 873 aFont.writeToPropertySet( aPropSet, FONT_PROPTYPE_TEXT ); in setAttributes()
|
H A D | worksheetbuffer.cxx | 206 PropertySet aPropSet; in createSheet() local 217 aPropSet.set( xSheetName ); in createSheet() 225 aPropSet.set( xSheetsIA->getByIndex( nCalcSheet ) ); in createSheet() 229 aPropSet.setProperty( PROP_IsVisible, bVisible ); in createSheet()
|
H A D | sheetdatabuffer.cxx | 521 PropertySet aPropSet( getCell( rCellAddr ) ); in setStandardNumFmt() local 522 aPropSet.setProperty( PROP_NumberFormat, nIndex ); in setStandardNumFmt() 840 PropertySet aPropSet( getCellRange( aRange ) ); in writeXfIdRowRangeProperties() local 841 getStyles().writeCellXfToPropertySet( aPropSet, rXfIdRowRange.mnXfId ); in writeXfIdRowRangeProperties() 854 PropertySet aPropSet( getCellRange( rXfIdRange.maRange ) ); in writeXfIdRangeProperties() local 855 aPropSet.setProperties( aPropMap ); in writeXfIdRangeProperties()
|
/trunk/main/editeng/source/accessibility/ |
H A D | AccessibleEditableTextPara.cxx | 113 return &aPropSet; in ImplGetSvxCharAndParaPropertiesSet() 1896 aPropSet.SetSelection( MakeSelection( 0, GetTextLen() ) ); in _correctValues() 1898 rRes.State = aPropSet._getPropertyState( rRes.Name, mnParagraphIndex ); in _correctValues() 1918 aPropSet.SetSelection( MakeSelection( 0, GetTextLen() ) ); in _correctValues() 1920 rRes.State = aPropSet._getPropertyState( rRes.Name, mnParagraphIndex ); in _correctValues() 2717 SvxAccessibleTextPropertySet aPropSet( &GetEditSource(), in setAttributes() local 2723 aPropSet.SetSelection( MakeSelection(nStartIndex, nEndIndex) ); in setAttributes() 2784 SvxAccessibleTextPropertySet aPropSet( &GetEditSource(), in getDefaultAttributes() local 2786 aPropSet.SetSelection( MakeSelection( 0, GetTextLen() ) ); in getDefaultAttributes() 2886 SvxAccessibleTextPropertySet aPropSet( &GetEditSource(), in getRunAttributes() local [all …]
|
/trunk/main/l10ntools/source/filter/utils/ |
H A D | XMLHelper.java | 124 java.util.HashMap aPropSet = new java.util.HashMap(); in convertNodeToPropSet() local 224 aPropSet.put(sChildName, aValue); in convertNodeToPropSet() 228 return aPropSet; in convertNodeToPropSet() 296 public static java.lang.String convertPropSetToXML(java.util.HashMap aPropSet , in convertPropSetToXML() argument 302 java.util.Iterator it1 = aPropSet.keySet().iterator(); in convertPropSetToXML() 306 java.lang.Object aVal = aPropSet.get(sProp); in convertPropSetToXML() 342 sMsg.append("\tprop set: \""+aPropSet ); in convertPropSetToXML()
|
H A D | Cache.java | 435 java.util.HashMap aPropSet = null; in fromXML() local 443 aPropSet = Cache.convertTypePropsToInternal(aTempSet, nFormat); in fromXML() 450 aPropSet = Cache.convertFilterPropsToInternal(aTempSet, nFormat); in fromXML() 457 aPropSet = Cache.convertDetectServicePropsToInternal(aTempSet, nFormat); in fromXML() 464 aPropSet = Cache.convertFrameLoaderPropsToInternal(aTempSet, nFormat); in fromXML() 471 aPropSet = Cache.convertContentHandlerPropsToInternal(aTempSet, nFormat); in fromXML() 477 rMap.put(sChildName, aPropSet); in fromXML() 1572 java.util.HashMap aPropSet ) in getMatchedItemNames() argument 1583 boolean bMatch = Cache.matchPropSet(rItemProps, aPropSet); in getMatchedItemNames() 1591 sBuffer.append("\treq items = {"+aPropSet+"}\n"); in getMatchedItemNames()
|
/trunk/main/oox/source/vml/ |
H A D | vmlshape.cxx | 377 PropertySet aPropSet( xShape ); in implConvertAndInsert() local 378 aPropSet.setProperty( PROP_PolyPolygon, aPointSeq ); in implConvertAndInsert() 445 PropertySet aPropSet( xShape ); in implConvertAndInsert() local 446 aPropSet.setProperties( aOleProps ); in implConvertAndInsert() 494 PropertySet aPropSet( xShape ); in implConvertAndInsert() local 495 aPropSet.setProperty( PROP_GraphicURL, aGraphicUrl ); in implConvertAndInsert()
|
/trunk/main/oox/source/core/ |
H A D | xmlfilterbase.cxx | 245 PropertySet aPropSet( xOutputStream ); in openFragmentStream() local 246 aPropSet.setProperty( PROP_MediaType, rMediaType ); in openFragmentStream() 296 PropertySet aPropSet( xOutputStream ); in addRelation() local 297 if( aPropSet.is() ) in addRelation() 298 aPropSet.getProperty( nId, PROP_RelId ); in addRelation()
|
/trunk/main/sc/source/ui/unoobj/ |
H A D | afmtuno.cxx | 424 aPropSet( lcl_GetAutoFormatMap() ), in ScAutoFormatObj() 615 …static uno::Reference< beans::XPropertySetInfo > aRef(new SfxItemPropertySetInfo( aPropSet.getProp… in getPropertySetInfo() 698 aPropSet( lcl_GetAutoFieldMap() ), in SC_IMPL_DUMMY_PROPERTY_LISTENER() 720 …static uno::Reference< beans::XPropertySetInfo > aRef(new SfxItemPropertySetInfo( aPropSet.getProp… in getPropertySetInfo() 733 aPropSet.getPropertyMap()->getByName( aPropertyName ); in setPropertyValue() 823 aPropSet.getPropertyMap()->getByName( aPropertyName ); in getPropertyValue()
|
/trunk/main/oox/source/drawingml/table/ |
H A D | tablecell.cxx | 84 PropertySet aPropSet( rxPropSet ); in applyLineAttributes() local 85 aPropSet.setProperty( nPropId, aBorderLine ); in applyLineAttributes() 123 PropertySet aPropSet( rxCell ); in applyTableStylePart() local 124 aTextCharProps.pushToPropSet( aPropSet, rFilterBase ); in applyTableStylePart()
|
/trunk/main/framework/source/uiconfiguration/ |
H A D | windowstateconfiguration.cxx | 446 Sequence< PropertyValue > aPropSet; in insertByName() local 447 if ( aPropertySet >>= aPropSet ) in insertByName() 468 impl_fillStructFromSequence( aWinStateInfo, aPropSet ); in insertByName() 511 Sequence< PropertyValue > aPropSet; in replaceByName() local 512 if ( aPropertySet >>= aPropSet ) in replaceByName() 518 impl_fillStructFromSequence( rWinStateInfo, aPropSet ); in replaceByName() 536 impl_fillStructFromSequence( rWinStateInfo, aPropSet ); in replaceByName()
|