Home
last modified time | relevance | path

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

1234567

/trunk/main/oox/source/xls/
H A Dworksheetsettings.cxx123 maSheetSettings.mbFilterMode = rAttribs.getBool( XML_filterMode, false ); in importSheetPr()
138 maSheetSettings.mbApplyStyles = rAttribs.getBool( XML_applyStyles, false ); in importOutlinePr()
139 maSheetSettings.mbSummaryBelow = rAttribs.getBool( XML_summaryBelow, true ); in importOutlinePr()
140 maSheetSettings.mbSummaryRight = rAttribs.getBool( XML_summaryRight, true ); in importOutlinePr()
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()
149 maSheetProt.mbFormatCells = rAttribs.getBool( XML_formatCells, true ); in importSheetProtection()
150 maSheetProt.mbFormatColumns = rAttribs.getBool( XML_formatColumns, true ); in importSheetProtection()
151 maSheetProt.mbFormatRows = rAttribs.getBool( XML_formatRows, true ); in importSheetProtection()
[all …]
H A Dpivottablebuffer.cxx338 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()
342 maModel.mbAverageSubtotal = rAttribs.getBool( XML_avgSubtotal, false ); in importPivotField()
343 maModel.mbMaxSubtotal = rAttribs.getBool( XML_maxSubtotal, false ); in importPivotField()
344 maModel.mbMinSubtotal = rAttribs.getBool( XML_minSubtotal, false ); in importPivotField()
345 maModel.mbProductSubtotal = rAttribs.getBool( XML_productSubtotal, false ); in importPivotField()
346 maModel.mbCountSubtotal = rAttribs.getBool( XML_countSubtotal, false ); in importPivotField()
347 maModel.mbStdDevSubtotal = rAttribs.getBool( XML_stdDevSubtotal, false ); in importPivotField()
[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()
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()
[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()
230 maModel.mbOnlyUseConnFile = rAttribs.getBool( XML_onlyUseConnectionFile, false ); in importConnection()
231 maModel.mbBackground = rAttribs.getBool( XML_background, false ); in importConnection()
232 maModel.mbRefreshOnLoad = rAttribs.getBool( XML_refreshOnLoad, false ); in importConnection()
233 maModel.mbSaveData = rAttribs.getBool( XML_saveData, false ); in importConnection()
234 maModel.mbSavePassword = rAttribs.getBool( XML_savePassword, false ); in importConnection()
245 rWebPr.mbXml = rAttribs.getBool( XML_xml, false ); in importWebPr()
246 rWebPr.mbSourceData = rAttribs.getBool( XML_sourceData, 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()
503 maFieldModel.mbMemberPropField = rAttribs.getBool( XML_memberPropertyField, false ); in importCacheField()
509 maSharedItemsModel.mbHasSemiMixed = rAttribs.getBool( XML_containsSemiMixedTypes, true ); in importSharedItems()
510 maSharedItemsModel.mbHasNonDate = rAttribs.getBool( XML_containsNonDate, true ); in importSharedItems()
511 maSharedItemsModel.mbHasDate = rAttribs.getBool( XML_containsDate, false ); in importSharedItems()
512 maSharedItemsModel.mbHasString = rAttribs.getBool( XML_containsString, true ); in importSharedItems()
513 maSharedItemsModel.mbHasBlank = rAttribs.getBool( XML_containsBlank, false ); in importSharedItems()
[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()
244 rModel.mbShowOutline = rAttribs.getBool( XML_showOutlineSymbols, true ); in importSheetView()
283 rModel.mbSelected = rAttribs.getBool( XML_tabSelected, false ); in importChartSheetView()
284 rModel.mbZoomToFit = rAttribs.getBool( XML_zoomToFit, false ); in importChartSheetView()
[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.cxx164 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()
195 maModel.mbValidSettings = rAttribs.getBool( XML_usePrinterDefaults, true ); in importPageSetup()
196 maModel.mbUseFirstPage = rAttribs.getBool( XML_useFirstPageNumber, false ); 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()
211 maModel.mbUseFirstPage = rAttribs.getBool( XML_useFirstPageNumber, false ); in importChartPageSetup()
[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.cxx169 mxValModel->mbShowInputMsg = rAttribs.getBool( XML_showInputMessage, false ); in importDataValidation()
170 mxValModel->mbShowErrorMsg = rAttribs.getBool( XML_showErrorMessage, false ); in importDataValidation()
174 mxValModel->mbNoDropDown = rAttribs.getBool( XML_showDropDown, false ); in importDataValidation()
175 mxValModel->mbAllowBlank = rAttribs.getBool( XML_allowBlank, false ); in importDataValidation()
493 getPageSettings().setFitToPagesMode( rAttribs.getBool( XML_fitToPage, false ) ); in importPageSetUpPr()
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()
[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()
1297 maModel.mbShrink = rAttribs.getBool( XML_shrinkToFit, false ); in importAlignment()
1298 maModel.mbJustLastLine = rAttribs.getBool( XML_justifyLastLine, false ); in importAlignment()
1461 maModel.mbLocked = rAttribs.getBool( XML_locked, true ); in importProtection()
[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()
151 mrModel.mbShowLeaderLines = rAttribs.getBool( XML_val, false ); in onCreateContext()
179 mrModel.mbApplyToEnd = rAttribs.getBool( XML_val, false ); in onCreateContext()
183 mrModel.mbApplyToFront = 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()
189 mrModel.mbShowNegBubbles = 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()
[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()

1234567