Home
last modified time | relevance | path

Searched refs:rBool (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sc/source/core/inc/
H A Djumpmatrix.hxx51 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()
/trunk/main/sd/source/ui/unoidl/
H A Dunohelp.hxx26 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()
/trunk/main/sax/source/tools/
H A Dconverter.cxx475 bool Converter::convertBool( bool& rBool, const OUString& rString ) in convertBool() argument
477 rBool = rString == getTrueString(); in convertBool()
479 return rBool || (rString == getFalseString()); in convertBool()
/trunk/main/sax/inc/sax/tools/
H A Dconverter.hxx76 static bool convertBool( bool& rBool,
/trunk/main/xmloff/source/core/
H A Dxmluconv.cxx440 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()
/trunk/main/xmloff/inc/xmloff/
H A Dxmluconv.hxx172 static sal_Bool convertBool( sal_Bool& rBool,

Completed in 40 milliseconds