Searched refs:rBool (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/sc/source/core/inc/ |
H A D | jumpmatrix.hxx | 51 void GetJump( double& rBool, short& rStart, short& rNext, short& rStop ) in GetJump() 53 rBool = fBool; in GetJump() 124 void GetJump( SCSIZE nCol, SCSIZE nRow, double& rBool, in GetJump() argument 144 GetJump( rBool, rStart, rNext, rStop); in GetJump()
|
/aoo42x/main/sd/source/ui/unoidl/ |
H A D | unohelp.hxx | 26 inline sal_Bool any2bool( const ::com::sun::star::uno::Any& rAny, sal_Bool& rBool ) in any2bool() argument 30 rBool = *(sal_Bool*)rAny.getValue(); in any2bool() 37 rBool = nValue != 0; in any2bool()
|
/aoo42x/main/sax/source/tools/ |
H A D | converter.cxx | 475 bool Converter::convertBool( bool& rBool, const OUString& rString ) in convertBool() argument 477 rBool = rString == getTrueString(); in convertBool() 479 return rBool || (rString == getFalseString()); in convertBool()
|
/aoo42x/main/sax/inc/sax/tools/ |
H A D | converter.hxx | 76 static bool convertBool( bool& rBool,
|
/aoo42x/main/xmloff/source/core/ |
H A D | xmluconv.cxx | 440 sal_Bool SvXMLUnitConverter::convertBool( sal_Bool& rBool, in convertBool() argument 443 rBool = IsXMLToken(rString, XML_TRUE); in convertBool() 445 return rBool || IsXMLToken(rString, XML_FALSE); in convertBool()
|
/aoo42x/main/xmloff/inc/xmloff/ |
H A D | xmluconv.hxx | 172 static sal_Bool convertBool( sal_Bool& rBool,
|
Completed in 78 milliseconds