| /trunk/main/oox/source/vml/ |
| H A D | vmlshapecontext.cxx | 49 OptValue< bool > lclDecodeBool( const AttributeList& rAttribs, sal_Int32 nToken ) in lclDecodeBool() argument 51 OptValue< OUString > oValue = rAttribs.getString( nToken ); in lclDecodeBool() 59 OptValue< double > lclDecodePercent( const AttributeList& rAttribs, sal_Int32 nToken, double fDefVa… in lclDecodePercent() argument 61 OptValue< OUString > oValue = rAttribs.getString( nToken ); in lclDecodePercent() 69 OptValue< double > lclDecodeOpacity( const AttributeList& rAttribs, sal_Int32 nToken, double fDefVa… in lclDecodeOpacity() argument 71 OptValue< OUString > oValue = rAttribs.getString( nToken ); in lclDecodeOpacity() 97 OptValue< Int32Pair > lclDecodeInt32Pair( const AttributeList& rAttribs, sal_Int32 nToken ) in lclDecodeInt32Pair() argument 99 OptValue< OUString > oValue = rAttribs.getString( nToken ); in lclDecodeInt32Pair() 112 OptValue< DoublePair > lclDecodePercentPair( const AttributeList& rAttribs, sal_Int32 nToken ) in lclDecodePercentPair() argument 114 OptValue< OUString > oValue = rAttribs.getString( nToken ); in lclDecodePercentPair() [all …]
|
| /trunk/main/oox/source/drawingml/chart/ |
| H A D | seriescontext.cxx | 48 sal_Int32 nElement, const AttributeList& rAttribs, DataLabelModelBase& orModel ) in lclDataLabelSharedCreateContext() argument 54 orModel.mbDeleted = rAttribs.getBool( XML_val, false ); in lclDataLabelSharedCreateContext() 57 orModel.monLabelPos = rAttribs.getToken( XML_val, XML_TOKEN_INVALID ); 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() [all …]
|
| H A D | typegroupcontext.cxx | 49 …tHandlerRef UpDownBarsContext::onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) in onCreateContext() argument 59 mrModel.mnGapWidth = rAttribs.getInteger( XML_val, 150 ); in onCreateContext() 80 …ndlerRef AreaTypeGroupContext::onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) in onCreateContext() argument 85 mrModel.maAxisIds.push_back( rAttribs.getInteger( XML_val, -1 ) ); in onCreateContext() 92 mrModel.mnGapDepth = rAttribs.getInteger( XML_val, 150 ); in onCreateContext() 95 mrModel.mnGrouping = rAttribs.getToken( XML_val, XML_standard ); in onCreateContext() 101 mrModel.mbVaryColors = rAttribs.getBool( XML_val, false ); in onCreateContext() 118 …andlerRef BarTypeGroupContext::onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) in onCreateContext() argument 123 mrModel.maAxisIds.push_back( rAttribs.getInteger( XML_val, -1 ) ); in onCreateContext() 126 mrModel.mnBarDir = rAttribs.getToken( XML_val, XML_col ); in onCreateContext() [all …]
|
| H A D | axiscontext.cxx | 52 …ndlerRef AxisDispUnitsContext::onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) in onCreateContext() argument 60 mrModel.mnBuiltInUnit = rAttribs.getToken( XML_val, XML_thousands ); in onCreateContext() 63 mrModel.mfCustomUnit = rAttribs.getDouble( XML_val, 0.0 ); in onCreateContext() 98 …extHandlerRef AxisContextBase::onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) in onCreateContext() argument 109 mrModel.mnAxisId = rAttribs.getInteger( XML_val, -1 ); in onCreateContext() 112 mrModel.mnCrossAxisId = rAttribs.getInteger( XML_val, -1 ); in onCreateContext() 115 mrModel.mnCrossMode = rAttribs.getToken( XML_val, XML_autoZero ); in onCreateContext() 118 mrModel.mofCrossesAt = rAttribs.getDouble( XML_val, 0.0 ); in onCreateContext() 122 mrModel.mbDeleted = rAttribs.getBool( XML_val, false ); in onCreateContext() 128 mrModel.mnMajorTickMark = rAttribs.getToken( XML_val, XML_out ); in onCreateContext() [all …]
|
| /trunk/main/oox/source/xls/ |
| H A D | pivottablebuffer.cxx | 326 void PivotTableField::importPivotField( const AttributeList& rAttribs ) in importPivotField() argument 333 maModel.mnAxis = rAttribs.getToken( XML_axis, XML_TOKEN_INVALID ); in importPivotField() 334 maModel.mnNumFmtId = rAttribs.getInteger( XML_numFmtId, 0 ); in importPivotField() 335 maModel.mnAutoShowItems = rAttribs.getInteger( XML_itemPageCount, 10 ); in importPivotField() 336 maModel.mnAutoShowRankBy = rAttribs.getInteger( XML_rankBy, -1 ); in importPivotField() 337 maModel.mnSortType = rAttribs.getToken( XML_sortType, XML_manual ); in importPivotField() 338 maModel.mbDataField = rAttribs.getBool( XML_dataField, false ); in importPivotField() 339 maModel.mbDefaultSubtotal = rAttribs.getBool( XML_defaultSubtotal, true ); in importPivotField() 340 maModel.mbSumSubtotal = rAttribs.getBool( XML_sumSubtotal, false ); in importPivotField() 341 maModel.mbCountASubtotal = rAttribs.getBool( XML_countASubtotal, false ); in importPivotField() [all …]
|
| H A D | worksheetfragment.cxx | 101 …lerRef DataValidationsContext::onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) in onCreateContext() argument 108 importDataValidation( rAttribs ); in onCreateContext() 157 void DataValidationsContext::importDataValidation( const AttributeList& rAttribs ) in importDataValidation() argument 160 …getAddressConverter().convertToCellRangeList( mxValModel->maRanges, rAttribs.getString( XML_sqref,… in importDataValidation() 161 mxValModel->msRef = rAttribs.getString( XML_sqref, OUString() ); in importDataValidation() 162 mxValModel->maInputTitle = rAttribs.getXString( XML_promptTitle, OUString() ); in importDataValidation() 163 mxValModel->maInputMessage = rAttribs.getXString( XML_prompt, OUString() ); in importDataValidation() 164 mxValModel->maErrorTitle = rAttribs.getXString( XML_errorTitle, OUString() ); in importDataValidation() 165 mxValModel->maErrorMessage = rAttribs.getXString( XML_error, OUString() ); in importDataValidation() 166 mxValModel->mnType = rAttribs.getToken( XML_type, XML_none ); in importDataValidation() [all …]
|
| H A D | worksheetsettings.cxx | 120 void WorksheetSettings::importSheetPr( const AttributeList& rAttribs ) in importSheetPr() argument 122 maSheetSettings.maCodeName = rAttribs.getString( XML_codeName, OUString() ); in importSheetPr() 123 maSheetSettings.mbFilterMode = rAttribs.getBool( XML_filterMode, false ); in importSheetPr() 126 void WorksheetSettings::importChartSheetPr( const AttributeList& rAttribs ) in importChartSheetPr() argument 128 maSheetSettings.maCodeName = rAttribs.getString( XML_codeName, OUString() ); in importChartSheetPr() 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 138 maSheetSettings.mbApplyStyles = rAttribs.getBool( XML_applyStyles, false ); in importOutlinePr() 139 maSheetSettings.mbSummaryBelow = rAttribs.getBool( XML_summaryBelow, true ); in importOutlinePr() [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() 181 void PivotCacheItem::readNumeric( const AttributeList& rAttribs ) in readNumeric() argument 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() 199 void PivotCacheItem::readError( const AttributeList& rAttribs, const UnitConverter& rUnitConverter ) in readError() argument 201 …maValue <<= static_cast< sal_Int32 >( rUnitConverter.calcBiffErrorCode( rAttribs.getXString( XML_v… in readError() [all …]
|
| H A D | stylesfragment.cxx | 44 …ndlerRef IndexedColorsContext::onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) in onCreateContext() argument 49 if( nElement == XLS_TOKEN( rgbColor ) ) getStyles().importPaletteColor( rAttribs ); in onCreateContext() 68 ContextHandlerRef FontContext::onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) in onCreateContext() argument 71 mxFont->importAttribs( nElement, rAttribs ); in onCreateContext() 77 void BorderContext::onStartElement( const AttributeList& rAttribs ) in onStartElement() argument 80 mxBorder->importBorder( rAttribs ); in onStartElement() 83 ContextHandlerRef BorderContext::onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs… in onCreateContext() argument 88 mxBorder->importStyle( nElement, rAttribs ); in onCreateContext() 93 mxBorder->importColor( getCurrentElement(), rAttribs ); in onCreateContext() 100 ContextHandlerRef FillContext::onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) in onCreateContext() argument [all …]
|
| H A D | connectionsbuffer.cxx | 214 void Connection::importConnection( const AttributeList& rAttribs ) in importConnection() argument 216 maModel.maName = rAttribs.getXString( XML_name, OUString() ); in importConnection() 217 maModel.maDescription = rAttribs.getXString( XML_description, OUString() ); in importConnection() 218 maModel.maSourceFile = rAttribs.getXString( XML_sourceFile, OUString() ); in importConnection() 219 maModel.maSourceConnFile = rAttribs.getXString( XML_odcFile, OUString() ); in importConnection() 220 maModel.maSsoId = rAttribs.getXString( XML_singleSignOnId, OUString() ); in importConnection() 221 maModel.mnId = rAttribs.getInteger( XML_id, -1 ); in importConnection() 223 maModel.mnType = rAttribs.getInteger( XML_type, BIFF12_CONNECTION_UNKNOWN ); in importConnection() 224 …maModel.mnReconnectMethod = rAttribs.getInteger( XML_reconnectionMethod, BIFF12_RECONNECT_AS_REQUI… in importConnection() 225 maModel.mnCredentials = rAttribs.getToken( XML_credentials, XML_integrated ); in importConnection() [all …]
|
| H A D | viewsettings.cxx | 226 void SheetViewSettings::importSheetView( const AttributeList& rAttribs ) in importSheetView() argument 229 rModel.maGridColor.setIndexed( rAttribs.getInteger( XML_colorId, OOX_COLOR_WINDOWTEXT ) ); in importSheetView() 230 …rModel.maFirstPos = getAddressConverter().createValidCellAddress( rAttribs.getString( XML_t… in importSheetView() 231 rModel.mnWorkbookViewId = rAttribs.getToken( XML_workbookViewId, 0 ); in importSheetView() 232 rModel.mnViewType = rAttribs.getToken( XML_view, XML_normal ); in importSheetView() 233 rModel.mnCurrentZoom = rAttribs.getInteger( XML_zoomScale, 100 ); in importSheetView() 234 rModel.mnNormalZoom = rAttribs.getInteger( XML_zoomScaleNormal, 0 ); in importSheetView() 235 rModel.mnSheetLayoutZoom = rAttribs.getInteger( XML_zoomScaleSheetLayoutView, 0 ); in importSheetView() 236 rModel.mnPageLayoutZoom = rAttribs.getInteger( XML_zoomScalePageLayoutView, 0 ); in importSheetView() 237 rModel.mbSelected = rAttribs.getBool( XML_tabSelected, false ); in importSheetView() [all …]
|
| H A D | pagesettings.cxx | 162 void PageSettings::importPrintOptions( const AttributeList& rAttribs ) in importPrintOptions() argument 164 maModel.mbHorCenter = rAttribs.getBool( XML_horizontalCentered, false ); in importPrintOptions() 165 maModel.mbVerCenter = rAttribs.getBool( XML_verticalCentered, false ); in importPrintOptions() 166 maModel.mbPrintGrid = rAttribs.getBool( XML_gridLines, false ); in importPrintOptions() 167 maModel.mbPrintHeadings = rAttribs.getBool( XML_headings, false ); in importPrintOptions() 170 void PageSettings::importPageMargins( const AttributeList& rAttribs ) in importPageMargins() argument 172 maModel.mfLeftMargin = rAttribs.getDouble( XML_left, OOX_MARGIN_DEFAULT_LR ); in importPageMargins() 173 maModel.mfRightMargin = rAttribs.getDouble( XML_right, OOX_MARGIN_DEFAULT_LR ); in importPageMargins() 174 maModel.mfTopMargin = rAttribs.getDouble( XML_top, OOX_MARGIN_DEFAULT_TB ); in importPageMargins() 175 maModel.mfBottomMargin = rAttribs.getDouble( XML_bottom, OOX_MARGIN_DEFAULT_TB ); in importPageMargins() [all …]
|
| H A D | workbooksettings.cxx | 122 void WorkbookSettings::importFileSharing( const AttributeList& rAttribs ) in importFileSharing() argument 124 maFileSharing.maUserName = rAttribs.getXString( XML_userName, OUString() ); in importFileSharing() 125 …maFileSharing.mnPasswordHash = CodecHelper::getPasswordHash( rAttribs, XML_reservationPasswor… in importFileSharing() 126 maFileSharing.mbRecommendReadOnly = rAttribs.getBool( XML_readOnlyRecommended, false ); in importFileSharing() 129 void WorkbookSettings::importWorkbookPr( const AttributeList& rAttribs ) in importWorkbookPr() argument 131 maBookSettings.maCodeName = rAttribs.getString( XML_codeName, OUString() ); in importWorkbookPr() 132 maBookSettings.mnShowObjectMode = rAttribs.getToken( XML_showObjects, XML_all ); in importWorkbookPr() 133 maBookSettings.mnUpdateLinksMode = rAttribs.getToken( XML_updateLinks, XML_userSet ); in importWorkbookPr() 134 maBookSettings.mnDefaultThemeVer = rAttribs.getInteger( XML_defaultThemeVersion, -1 ); in importWorkbookPr() 135 maBookSettings.mbSaveExtLinkValues = rAttribs.getBool( XML_saveExternalLinkValues, true ); in importWorkbookPr() [all …]
|
| H A D | stylesbuffer.cxx | 348 void Color::importColor( const AttributeList& rAttribs ) in importColor() argument 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() 356 else if( rAttribs.hasAttribute( XML_indexed ) ) in importColor() 357 setIndexed( rAttribs.getInteger( XML_indexed, -1 ), rAttribs.getDouble( XML_tint, 0.0 ) ); in importColor() 512 void ColorPalette::importPaletteColor( const AttributeList& rAttribs ) in importPaletteColor() argument 514 appendColor( rAttribs.getIntegerHex( XML_rgb, API_RGB_WHITE ) ); in importPaletteColor() [all …]
|
| H A D | externallinkbuffer.cxx | 107 void ExternalName::importDefinedName( const AttributeList& rAttribs ) in importDefinedName() argument 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() 120 maExtNameModel.mbStdDocName = rAttribs.getBool( XML_ole, false ); in importDdeItem() 121 maExtNameModel.mbNotify = rAttribs.getBool( XML_advise, false ); in importDdeItem() 122 maExtNameModel.mbPreferPic = rAttribs.getBool( XML_preferPic, false ); 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() [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() 194 maModel.mnGrowShrinkType = rAttribs.getToken( XML_growShrinkType, XML_insertDelete ); 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() 199 maModel.mbBackground = rAttribs.getBool( XML_backgroundRefresh, true ); in importQueryTable() 200 maModel.mbFirstBackground = rAttribs.getBool( XML_firstBackgroundRefresh, false ); in importQueryTable() [all …]
|
| H A D | pivotcachefragment.cxx | 49 …lerRef PivotCacheFieldContext::onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) in onCreateContext() argument 54 …if( nElement == XLS_TOKEN( sharedItems ) ) { mrCacheField.importSharedItems( rAttribs ); return… in onCreateContext() 55 …if( nElement == XLS_TOKEN( fieldGroup ) ) { mrCacheField.importFieldGroup( rAttribs ); return… in onCreateContext() 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() 69 … case XLS_TOKEN( groupItems ): mrCacheField.importGroupItem( nElement, rAttribs ); break; in onCreateContext() 74 void PivotCacheFieldContext::onStartElement( const AttributeList& rAttribs ) in onStartElement() argument 77 mrCacheField.importCacheField( rAttribs ); in onStartElement() 123 … PivotCacheDefinitionFragment::onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) in onCreateContext() argument [all …]
|
| H A D | sheetdatacontext.cxx | 127 …xtHandlerRef SheetDataContext::onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) in onCreateContext() argument 132 if( nElement == XLS_TOKEN( row ) ) { importRow( rAttribs ); return this; } in onCreateContext() 137 if( nElement == XLS_TOKEN( c ) && importCell( rAttribs ) ) in onCreateContext() 150 importFormula( rAttribs ); in onCreateContext() 297 void SheetDataContext::importRow( const AttributeList& rAttribs ) in importRow() argument 300 aModel.mnRow = rAttribs.getInteger( XML_r, -1 ); in importRow() 306 aModel.mfHeight = rAttribs.getDouble( XML_ht, -1.0 ); in importRow() 307 aModel.mnXfId = rAttribs.getInteger( XML_s, -1 ); in importRow() 308 aModel.mnLevel = rAttribs.getInteger( XML_outlineLevel, 0 ); in importRow() 309 aModel.mbCustomHeight = rAttribs.getBool( XML_customHeight, false ); in importRow() [all …]
|
| H A D | pivottablefragment.cxx | 46 …lerRef PivotTableFieldContext::onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) in onCreateContext() argument 58 if( nElement == XLS_TOKEN( item ) ) mrTableField.importItem( rAttribs ); in onCreateContext() 67 …if( nElement == XLS_TOKEN( reference ) ) { mrTableField.importReference( rAttribs ); return this; } 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() 126 …erRef PivotTableFilterContext::onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) in onCreateContext() argument 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() [all …]
|
| H A D | condformatbuffer.cxx | 173 void CondFormatRule::importCfRule( const AttributeList& rAttribs ) in importCfRule() argument 175 maModel.maText = rAttribs.getString( XML_text, OUString() ); in importCfRule() 176 maModel.mnPriority = rAttribs.getInteger( XML_priority, -1 ); in importCfRule() 177 maModel.mnType = rAttribs.getToken( XML_type, XML_TOKEN_INVALID ); in importCfRule() 178 maModel.mnOperator = rAttribs.getToken( XML_operator, XML_TOKEN_INVALID ); in importCfRule() 179 maModel.mnTimePeriod = rAttribs.getToken( XML_timePeriod, XML_TOKEN_INVALID ); 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() [all …]
|
| /trunk/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 …]
|
| /trunk/main/oox/inc/oox/xls/ |
| H A D | worksheetfragment.hxx | 40 …:oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ); 48 void importDataValidation( const AttributeList& rAttribs ); 66 …:oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, 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 ); 89 void importBrk( const AttributeList& rAttribs, bool bRowBreak ); [all …]
|
| H A D | stylesbuffer.hxx | 108 void importColor( const AttributeList& rAttribs ); 140 void importPaletteColor( const AttributeList& rAttribs ); 258 void importAttribs( sal_Int32 nElement, const AttributeList& rAttribs ); 387 void importAlignment( const AttributeList& rAttribs ); 453 void importProtection( const AttributeList& rAttribs ); 543 void importBorder( const AttributeList& rAttribs ); 545 void importStyle( sal_Int32 nElement, const AttributeList& rAttribs ); 547 void importColor( sal_Int32 nElement, const AttributeList& rAttribs ); 659 void importPatternFill( const AttributeList& rAttribs ); 661 void importFgColor( 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 ); 61 …void readError( const AttributeList& rAttribs, const UnitConverter& rUnitConverter … 63 void readIndex( const AttributeList& rAttribs ); 111 void importItem( sal_Int32 nElement, const AttributeList& rAttribs ); 222 void importCacheField( const AttributeList& rAttribs ); 224 void importSharedItems( const AttributeList& rAttribs ); 226 void importSharedItem( sal_Int32 nElement, const AttributeList& rAttribs ); [all …]
|
| /trunk/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 …]
|