Lines Matching refs:rAttribs

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()
201 maModel.mbRefreshOnLoad = rAttribs.getBool( XML_refreshOnLoad, false ); in importQueryTable()
202 maModel.mbFillFormulas = rAttribs.getBool( XML_fillFormulas, false ); in importQueryTable()
203 maModel.mbRemoveDataOnSave = rAttribs.getBool( XML_removeDataOnSave, false ); in importQueryTable()
204 maModel.mbDisableEdit = rAttribs.getBool( XML_disableEdit, false ); in importQueryTable()
205 maModel.mbPreserveFormat = rAttribs.getBool( XML_preserveFormatting, true ); in importQueryTable()
206 maModel.mbAdjustColWidth = rAttribs.getBool( XML_adjustColumnWidth, true ); in importQueryTable()
207 maModel.mbIntermediate = rAttribs.getBool( XML_intermediate, false ); in importQueryTable()
208 maModel.mbApplyNumFmt = rAttribs.getBool( XML_applyNumberFormats, false ); in importQueryTable()
209 maModel.mbApplyFont = rAttribs.getBool( XML_applyFontFormats, false ); in importQueryTable()
210 maModel.mbApplyAlignment = rAttribs.getBool( XML_applyAlignmentFormats, false ); in importQueryTable()
211 maModel.mbApplyBorder = rAttribs.getBool( XML_applyBorderFormats, false ); in importQueryTable()
212 maModel.mbApplyFill = rAttribs.getBool( XML_applyPatternFormats, false ); in importQueryTable()
214 maModel.mbApplyProtection = rAttribs.getBool( XML_applyWidthHeightFormats, false ); in importQueryTable()