Home
last modified time | relevance | path

Searched refs:getBool (Results 26 – 50 of 155) sorted by relevance

1234567

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/base/
H A Djava_fat.java78 m_isDebug = m_aParams.getBool("DebugIsActive"); in executeTest()
79 logging = m_aParams.getBool("LoggingIsActive"); in executeTest()
80 keepdocument = m_aParams.getBool("KeepDocument"); in executeTest()
81 newOffice = m_aParams.getBool(util.PropertyName.NEW_OFFICE_INSTANCE); in executeTest()
H A Djava_complex.java117 if (!param.getBool("NoOffice")) in executeTest()
135 log.initialize(entries[i], param.getBool(PropertyName.LOGGING_IS_ACTIVE)); in executeTest()
/trunk/main/oox/source/xls/
H A Dexternallinkbuffer.cxx120 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()
135 maExtNameModel.mbNotify = rAttribs.getBool( XML_advise, false ); in importOleItem()
136 maExtNameModel.mbPreferPic = rAttribs.getBool( XML_preferPic, false ); in importOleItem()
137 maExtNameModel.mbIconified = rAttribs.getBool( XML_icon, false ); in importOleItem()
H A Dscenariobuffer.cxx87 maModel.mbLocked = rAttribs.getBool( XML_locked, false ); in importScenario()
88 maModel.mbHidden = rAttribs.getBool( XML_hidden, false ); in importScenario()
97 aModel.mbDeleted = rAttribs.getBool( XML_deleted, false ); in importInputCells()
H A Ddefnamesbuffer.cxx315 maModel.mbMacro = rAttribs.getBool( XML_xlm, false ); in importDefinedName()
316 maModel.mbFunction = rAttribs.getBool( XML_function, false ); in importDefinedName()
317 maModel.mbVBName = rAttribs.getBool( XML_vbProcedure, false ); in importDefinedName()
318 maModel.mbHidden = rAttribs.getBool( XML_hidden, false ); in importDefinedName()
H A Ddrawingbase.cxx135 maClientData.mbLocksWithSheet = rAttribs.getBool( XML_fLocksWithSheet, true ); in importClientData()
136 maClientData.mbPrintsWithSheet = rAttribs.getBool( XML_fPrintsWithSheet, true ); in importClientData()
/trunk/main/oox/source/drawingml/
H A Dtextparagraphpropertiescontext.cxx79 bool bLatinLineBrk = attribs.getBool( XML_latinLnBrk, true ); in TextParagraphPropertiesContext()
90 bool bHangingPunct = attribs.getBool( XML_hangingPunct, false ); in TextParagraphPropertiesContext()
134 bool bRtl = attribs.getBool( XML_rtl, false ); in TextParagraphPropertiesContext()
H A Dtransform2dcontext.cxx49 …mrShape.setFlip( aAttributeList.getBool( XML_flipH, sal_False ), aAttributeList.getBool( XML_flipV… in Transform2DContext()
H A Dtextcharacterpropertiescontext.cxx64 mrTextCharacterProperties.moBold = aAttribs.getBool( XML_b ); in TextCharacterPropertiesContext()
66 mrTextCharacterProperties.moItalic = aAttribs.getBool( XML_i ); in TextCharacterPropertiesContext()
H A Dtextbodypropertiescontext.cxx96 bool bAnchorCenter = aAttribs.getBool( XML_anchorCtr, false ); in TextBodyPropertiesContext()
124 bool bRtl = aAttribs.getBool( XML_rtl, false ); in TextBodyPropertiesContext()
H A Dgraphicshapecontext.cxx190 mrOleObjectInfo.mbShowAsIcon = aAttribs.getBool( XML_showAsIcon, false ); in createFastChildContext()
201 mrOleObjectInfo.mbAutoUpdate = aAttribs.getBool( XML_updateAutomatic, false ); in createFastChildContext()
/trunk/main/oox/source/helper/
H A Dattributelist.cxx217 OptValue< bool > AttributeList::getBool( sal_Int32 nAttrToken ) const in getBool() function in oox::AttributeList
300 bool AttributeList::getBool( sal_Int32 nAttrToken, bool bDefault ) const in getBool() function in oox::AttributeList
302 return getBool( nAttrToken ).get( bDefault ); in getBool()
/trunk/main/oox/source/ppt/
H A Dcommontimenodecontext.cxx394 = makeAny( attribs.getBool( XML_afterEffect, false ) ); in CommonTimeNodeContext()
396 aProps[ NP_AUTOREVERSE ] = makeAny( attribs.getBool( XML_autoRev, false ) ); in CommonTimeNodeContext()
411 aProps[ NP_DISPLAY ] <<= attribs.getBool( XML_display, true ); in CommonTimeNodeContext()
477 attribs.getBool( XML_nodePh, false ); in CommonTimeNodeContext()
673 /*bool bBackwards =*/ attribs.getBool( XML_backwards, false ); in createFastChildContext()
H A Dslidetransitioncontext.cxx60 attribs.getBool( XML_advClick, true ); in SlideTransitionContext()
112 maTransition.setOoxTransitionType( aElementToken, attribs.getBool( XML_thruBlk, false ), 0); in createFastChildContext()
H A Dtimenodelistcontext.cxx132 mbIsNarration = attribs.getBool( XML_isNarration, false ); in MediaNodeContext()
135 mbFullScrn = attribs.getBool( XML_fullScrn, false ); in MediaNodeContext()
391 mbConcurrent = attribs.getBool( XML_concurrent, false ); in SequenceTimeNodeContext()
714 mbZoomContents = attribs.getBool( XML_zoomContents, false ); in AnimScaleContext()
H A Dslidefragmenthandler.cxx82 OptValue< bool > aShowMasterSp = aAttribs.getBool( XML_showMasterSp ); in createFastChildContext()
96 OptValue< bool > aShow = aAttribs.getBool( XML_show ); in createFastChildContext()
/trunk/main/oox/source/drawingml/chart/
H A Dtitlecontext.cxx99 mrModel.mbOverlay = rAttribs.getBool( XML_val, false ); in onCreateContext()
139 mrModel.mbOverlay = rAttribs.getBool( XML_val, false ); in onCreateContext()
/trunk/main/oox/inc/oox/helper/
H A Dattributelist.hxx127 OptValue< bool > getBool( sal_Int32 nAttrToken ) const;
176 bool getBool( sal_Int32 nAttrToken, bool bDefault ) const;
/trunk/main/connectivity/source/inc/ado/
H A DAolevariant.hxx132 operator sal_Bool() const { return getBool(); } in operator sal_Bool()
144 sal_Bool getBool() const;
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DBuildEnvTools.java61 mDebug = param.getBool(PropertyName.DEBUG_IS_ACTIVE); in BuildEnvTools()
95 mCygwin = (param.getBool(PropertyName.CYGWIN)); in BuildEnvTools()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DParameterHelper.java395 … boolean bOverwrite = m_aCurrentParams.getBool( PropertyName.DOC_COMPARATOR_OVERWRITE_REFERENCE); in getOverwrite()
420 boolean bNoSmallPictures = m_aCurrentParams.getBool( PropertyName.NO_SMALL_PICTURES); in createSmallPictures()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XCellSeries.java66 fillAuto = tParam.getBool("force_fillauto"); in before()
67 forceFillAuto = tParam.getBool("force_fillauto"); in before()
/trunk/main/writerfilter/source/ooxml/
H A DOOXMLPropertySetImpl.hxx51 virtual bool getBool() const;
112 virtual bool getBool() const;
/trunk/main/forms/source/xforms/
H A Dbinding.cxx810 aMIP.setReadonly( maReadonly.getBool( false ) ); in getLocalMIP()
812 aMIP.setRelevant( maRelevant.getBool( true ) ); in getLocalMIP()
814 aMIP.setRequired( maRequired.getBool( false ) ); in getLocalMIP()
817 aMIP.setConstraint( maConstraint.getBool( true ) ); in getLocalMIP()
/trunk/main/framework/qa/complex/framework/recovery/
H A DRecoveryTest.java181 assure(msg, param.getBool("NoOffice")); in before()
357 … oUITools.printAccessibleTree((PrintWriter) log, param.getBool(PropertyName.DEBUG_IS_ACTIVE)); in handleRecoveryDialogAfterCrash()
571 … oUITools.printAccessibleTree((PrintWriter) log, param.getBool(PropertyName.DEBUG_IS_ACTIVE)); in handleSaveDocumentsDialog()

Completed in 104 milliseconds

1234567