Home
last modified time | relevance | path

Searched refs:bBool (Results 26 – 50 of 51) sorted by path

123

/trunk/main/stoc/test/
H A Dlanguage_binding.idl88 [oneway] void setValues( [in] boolean bBool, [in] char cChar, [in] byte nByte,
100 test::TestData setValues2( [inout] boolean bBool, [inout] char cChar, [inout] byte nByte,
113 test::TestData getValues( [out] boolean bBool, [out] char cChar, [out] byte nByte,
153 test::TestData raiseException( [out] boolean bBool, [out] char cChar, [out] byte nByte,
H A Dtestiadapter.cxx121 sal_Bool bBool, sal_Unicode cChar, sal_Int8 nByte, in assign() argument
130 rData.Bool = bBool; in assign()
148 sal_Bool bBool, sal_Unicode cChar, sal_Int8 nByte, in assign() argument
159 bBool, cChar, nByte, nShort, nUShort, nLong, nULong, nHyper, nUHyper, fFloat, fDouble, in assign()
174 virtual void SAL_CALL setValues( sal_Bool bBool, sal_Unicode cChar, sal_Int8 nByte,
678 void Test_Impl::setValues( sal_Bool bBool, sal_Unicode cChar, sal_Int8 nByte, in setValues() argument
691 bBool, cChar, nByte, nShort, nUShort, nLong, nULong, nHyper, nUHyper, fFloat, fDouble, in setValues()
696 test::TestData Test_Impl::setValues2( sal_Bool& bBool, sal_Unicode& cChar, sal_Int8& nByte, in setValues2() argument
709 bBool, cChar, nByte, nShort, nUShort, nLong, nULong, nHyper, nUHyper, fFloat, fDouble, in setValues2()
715 test::TestData Test_Impl::getValues( sal_Bool& bBool, sal_Unicode& cChar, sal_Int8& nByte, in getValues() argument
[all …]
/trunk/main/sw/source/ui/config/
H A Dmodcfg.cxx971 …sal_Bool bBool = nProp < INS_PROP_CAP_OBJECT_TABLE_ENABLE ? *(sal_Bool*)pValues[nProp].getValue() … in Load() local
976 if(bBool) in Load()
982 aInsTblOpts.mnRowsToRepeat = bBool? 1 : 0; in Load()
988 if(bBool) in Load()
994 if(bBool) in Load()
999 bInsWithCaption = bBool; in Load()
1001 … case INS_PROP_CAP_CAPTIONORDERNUMBERINGFIRST: bCaptionOrderNumberingFirst = bBool; break; in Load()
/trunk/main/sw/source/ui/uno/
H A Dunomod.cxx891 sal_Bool bBool = sal_True; in _getSingleValue() local
928 bBool = sal_False; in _getSingleValue()
932 bBool = sal_False; in _getSingleValue()
936 bBool = sal_False; in _getSingleValue()
940 bBool = sal_False; in _getSingleValue()
944 bBool = sal_False; in _getSingleValue()
949 bBool = sal_False; in _getSingleValue()
983 bBool = sal_False; in _getSingleValue()
1007 bBool = sal_False; in _getSingleValue()
1023 bBool = sal_False; in _getSingleValue()
[all …]
H A Dunotxdoc.cxx2141 bool bBool (false); in setPropertyValue() local
2142 if( aValue >>= bBool ) in setPropertyValue()
2143 pDoc->SetInReading( bBool ); in setPropertyValue()
/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()
/trunk/main/testtools/source/bridgetest/
H A Dbridgetest.cxx192 sal_Bool bBool, sal_Unicode cChar, sal_Int8 nByte, in assign() argument
201 rData.Bool = bBool; in assign()
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 …]
/trunk/main/testtools/source/bridgetest/cli/
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()
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
/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/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/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/xmloff/inc/
H A Dtxtflde.hxx264 sal_Bool bBool, /// attribute value
/trunk/main/xmloff/source/draw/
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()
H A Dshapeexport4.cxx1133 sal_Bool bBool = sal_False; in ImpExportTableShape() local
1136 xPropSet->getPropertyValue( sAPIPropertyName ) >>= bBool; in ImpExportTableShape()
1137 if( bBool ) in ImpExportTableShape()
/trunk/main/xmloff/source/text/
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()
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()
/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/test/testassistant/lib/
H A Dtestcommon.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/openoffice/test/ org/openoffice/test/common/ ...

Completed in 193 milliseconds

123