/aoo4110/main/oox/source/vml/ |
H A D | vmlshapecontext.cxx | 51 OptValue< OUString > oValue = rAttribs.getString( nToken ); in lclDecodeBool() 61 OptValue< OUString > oValue = rAttribs.getString( nToken ); in lclDecodePercent() 71 OptValue< OUString > oValue = rAttribs.getString( nToken ); in lclDecodeOpacity() 99 OptValue< OUString > oValue = rAttribs.getString( nToken ); in lclDecodeInt32Pair() 114 OptValue< OUString > oValue = rAttribs.getString( nToken ); in lclDecodePercentPair() 279 bool bHasOspid = rAttribs.hasAttribute( O_TOKEN( spid ) ); in ShapeTypeContext() 291 setStyle( rAttribs.getString( XML_style, OUString() ) ); in ShapeTypeContext() 348 OptValue< OUString > oRelId = rAttribs.getString( nToken ); in decodeFragmentPath() 376 ShapeTypeContext( rParent, rShape, rAttribs ), in ShapeContext() 382 setPoints( rAttribs.getString( XML_points, OUString() ) ); in ShapeContext() [all …]
|
/aoo4110/main/oox/source/drawingml/chart/ |
H A D | seriescontext.cxx | 54 orModel.mbDeleted = rAttribs.getBool( XML_val, false ); in lclDataLabelSharedCreateContext() 60 orModel.maNumberFormat.setAttributes( rAttribs ); in lclDataLabelSharedCreateContext() 63 orModel.mobShowBubbleSize = rAttribs.getBool( XML_val ); in lclDataLabelSharedCreateContext() 66 orModel.mobShowCatName = rAttribs.getBool( XML_val ); in lclDataLabelSharedCreateContext() 69 orModel.mobShowLegendKey = rAttribs.getBool( XML_val ); in lclDataLabelSharedCreateContext() 72 orModel.mobShowPercent = rAttribs.getBool( XML_val ); in lclDataLabelSharedCreateContext() 75 orModel.mobShowSerName = rAttribs.getBool( XML_val ); in lclDataLabelSharedCreateContext() 78 orModel.mobShowVal = rAttribs.getBool( XML_val ); in lclDataLabelSharedCreateContext() 115 mrModel.mnIndex = rAttribs.getInteger( XML_val, -1 ); in onCreateContext() 258 mrModel.maNumberFormat.setAttributes( rAttribs ); in onCreateContext() [all …]
|
H A D | typegroupcontext.cxx | 92 mrModel.mnGapDepth = rAttribs.getInteger( XML_val, 150 ); in onCreateContext() 101 mrModel.mbVaryColors = rAttribs.getBool( XML_val, false ); in onCreateContext() 126 mrModel.mnBarDir = rAttribs.getToken( XML_val, XML_col ); in onCreateContext() 131 mrModel.mnGapDepth = rAttribs.getInteger( XML_val, 150 ); in onCreateContext() 134 mrModel.mnGapWidth = rAttribs.getInteger( XML_val, 150 ); in onCreateContext() 141 mrModel.mnOverlap = rAttribs.getInteger( XML_val, 0 ); in onCreateContext() 148 mrModel.mnShape = rAttribs.getToken( XML_val, XML_box ); in onCreateContext() 178 mrModel.mbBubble3d = rAttribs.getBool( XML_val, false ); in onCreateContext() 240 mrModel.mbSmooth = rAttribs.getBool( XML_val, false ); in onCreateContext() 276 mrModel.mnHoleSize = rAttribs.getInteger( XML_val, 10 ); in onCreateContext() [all …]
|
H A D | axiscontext.cxx | 137 mrModel.maNumberFormat.setAttributes( rAttribs ); in onCreateContext() 191 mrModel.mbAuto = rAttribs.getBool( XML_val, false ); in onCreateContext() 213 return AxisContextBase::onCreateContext( nElement, rAttribs ); in onCreateContext() 233 mrModel.mbAuto = rAttribs.getBool( XML_val, false ); in onCreateContext() 245 mrModel.mofMajorUnit = rAttribs.getDouble( XML_val, 0.0 ); in onCreateContext() 251 mrModel.mofMinorUnit = rAttribs.getDouble( XML_val, 0.0 ); in onCreateContext() 254 return AxisContextBase::onCreateContext( nElement, rAttribs ); in onCreateContext() 279 return AxisContextBase::onCreateContext( nElement, rAttribs ); in onCreateContext() 303 mrModel.mofMajorUnit = rAttribs.getDouble( XML_val, 0.0 ); in onCreateContext() 306 mrModel.mofMinorUnit = rAttribs.getDouble( XML_val, 0.0 ); in onCreateContext() [all …]
|
/aoo4110/main/oox/source/xls/ |
H A D | worksheetfragment.cxx | 108 importDataValidation( rAttribs ); in onCreateContext() 516 rAttribs.getBool( XML_customHeight, false ), in importSheetFormatPr() 517 rAttribs.getBool( XML_zeroHeight, false ), in importSheetFormatPr() 518 rAttribs.getBool( XML_thickTop, false ), in importSheetFormatPr() 519 rAttribs.getBool( XML_thickBottom, false ) ); in importSheetFormatPr() 560 aModel.mnColRow = rAttribs.getInteger( XML_id, 0 ); in importBrk() 561 aModel.mnMin = rAttribs.getInteger( XML_id, 0 ); in importBrk() 562 aModel.mnMax = rAttribs.getInteger( XML_id, 0 ); in importBrk() 581 OSL_ENSURE( rAttribs.hasAttribute( XML_link ) != rAttribs.hasAttribute( R_TOKEN( id ) ), in importOleObject() 583 aInfo.mbLinked = rAttribs.hasAttribute( XML_link ); in importOleObject() [all …]
|
H A D | pivottablebuffer.cxx | 364 aModel.mnCacheItem = rAttribs.getInteger( XML_x, -1 ); in importItem() 366 aModel.mbShowDetails = rAttribs.getBool( XML_sd, true ); in importItem() 367 aModel.mbHidden = rAttribs.getBool( XML_h, false ); in importItem() 379 maModel.mnSortRefItem = rAttribs.getInteger( XML_v, -1 ); in importReferenceItem() 900 maModel.mfValue = rAttribs.getDouble( XML_val, 0.0 ); in importTop10() 901 maModel.mbTopFilter = rAttribs.getBool( XML_top, true ); in importTop10() 1095 importField( maRowFields, rAttribs ); in importRowField() 1100 importField( maColFields, rAttribs ); in importColField() 1107 aModel.mnField = rAttribs.getInteger( XML_fld, -1 ); in importPageField() 1117 aModel.mnField = rAttribs.getInteger( XML_fld, -1 ); in importDataField() [all …]
|
H A D | worksheetsettings.cxx | 120 void WorksheetSettings::importSheetPr( const AttributeList& rAttribs ) in importSheetPr() argument 126 void WorksheetSettings::importChartSheetPr( const AttributeList& rAttribs ) in importChartSheetPr() argument 131 void WorksheetSettings::importTabColor( const AttributeList& rAttribs ) in importTabColor() argument 133 maSheetSettings.maTabColor.importColor( rAttribs ); in importTabColor() 136 void WorksheetSettings::importOutlinePr( const AttributeList& rAttribs ) in importOutlinePr() argument 146 maSheetProt.mbSheet = rAttribs.getBool( XML_sheet, false ); in importSheetProtection() 158 maSheetProt.mbSort = rAttribs.getBool( XML_sort, true ); in importSheetProtection() 167 maSheetProt.mbSheet = rAttribs.getBool( XML_content, false ); in importChartProtection() 168 maSheetProt.mbObjects = rAttribs.getBool( XML_objects, false ); in importChartProtection() 171 void WorksheetSettings::importPhoneticPr( const AttributeList& rAttribs ) in importPhoneticPr() argument [all …]
|
H A D | pivotcachebuffer.cxx | 175 void PivotCacheItem::readString( const AttributeList& rAttribs ) in readString() argument 177 maValue <<= rAttribs.getXString( XML_v, OUString() ); in readString() 183 maValue <<= rAttribs.getDouble( XML_v, 0.0 ); in readNumeric() 187 void PivotCacheItem::readDate( const AttributeList& rAttribs ) in readDate() argument 189 maValue <<= rAttribs.getDateTime( XML_v, DateTime() ); in readDate() 193 void PivotCacheItem::readBool( const AttributeList& rAttribs ) in readBool() argument 195 maValue <<= rAttribs.getBool( XML_v, false ); in readBool() 205 void PivotCacheItem::readIndex( const AttributeList& rAttribs ) in readIndex() argument 207 maValue <<= rAttribs.getInteger( XML_v, -1 ); in readIndex() 522 maSharedItems.importItem( nElement, rAttribs ); in importSharedItem() [all …]
|
H A D | stylesfragment.cxx | 71 mxFont->importAttribs( nElement, rAttribs ); in onCreateContext() 77 void BorderContext::onStartElement( const AttributeList& rAttribs ) in onStartElement() argument 80 mxBorder->importBorder( rAttribs ); in onStartElement() 88 mxBorder->importStyle( nElement, rAttribs ); in onCreateContext() 93 mxBorder->importColor( getCurrentElement(), rAttribs ); in onCreateContext() 121 mfGradPos = rAttribs.getDouble( XML_position, -1.0 ); in onCreateContext() 127 mxFill->importColor( rAttribs, mfGradPos ); in onCreateContext() 135 void XfContext::onStartElement( const AttributeList& rAttribs ) in onStartElement() argument 138 mxXf->importXf( rAttribs, mbCellXf ); in onStartElement() 148 case XLS_TOKEN( alignment ): mxXf->importAlignment( rAttribs ); break; in onCreateContext() [all …]
|
H A D | connectionsbuffer.cxx | 214 void Connection::importConnection( const AttributeList& rAttribs ) in importConnection() argument 221 maModel.mnId = rAttribs.getInteger( XML_id, -1 ); in importConnection() 226 maModel.mnInterval = rAttribs.getInteger( XML_interval, 0 ); in importConnection() 228 maModel.mbNew = rAttribs.getBool( XML_new, false ); in importConnection() 229 maModel.mbDeleted = rAttribs.getBool( XML_deleted, false ); in importConnection() 237 void Connection::importWebPr( const AttributeList& rAttribs ) in importWebPr() argument 245 rWebPr.mbXml = rAttribs.getBool( XML_xml, false ); in importWebPr() 247 rWebPr.mbParsePre = rAttribs.getBool( XML_parsePre, false ); in importWebPr() 249 rWebPr.mbFirstRow = rAttribs.getBool( XML_firstRow, false ); in importWebPr() 250 rWebPr.mbXl97Created = rAttribs.getBool( XML_xl97, false ); in importWebPr() [all …]
|
H A D | viewsettings.cxx | 243 rModel.mbShowZeros = rAttribs.getBool( XML_showZeros, true ); in importSheetView() 247 void SheetViewSettings::importPane( const AttributeList& rAttribs ) in importPane() argument 256 rModel.mfSplitX = rAttribs.getDouble( XML_xSplit, 0.0 ); in importPane() 257 rModel.mfSplitY = rAttribs.getDouble( XML_ySplit, 0.0 ); in importPane() 267 sal_Int32 nPaneId = rAttribs.getToken( XML_pane, XML_topLeft ); in importSelection() 284 rModel.mbZoomToFit = rAttribs.getBool( XML_zoomToFit, false ); in importChartSheetView() 627 rModel.mnWinX = rAttribs.getInteger( XML_xWindow, 0 ); in importWorkbookView() 628 rModel.mnWinY = rAttribs.getInteger( XML_yWindow, 0 ); in importWorkbookView() 631 rModel.mnActiveSheet = rAttribs.getInteger( XML_activeTab, 0 ); in importWorkbookView() 641 void ViewSettings::importOleSize( const AttributeList& rAttribs ) in importOleSize() argument [all …]
|
H A D | pagesettings.cxx | 162 void PageSettings::importPrintOptions( const AttributeList& rAttribs ) in importPrintOptions() argument 167 maModel.mbPrintHeadings = rAttribs.getBool( XML_headings, false ); in importPrintOptions() 170 void PageSettings::importPageMargins( const AttributeList& rAttribs ) in importPageMargins() argument 183 maModel.mnPaperSize = rAttribs.getInteger( XML_paperSize, 1 ); in importPageSetup() 184 maModel.mnCopies = rAttribs.getInteger( XML_copies, 1 ); in importPageSetup() 185 maModel.mnScale = rAttribs.getInteger( XML_scale, 100 ); in importPageSetup() 198 maModel.mbDraftQuality = rAttribs.getBool( XML_draft, false ); in importPageSetup() 204 maModel.mnPaperSize = rAttribs.getInteger( XML_paperSize, 1 ); in importChartPageSetup() 205 maModel.mnCopies = rAttribs.getInteger( XML_copies, 1 ); in importChartPageSetup() 213 maModel.mbDraftQuality = rAttribs.getBool( XML_draft, false ); in importChartPageSetup() [all …]
|
H A D | workbooksettings.cxx | 122 void WorkbookSettings::importFileSharing( const AttributeList& rAttribs ) in importFileSharing() argument 129 void WorkbookSettings::importWorkbookPr( const AttributeList& rAttribs ) in importWorkbookPr() argument 136 setDateMode( rAttribs.getBool( XML_date1904, false ) ); in importWorkbookPr() 139 void WorkbookSettings::importCalcPr( const AttributeList& rAttribs ) in importCalcPr() argument 142 maCalcSettings.mnCalcId = rAttribs.getInteger( XML_calcId, -1 ); in importCalcPr() 143 maCalcSettings.mnRefMode = rAttribs.getToken( XML_refMode, XML_A1 ); in importCalcPr() 144 maCalcSettings.mnCalcMode = rAttribs.getToken( XML_calcMode, XML_auto ); in importCalcPr() 147 maCalcSettings.mbCalcOnSave = rAttribs.getBool( XML_calcOnSave, true ); in importCalcPr() 148 maCalcSettings.mbCalcCompleted = rAttribs.getBool( XML_calcCompleted, true ); in importCalcPr() 149 maCalcSettings.mbFullPrecision = rAttribs.getBool( XML_fullPrecision, true ); in importCalcPr() [all …]
|
H A D | stylesbuffer.cxx | 350 if( rAttribs.getBool( XML_auto, false ) ) in importColor() 352 else if( rAttribs.hasAttribute( XML_rgb ) ) in importColor() 353 …setRgb( rAttribs.getIntegerHex( XML_rgb, API_RGB_TRANSPARENT ), rAttribs.getDouble( XML_tint, 0.0 … in importColor() 354 else if( rAttribs.hasAttribute( XML_theme ) ) in importColor() 355 setTheme( rAttribs.getInteger( XML_theme, -1 ), rAttribs.getDouble( XML_tint, 0.0 ) ); in importColor() 357 setIndexed( rAttribs.getInteger( XML_indexed, -1 ), rAttribs.getDouble( XML_tint, 0.0 ) ); in importColor() 2246 maAlignment.importAlignment( rAttribs ); in importAlignment() 2251 maProtection.importProtection( rAttribs ); in importProtection() 2571 mxAlignment->importAlignment( rAttribs ); in importAlignment() 2982 xCellStyle->importCellStyle( rAttribs ); in importCellStyle() [all …]
|
H A D | querytablebuffer.cxx | 190 void QueryTable::importQueryTable( const AttributeList& rAttribs ) in importQueryTable() argument 192 maModel.maDefName = rAttribs.getXString( XML_name, OUString() ); in importQueryTable() 193 maModel.mnConnId = rAttribs.getInteger( XML_connectionId, -1 ); in importQueryTable() 195 maModel.mnAutoFormatId = rAttribs.getInteger( XML_autoFormatId, 0 ); in importQueryTable() 196 maModel.mbHeaders = rAttribs.getBool( XML_headers, true ); in importQueryTable() 197 maModel.mbRowNumbers = rAttribs.getBool( XML_rowNumbers, false ); in importQueryTable() 198 maModel.mbDisableRefresh = rAttribs.getBool( XML_disableRefresh, false ); in importQueryTable() 201 maModel.mbRefreshOnLoad = rAttribs.getBool( XML_refreshOnLoad, false ); in importQueryTable() 202 maModel.mbFillFormulas = rAttribs.getBool( XML_fillFormulas, false ); in importQueryTable() 204 maModel.mbDisableEdit = rAttribs.getBool( XML_disableEdit, false ); in importQueryTable() [all …]
|
H A D | externallinkbuffer.cxx | 109 maModel.maName = rAttribs.getXString( XML_name, OUString() ); in importDefinedName() 112 maModel.mnSheet = rAttribs.getInteger( XML_sheetId, -1 ); in importDefinedName() 115 void ExternalName::importDdeItem( const AttributeList& rAttribs ) in importDdeItem() argument 117 maModel.maName = rAttribs.getXString( XML_name, OUString() ); in importDdeItem() 125 void ExternalName::importValues( const AttributeList& rAttribs ) in importValues() argument 127 setResultSize( rAttribs.getInteger( XML_cols, 1 ), rAttribs.getInteger( XML_rows, 1 ) ); in importValues() 494 maRelId = rAttribs.getString( R_TOKEN( id ), OUString() ); in importExternalReference() 509 createExternalName()->importDefinedName( rAttribs ); in importDefinedName() 522 xExtName->importDdeItem( rAttribs ); in importDdeItem() 536 xExtName->importOleItem( rAttribs ); in importOleItem() [all …]
|
H A D | pivotcachefragment.cxx | 61 case XLS_TOKEN( rangePr ): mrCacheField.importRangePr( rAttribs ); break; in onCreateContext() 67 … case XLS_TOKEN( sharedItems ): mrCacheField.importSharedItem( nElement, rAttribs ); break; in onCreateContext() 68 … case XLS_TOKEN( discretePr ): mrCacheField.importDiscretePrItem( nElement, rAttribs ); break; in onCreateContext() 74 void PivotCacheFieldContext::onStartElement( const AttributeList& rAttribs ) in onStartElement() argument 77 mrCacheField.importCacheField( rAttribs ); in onStartElement() 248 case XLS_TOKEN( s ): aItem.readString( rAttribs ); break; in onCreateContext() 249 case XLS_TOKEN( n ): aItem.readNumeric( rAttribs ); break; in onCreateContext() 250 case XLS_TOKEN( d ): aItem.readDate( rAttribs ); break; in onCreateContext() 251 case XLS_TOKEN( b ): aItem.readBool( rAttribs ); break; in onCreateContext() 252 case XLS_TOKEN( e ): aItem.readError( rAttribs, getUnitConverter() ); break; in onCreateContext() [all …]
|
H A D | pivottablefragment.cxx | 58 if( nElement == XLS_TOKEN( item ) ) mrTableField.importItem( rAttribs ); in onCreateContext() 70 if( nElement == XLS_TOKEN( x ) ) mrTableField.importReferenceItem( rAttribs ); in onCreateContext() 76 void PivotTableFieldContext::onStartElement( const AttributeList& rAttribs ) in onStartElement() argument 79 mrTableField.importPivotField( rAttribs ); in onStartElement() 137 if( nElement == XLS_TOKEN( top10 ) ) mrTableFilter.importTop10( rAttribs ); in onCreateContext() 143 void PivotTableFilterContext::onStartElement( const AttributeList& rAttribs ) in onStartElement() argument 146 mrTableFilter.importFilter( rAttribs ); in onStartElement() 205 if( nElement == XLS_TOKEN( field ) ) mrPivotTable.importRowField( rAttribs ); in onCreateContext() 208 if( nElement == XLS_TOKEN( field ) ) mrPivotTable.importColField( rAttribs ); in onCreateContext() 211 if( nElement == XLS_TOKEN( pageField ) ) mrPivotTable.importPageField( rAttribs ); in onCreateContext() [all …]
|
H A D | sheetdatacontext.cxx | 132 if( nElement == XLS_TOKEN( c ) && importCell( rAttribs ) ) in onCreateContext() 145 importFormula( rAttribs ); in onCreateContext() 283 void SheetDataContext::importRow( const AttributeList& rAttribs ) in importRow() argument 286 aModel.mnRow = rAttribs.getInteger( XML_r, -1 ); in importRow() 287 aModel.mfHeight = rAttribs.getDouble( XML_ht, -1.0 ); in importRow() 288 aModel.mnXfId = rAttribs.getInteger( XML_s, -1 ); in importRow() 292 aModel.mbShowPhonetic = rAttribs.getBool( XML_ph, false ); in importRow() 293 aModel.mbHidden = rAttribs.getBool( XML_hidden, false ); in importRow() 295 aModel.mbThickTop = rAttribs.getBool( XML_thickTop, false ); in importRow() 318 bool SheetDataContext::importCell( const AttributeList& rAttribs ) in importCell() argument [all …]
|
H A D | condformatbuffer.cxx | 173 void CondFormatRule::importCfRule( const AttributeList& rAttribs ) in importCfRule() argument 176 maModel.mnPriority = rAttribs.getInteger( XML_priority, -1 ); in importCfRule() 180 maModel.mnRank = rAttribs.getInteger( XML_rank, 0 ); in importCfRule() 181 maModel.mnStdDev = rAttribs.getInteger( XML_stdDev, 0 ); in importCfRule() 182 maModel.mnDxfId = rAttribs.getInteger( XML_dxfId, -1 ); in importCfRule() 183 maModel.mbStopIfTrue = rAttribs.getBool( XML_stopIfTrue, false ); in importCfRule() 184 maModel.mbBottom = rAttribs.getBool( XML_bottom, false ); in importCfRule() 185 maModel.mbPercent = rAttribs.getBool( XML_percent, false ); in importCfRule() 632 maModel.mbPivot = rAttribs.getBool( XML_pivot, false ); in importConditionalFormatting() 638 xRule->importCfRule( rAttribs ); in importCfRule() [all …]
|
/aoo4110/main/oox/inc/oox/drawingml/chart/ |
H A D | seriescontext.hxx | 45 …:oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ); 61 …:oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ); 77 …:oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ); 92 …:oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ); 107 …:oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ); 122 …:oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ); 138 …:oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ); 153 …:oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ); 166 …:oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ); 179 …:oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ); [all …]
|
/aoo4110/main/oox/inc/oox/xls/ |
H A D | worksheetfragment.hxx | 48 void importDataValidation( const AttributeList& rAttribs ); 77 void importPageSetUpPr( const AttributeList& rAttribs ); 79 void importDimension( const AttributeList& rAttribs ); 81 void importSheetFormatPr( const AttributeList& rAttribs ); 83 void importCol( const AttributeList& rAttribs ); 85 void importMergeCell( const AttributeList& rAttribs ); 87 void importHyperlink( const AttributeList& rAttribs ); 91 void importDrawing( const AttributeList& rAttribs ); 93 void importLegacyDrawing( const AttributeList& rAttribs ); 95 void importOleObject( const AttributeList& rAttribs ); [all …]
|
H A D | stylesbuffer.hxx | 108 void importColor( const AttributeList& rAttribs ); 140 void importPaletteColor( const AttributeList& rAttribs ); 387 void importAlignment( const AttributeList& rAttribs ); 453 void importProtection( const AttributeList& rAttribs ); 543 void importBorder( const AttributeList& rAttribs ); 661 void importFgColor( const AttributeList& rAttribs ); 663 void importBgColor( const AttributeList& rAttribs ); 759 void importAlignment( const AttributeList& rAttribs ); 823 void importNumFmt( const AttributeList& rAttribs ); 825 void importAlignment( const AttributeList& rAttribs ); [all …]
|
H A D | pivotcachebuffer.hxx | 53 void readString( const AttributeList& rAttribs ); 55 void readNumeric( const AttributeList& rAttribs ); 57 void readDate( const AttributeList& rAttribs ); 59 void readBool( const AttributeList& rAttribs ); 63 void readIndex( const AttributeList& rAttribs ); 222 void importCacheField( const AttributeList& rAttribs ); 224 void importSharedItems( const AttributeList& rAttribs ); 228 void importFieldGroup( const AttributeList& rAttribs ); 230 void importRangePr( const AttributeList& rAttribs ); 385 void importPivotCacheDefinition( const AttributeList& rAttribs ); [all …]
|
/aoo4110/main/oox/inc/oox/vml/ |
H A D | vmlshapecontext.hxx | 54 onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ); 68 const AttributeList& rAttribs ); 71 onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ); 90 const AttributeList& rAttribs ); 104 const AttributeList& rAttribs ); 107 onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ); 114 …OptValue< ::rtl::OUString > decodeFragmentPath( const AttributeList& rAttribs, sal_Int32 nToken ) … 128 const AttributeList& rAttribs ); 131 onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ); 149 const AttributeList& rAttribs ); [all …]
|