Home
last modified time | relevance | path

Searched refs:bBool (Results 1 – 25 of 51) sorted by last modified time

123

/trunk/main/xmloff/source/text/
H A Dtxtparai.cxx1981 sal_Bool bBool; in XMLParaContext() local
1982 if( SvXMLUnitConverter::convertBool( bBool, rValue ) ) in XMLParaContext()
1984 bIsListHeader = bBool; in XMLParaContext()
1990 sal_Bool bBool; in XMLParaContext() local
1991 if (SvXMLUnitConverter::convertBool(bBool, rValue)) in XMLParaContext()
1993 bIsRestart = bBool; in XMLParaContext()
H A Dtxtflde.cxx2451 sal_Bool bBool, sal_Bool bDefault) in ProcessBoolean() argument
2459 if ((!bBool) != (!bDefault)) { in ProcessBoolean()
2461 (bBool ? XML_TRUE : XML_FALSE) ); in ProcessBoolean()
3545 sal_Bool bBool = *(sal_Bool *)aAny.getValue(); in GetBoolProperty() local
3546 return bBool; in GetBoolProperty()
/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx2141 bool bBool (false); in setPropertyValue() local
2142 if( aValue >>= bBool ) in setPropertyValue()
2143 pDoc->SetInReading( bBool ); in setPropertyValue()
/trunk/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx3446 sal_Bool bBool; in dump() local
3471 else if( rAny >>= bBool ) in dump()
3473 fprintf( mpFile, "%s", bBool ? "true" : "false" ); in dump()
/trunk/main/sd/source/filter/eppt/
H A Deppt.cxx676 sal_Bool bBool = sal_False; in ImplCreateDocument() local
677 mAny >>= bBool; in ImplCreateDocument()
678 if ( !bBool ) in ImplCreateDocument()
684 sal_Bool bBool = sal_False; in ImplCreateDocument() local
685 mAny >>= bBool; in ImplCreateDocument()
686 if ( bBool ) in ImplCreateDocument()
691 sal_Bool bBool = sal_False; in ImplCreateDocument() local
692 mAny >>= bBool; in ImplCreateDocument()
693 if ( !bBool ) in ImplCreateDocument()
/trunk/main/comphelper/inc/comphelper/
H A Dextract.hxx155 inline ::com::sun::star::uno::Any SAL_CALL bool2any( sal_Bool bBool ) in bool2any() argument
157 return ::com::sun::star::uno::Any( &bBool, ::getCppuBooleanType() ); in bool2any()
/trunk/main/xmloff/inc/
H A Dtxtflde.hxx264 sal_Bool bBool, /// attribute value
/trunk/test/testassistant/lib/
H A Dtestcommon.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/openoffice/test/ org/openoffice/test/common/ ...
/trunk/test/testcommon/source/org/openoffice/test/vcl/client/
H A DCommandCaller.java165 private void writeBoolean(boolean bBool) { in writeBoolean() argument
167 write(new byte[] { bBool ? (byte) 1 : 0 }); in writeBoolean()
/trunk/main/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_import.cxx820 sal_Bool bBool; in importBooleanProperty() local
822 &bBool, rAttrName, xAttributes, _pImport->XMLNS_DIALOGS_UID )) in importBooleanProperty()
824 _xControlModel->setPropertyValue( rPropName, makeAny( bBool ) ); in importBooleanProperty()
/trunk/main/xmloff/source/draw/
H A Dshapeexport4.cxx1133 sal_Bool bBool = sal_False; in ImpExportTableShape() local
1136 xPropSet->getPropertyValue( sAPIPropertyName ) >>= bBool; in ImpExportTableShape()
1137 if( bBool ) in ImpExportTableShape()
H A Dsdpropls.cxx840 const sal_Bool bBool = IsXMLToken(rStrImpValue, XML_TRUE) || IsXMLToken(rStrImpValue, XML_VISIBLE); in importXML() local
841 rValue <<= bBool; in importXML()
842 return bBool || IsXMLToken(rStrImpValue, XML_FALSE) || IsXMLToken(rStrImpValue, XML_HIDDEN); in importXML()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx3930 sal_Bool bBool = sal_False; in getBool() local
3931 rAny >>= bBool; in getBool()
3932 return static_cast<bool>(bBool); in getBool()
/trunk/main/udkapi/com/sun/star/test/bridge/
H A DXBridgeTest.idl116 [oneway] void setValues( [in] boolean bBool, [in] char cChar, [in] byte nByte,
132 TestData setValues2( [inout] boolean bBool, [inout] char cChar, [inout] byte nByte,
145 TestData getValues( [out] boolean bBool, [out] char cChar, [out] byte nByte,
/trunk/main/testtools/source/bridgetest/cli/
H A Dcli_cs_testobj.cs96 bool bBool, in setValues() argument
116 _bool = bBool; in setValues()
H A Dcli_vb_bridgetest.vb87 Private Shared Sub assign( rData As TestElement, bBool As Boolean, _
94 rData.Bool = bBool
111 Private Shared Sub assign( rData As TestDataElements, bBool As Boolean, _
119 bBool, aChar, nByte, nShort, nUShort, nLong, nULong, nHyper, _
H A Dcli_vb_testobj.vb90 bBool As Boolean, aChar As Char, nByte As Byte, nShort As Short, _
100 m_bool = bBool
H A Dcli_cpp_bridgetest.cxx225 bool bBool, Char cChar, Byte nByte,
234 rData->Bool = bBool;
252 bool bBool, Char cChar, Byte nByte,
263 bBool, cChar, nByte, nShort, nUShort, nLong, nULong, nHyper, nUHyper, fFloat, fDouble,
H A Dcli_cs_bridgetest.cs205 bool bBool, char cChar, byte nByte, in assign() argument
214 rData.Bool = bBool; in assign()
232 bool bBool, char cChar, byte nByte, in assign() argument
243 bBool, cChar, nByte, nShort, nUShort, nLong, nULong, nHyper, nUHyper, fFloat, fDouble, in assign()
/trunk/main/testtools/source/bridgetest/
H A Dcppobj.cxx78 sal_Bool bBool, sal_Unicode cChar, sal_Int8 nByte, in assign() argument
87 rData.Bool = bBool; in assign()
105 sal_Bool bBool, sal_Unicode cChar, sal_Int8 nByte, in assign() argument
116 bBool, cChar, nByte, nShort, nUShort, nLong, nULong, nHyper, nUHyper, fFloat, fDouble, in assign()
176 virtual void SAL_CALL setValues( sal_Bool bBool, sal_Unicode cChar, sal_Int8 nByte,
555 void Test_Impl::setValues( sal_Bool bBool, sal_Unicode cChar, sal_Int8 nByte, in setValues() argument
568 bBool, cChar, nByte, nShort, nUShort, nLong, nULong, nHyper, nUHyper, fFloat, fDouble, in setValues()
573 TestData Test_Impl::setValues2( sal_Bool& bBool, sal_Unicode& cChar, sal_Int8& nByte, in setValues2() argument
586 bBool, cChar, nByte, nShort, nUShort, nLong, nULong, nHyper, nUHyper, fFloat, fDouble, in setValues2()
597 TestData Test_Impl::getValues( sal_Bool& bBool, sal_Unicode& cChar, sal_Int8& nByte, in getValues() argument
[all …]
H A Dbridgetest.cxx192 sal_Bool bBool, sal_Unicode cChar, sal_Int8 nByte, in assign() argument
201 rData.Bool = bBool; in assign()
/trunk/main/testtools/source/bridgetest/idl/
H A Dbridgetest.idl206 [oneway] void setValues( [in] boolean bBool, [in] char cChar, [in] byte nByte,
222 TestData setValues2( [inout] boolean bBool, [inout] char cChar, [inout] byte nByte,
235 TestData getValues( [out] boolean bBool, [out] char cChar, [out] byte nByte,
/trunk/main/testtools/source/bridgetest/pyuno/
H A Dcore.py50 def assign( rData, bBool, cChar, nByte, nShort, nUShort, nLong, nULong, nHyper,\ argument
52 rData.Bool = bBool;
H A Dsamplecomponent.py36 def assign( rData, bBool, cChar, nByte, nShort, nUShort, nLong, nULong, nHyper,\ argument
38 rData.Bool = bBool;
73 def setValues( self, bBool, cChar, nByte, nShort, nUShort, nLong,\ argument
76 self.__dict__["data"] = TestDataElements( bBool, cChar, nByte, nShort, nUShort, nLong,
81 def setValues2( self, bBool, cChar, nByte, nShort, nUShort, nLong, nULong,\ argument
88 return bBool, cChar, nByte, nShort, nUShort, nLong, nULong, nHyper, nUHyper, nULong, \
/trunk/main/testtools/com/sun/star/comp/bridge/
H A DTestComponent.java349 public void setValues(boolean bBool, in setValues() argument
369 _bool = bBool; in setValues()

Completed in 246 milliseconds

123