Home
last modified time | relevance | path

Searched refs:getBool (Results 1 – 25 of 155) sorted by relevance

1234567

/trunk/main/oox/source/xls/
H A Dworksheetsettings.cxx123 maSheetSettings.mbFilterMode = rAttribs.getBool( XML_filterMode, false ); in importSheetPr()
146 maSheetProt.mbSheet = rAttribs.getBool( XML_sheet, false ); in importSheetProtection()
147 maSheetProt.mbObjects = rAttribs.getBool( XML_objects, false ); in importSheetProtection()
148 maSheetProt.mbScenarios = rAttribs.getBool( XML_scenarios, false ); in importSheetProtection()
151 maSheetProt.mbFormatRows = rAttribs.getBool( XML_formatRows, true ); in importSheetProtection()
153 maSheetProt.mbInsertRows = rAttribs.getBool( XML_insertRows, true ); in importSheetProtection()
156 maSheetProt.mbDeleteRows = rAttribs.getBool( XML_deleteRows, true ); in importSheetProtection()
158 maSheetProt.mbSort = rAttribs.getBool( XML_sort, true ); in importSheetProtection()
159 maSheetProt.mbAutoFilter = rAttribs.getBool( XML_autoFilter, true ); in importSheetProtection()
167 maSheetProt.mbSheet = rAttribs.getBool( XML_content, false ); in importChartProtection()
[all …]
H A Dpivottablebuffer.cxx338 maModel.mbDataField = rAttribs.getBool( XML_dataField, false ); in importPivotField()
340 maModel.mbSumSubtotal = rAttribs.getBool( XML_sumSubtotal, false ); in importPivotField()
342 maModel.mbAverageSubtotal = rAttribs.getBool( XML_avgSubtotal, false ); in importPivotField()
351 maModel.mbShowAll = rAttribs.getBool( XML_showAll, true ); in importPivotField()
352 maModel.mbOutline = rAttribs.getBool( XML_outline, true ); in importPivotField()
353 maModel.mbSubtotalTop = rAttribs.getBool( XML_subtotalTop, true ); in importPivotField()
356 maModel.mbAutoShow = rAttribs.getBool( XML_autoShow, false ); in importPivotField()
357 maModel.mbTopAutoShow = rAttribs.getBool( XML_topAutoShow, true ); in importPivotField()
366 aModel.mbShowDetails = rAttribs.getBool( XML_sd, true ); in importItem()
367 aModel.mbHidden = rAttribs.getBool( XML_h, false ); in importItem()
[all …]
H A Dquerytablebuffer.cxx196 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()
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()
206 maModel.mbAdjustColWidth = rAttribs.getBool( XML_adjustColumnWidth, true ); in importQueryTable()
207 maModel.mbIntermediate = rAttribs.getBool( XML_intermediate, false ); in importQueryTable()
[all …]
H A Dconnectionsbuffer.cxx227 maModel.mbKeepAlive = rAttribs.getBool( XML_keepAlive, false ); in importConnection()
228 maModel.mbNew = rAttribs.getBool( XML_new, false ); in importConnection()
229 maModel.mbDeleted = rAttribs.getBool( XML_deleted, false ); in importConnection()
233 maModel.mbSaveData = rAttribs.getBool( XML_saveData, false ); in importConnection()
245 rWebPr.mbXml = rAttribs.getBool( XML_xml, false ); in importWebPr()
246 rWebPr.mbSourceData = rAttribs.getBool( XML_sourceData, 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()
251 rWebPr.mbTextDates = rAttribs.getBool( XML_textDates, false ); in importWebPr()
[all …]
H A Dpivotcachebuffer.cxx195 maValue <<= rAttribs.getBool( XML_v, false ); in readBool()
500 maFieldModel.mbDatabaseField = rAttribs.getBool( XML_databaseField, true ); in importCacheField()
501 maFieldModel.mbServerField = rAttribs.getBool( XML_serverField, false ); in importCacheField()
502 maFieldModel.mbUniqueList = rAttribs.getBool( XML_uniqueList, true ); in importCacheField()
517 maSharedItemsModel.mbHasLongText = rAttribs.getBool( XML_longText, false ); in importSharedItems()
541 maFieldGroupModel.mbAutoStart = rAttribs.getBool( XML_autoStart, true ); in importRangePr()
542 maFieldGroupModel.mbAutoEnd = rAttribs.getBool( XML_autoEnd, true ); in importRangePr()
1058 maDefModel.mbInvalid = rAttribs.getBool( XML_invalid, false ); in importPivotCacheDefinition()
1059 maDefModel.mbSaveData = rAttribs.getBool( XML_saveData, true ); in importPivotCacheDefinition()
1062 maDefModel.mbEnableRefresh = rAttribs.getBool( XML_enableRefresh, true ); in importPivotCacheDefinition()
[all …]
H A Dviewsettings.cxx237 rModel.mbSelected = rAttribs.getBool( XML_tabSelected, false ); in importSheetView()
238 rModel.mbRightToLeft = rAttribs.getBool( XML_rightToLeft, false ); in importSheetView()
239 rModel.mbDefGridColor = rAttribs.getBool( XML_defaultGridColor, true ); in importSheetView()
240 rModel.mbShowFormulas = rAttribs.getBool( XML_showFormulas, false ); in importSheetView()
241 rModel.mbShowGrid = rAttribs.getBool( XML_showGridLines, true ); in importSheetView()
242 rModel.mbShowHeadings = rAttribs.getBool( XML_showRowColHeaders, true ); in importSheetView()
243 rModel.mbShowZeros = rAttribs.getBool( XML_showZeros, true ); in importSheetView()
283 rModel.mbSelected = rAttribs.getBool( XML_tabSelected, false ); in importChartSheetView()
284 rModel.mbZoomToFit = rAttribs.getBool( XML_zoomToFit, false ); in importChartSheetView()
635 rModel.mbShowTabBar = rAttribs.getBool( XML_showSheetTabs, true ); in importWorkbookView()
[all …]
H A Dworkbooksettings.cxx126 maFileSharing.mbRecommendReadOnly = rAttribs.getBool( XML_readOnlyRecommended, false ); in importFileSharing()
135 maBookSettings.mbSaveExtLinkValues = rAttribs.getBool( XML_saveExternalLinkValues, true ); in importWorkbookPr()
136 setDateMode( rAttribs.getBool( XML_date1904, false ) ); in importWorkbookPr()
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()
150 maCalcSettings.mbIterate = rAttribs.getBool( XML_iterate, false ); in importCalcPr()
151 maCalcSettings.mbConcurrent = rAttribs.getBool( XML_concurrentCalc, true ); in importCalcPr()
H A Dpagesettings.cxx165 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()
195 maModel.mbValidSettings = rAttribs.getBool( XML_usePrinterDefaults, true ); in importPageSetup()
197 maModel.mbBlackWhite = rAttribs.getBool( XML_blackAndWhite, false ); in importPageSetup()
198 maModel.mbDraftQuality = rAttribs.getBool( XML_draft, false ); in importPageSetup()
210 maModel.mbValidSettings = rAttribs.getBool( XML_usePrinterDefaults, true ); in importChartPageSetup()
212 maModel.mbBlackWhite = rAttribs.getBool( XML_blackAndWhite, false ); in importChartPageSetup()
213 maModel.mbDraftQuality = rAttribs.getBool( XML_draft, false ); in importChartPageSetup()
218 maModel.mbUseEvenHF = rAttribs.getBool( XML_differentOddEven, false ); in importHeaderFooter()
[all …]
H A Dsheetdatacontext.cxx309 aModel.mbCustomHeight = rAttribs.getBool( XML_customHeight, false ); in importRow()
310 aModel.mbCustomFormat = rAttribs.getBool( XML_customFormat, false ); in importRow()
311 aModel.mbShowPhonetic = rAttribs.getBool( XML_ph, false ); in importRow()
312 aModel.mbHidden = rAttribs.getBool( XML_hidden, false ); in importRow()
313 aModel.mbCollapsed = rAttribs.getBool( XML_collapsed, false ); in importRow()
314 aModel.mbThickTop = rAttribs.getBool( XML_thickTop, false ); in importRow()
315 aModel.mbThickBottom = rAttribs.getBool( XML_thickBot, false ); in importRow()
357 maCellData.mbShowPhonetic = rAttribs.getBool( XML_ph, false ); in importCell()
382 maTableData.mb2dTable = rAttribs.getBool( XML_dt2D, false ); in importFormula()
383 maTableData.mbRowTable = rAttribs.getBool( XML_dtr, false ); in importFormula()
[all …]
H A Dworksheetfragment.cxx174 mxValModel->mbNoDropDown = rAttribs.getBool( XML_showDropDown, false ); in importDataValidation()
175 mxValModel->mbAllowBlank = rAttribs.getBool( XML_allowBlank, false ); in importDataValidation()
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()
530 aModel.mbShowPhonetic = rAttribs.getBool( XML_phonetic, false ); in importCol()
531 aModel.mbHidden = rAttribs.getBool( XML_hidden, false ); in importCol()
532 aModel.mbCollapsed = rAttribs.getBool( XML_collapsed, false ); in importCol()
563 aModel.mbManual = rAttribs.getBool( XML_man, false ); in importBrk()
[all …]
H A Dstylesbuffer.cxx350 if( rAttribs.getBool( XML_auto, false ) ) in importColor()
768 maModel.mbBold = rAttribs.getBool( XML_val, true ); in importAttribs()
772 maModel.mbItalic = rAttribs.getBool( XML_val, true ); in importAttribs()
776 maModel.mbStrikeout = rAttribs.getBool( XML_val, true ); in importAttribs()
780 maModel.mbOutline = rAttribs.getBool( XML_val, true ); in importAttribs()
784 maModel.mbShadow = rAttribs.getBool( XML_val, true ); in importAttribs()
1296 maModel.mbWrapText = rAttribs.getBool( XML_wrapText, false ); in importAlignment()
1461 maModel.mbLocked = rAttribs.getBool( XML_locked, true ); in importProtection()
1462 maModel.mbHidden = rAttribs.getBool( XML_hidden, false ); in importProtection()
1633 maModel.mbDiagBLtoTR = rAttribs.getBool( XML_diagonalUp, false ); in importBorder()
[all …]
H A Dcondformatbuffer.cxx183 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()
186 maModel.mbAboveAverage = rAttribs.getBool( XML_aboveAverage, true ); in importCfRule()
187 maModel.mbEqualAverage = rAttribs.getBool( XML_equalAverage, false ); in importCfRule()
632 maModel.mbPivot = rAttribs.getBool( XML_pivot, false ); in importConditionalFormatting()
H A Dautofilterbuffer.cxx224 mbShowBlank = rAttribs.getBool( XML_blank, false ); in importAttribs()
302 mbTop = rAttribs.getBool( XML_top, true ); in importAttribs()
303 mbPercent = rAttribs.getBool( XML_percent, false ); in importAttribs()
468 mbAnd = rAttribs.getBool( XML_and, false ); in importAttribs()
601 mbHiddenButton = rAttribs.getBool( XML_hiddenButton, false ); in importFilterColumn()
602 mbShowButton = rAttribs.getBool( XML_showButton, true ); in importFilterColumn()
/trunk/main/oox/source/drawingml/chart/
H A Dseriescontext.cxx54 orModel.mbDeleted = rAttribs.getBool( XML_val, false ); 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()
179 mrModel.mbApplyToEnd = rAttribs.getBool( XML_val, false ); in onCreateContext()
183 mrModel.mbApplyToFront = rAttribs.getBool( XML_val, false ); in onCreateContext()
227 mrModel.mbNoEndCap = rAttribs.getBool( XML_val, false ); in onCreateContext()
[all …]
H A Dtypegroupcontext.cxx101 mrModel.mbVaryColors = rAttribs.getBool( XML_val, false ); in onCreateContext()
152 mrModel.mbVaryColors = rAttribs.getBool( XML_val, false ); in onCreateContext()
178 mrModel.mbBubble3d = rAttribs.getBool( XML_val, false ); in onCreateContext()
196 mrModel.mbVaryColors = rAttribs.getBool( XML_val, false ); in onCreateContext()
234 mrModel.mbShowMarker = rAttribs.getBool( XML_val, false ); in onCreateContext()
240 mrModel.mbSmooth = rAttribs.getBool( XML_val, false ); in onCreateContext()
246 mrModel.mbVaryColors = rAttribs.getBool( XML_val, false ); in onCreateContext()
296 mrModel.mbVaryColors = rAttribs.getBool( XML_val, false ); in onCreateContext()
329 mrModel.mbVaryColors = rAttribs.getBool( XML_val, false ); in onCreateContext()
362 mrModel.mbVaryColors = rAttribs.getBool( XML_val, false ); in onCreateContext()
[all …]
H A Daxiscontext.cxx122 mrModel.mbDeleted = rAttribs.getBool( XML_val, false ); in onCreateContext()
191 mrModel.mbAuto = rAttribs.getBool( XML_val, false ); in onCreateContext()
204 mrModel.mbNoMultiLevel = rAttribs.getBool( XML_val, false ); in onCreateContext()
233 mrModel.mbAuto = rAttribs.getBool( XML_val, false ); in onCreateContext()
H A Dchartspacefragment.cxx91 mrModel.mbAutoTitleDel = rAttribs.getBool( XML_val, false ); in onCreateContext()
106 mrModel.mbPlotVisOnly = rAttribs.getBool( XML_val, false ); in onCreateContext()
110 mrModel.mbShowLabelsOverMax = rAttribs.getBool( XML_val, false ); in onCreateContext()
/trunk/main/oox/source/drawingml/table/
H A Dtablecontext.cxx60 mrTableProperties.isRtl() = aAttribs.getBool( XML_rtl, sal_False ); in createFastChildContext()
61 mrTableProperties.isFirstRow() = aAttribs.getBool( XML_firstRow, sal_False ); in createFastChildContext()
62 mrTableProperties.isFirstCol() = aAttribs.getBool( XML_firstCol, sal_False ); in createFastChildContext()
63 mrTableProperties.isLastRow() = aAttribs.getBool( XML_lastRow, sal_False ); in createFastChildContext()
64 mrTableProperties.isLastCol() = aAttribs.getBool( XML_lastCol, sal_False ); in createFastChildContext()
65 mrTableProperties.isBandRow() = aAttribs.getBool( XML_bandRow, sal_False ); in createFastChildContext()
66 mrTableProperties.isBandCol() = aAttribs.getBool( XML_bandCol, sal_False ); in createFastChildContext()
H A Dtablecellcontext.cxx48 mrTableCell.sethMerge( aAttribs.getBool( XML_hMerge, sal_False ) ); in TableCellContext()
49 mrTableCell.setvMerge( aAttribs.getBool( XML_vMerge, sal_False ) ); in TableCellContext()
81 mrTableCell.setAnchorCtr( aAttribs.getBool( XML_anchorCtr, sal_False ) ); in createFastChildContext()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DOfficeProvider.java70 debug = param.getBool(PropertyName.DEBUG_IS_ACTIVE); in backupUserLayer()
160 debug = param.getBool(PropertyName.DEBUG_IS_ACTIVE); in getManager()
186 if ((param.getBool(util.PropertyName.AUTO_RESTART)) && (msf != null)) in getManager()
301 if (!param.getBool(util.PropertyName.DONT_BACKUP_USERLAYER)) in getManager()
374 debug = param.getBool(PropertyName.DEBUG_IS_ACTIVE); in closeExistingOffice()
467 debug = param.getBool(PropertyName.DEBUG_IS_ACTIVE); in disposeOffice()
561 if (!param.getBool(util.PropertyName.DONT_BACKUP_USERLAYER)) in disposeOffice()
717 debug = param.getBool(PropertyName.DEBUG_IS_ACTIVE); in makeAppExecCommand()
723 if (param.getBool(util.PropertyName.USE_PIPE_CONNECTION) == true) in makeAppExecCommand()
/trunk/main/oox/source/ppt/
H A Dheaderfootercontext.cxx40 rHeaderFooter.mbSlideNumber = aAttribs.getBool( XML_sldNum, sal_True ); in HeaderFooterContext()
44 rHeaderFooter.mbHeader = aAttribs.getBool( XML_hdr, sal_True ); in HeaderFooterContext()
48 rHeaderFooter.mbFooter = aAttribs.getBool( XML_ftr, sal_True ); in HeaderFooterContext()
52 rHeaderFooter.mbDateTime = aAttribs.getBool( XML_dt, sal_True ); in HeaderFooterContext()
/trunk/main/wizards/com/sun/star/wizards/common/
H A DNumericalHelper.java138 retValue = getBool(aTypeObject) ? (byte) -1 : (byte) 0; in toByte()
203 retValue = getBool(aTypeObject) ? (char) -1 : (char) 0; in toChar()
259 retValue = getBool(aTypeObject) ? (short) -1 : (short) 0; in toShort()
542 retValue = getBool(aTypeObject) ? -1 : 0; in toInt()
598 retValue = getBool(aTypeObject) ? -1 : 0; in toLong()
654 retValue = getBool(aTypeObject) ? (float) -1 : (float) 0; in toFloat()
710 retValue = getBool(aTypeObject) ? (double) -1 : (double) 0; in toDouble()
1343 private static boolean getBool(TypeObject typeObject) in getBool() method in NumericalHelper
/trunk/main/oox/source/drawingml/
H A Dfillpropertiesgroupcontext.cxx58 mrGradientProps.moRotateWithShape = aAttribs.getBool( XML_rotWithShape ); in GradientFillContext()
80 mrGradientProps.moShadeScaled = aAttribs.getBool( XML_scaled ); in createFastChildContext()
134 mbUseAlpha = aAttribs.getBool( XML_useA, true ); in ColorChangeContext()
210 mrBlipProps.moRotateWithShape = aAttribs.getBool( XML_rotWithShape ); in BlipFillContext()
/trunk/main/connectivity/source/commontools/
H A DRowFunctionParser.cxx116 …ool(mpFirstArg->evaluate(_aRow )->getValue().getBool() && mpSecondArg->evaluate(_aRow )->getValue(… in evaluate()
119 …ool(mpFirstArg->evaluate(_aRow )->getValue().getBool() || mpSecondArg->evaluate(_aRow )->getValue(… in evaluate()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/complex/unoapi/
H A DCheckModuleAPI.java103 mDebug = param.getBool(PropertyName.DEBUG_IS_ACTIVE); in before()
151 boolean bNoOffice = param.getBool("NoOffice"); in checkModule()
271 if (param.getBool(PropertyName.CYGWIN)) in getDmakeCommands()
591 if (!param.getBool(PropertyName.NO_CWS_ATTACH)) in setUnoApiCwsStatus()

Completed in 174 milliseconds

1234567