Home
last modified time | relevance | path

Searched refs:bBool (Results 1 – 25 of 51) sorted by relevance

123

/trunk/main/sd/source/ui/view/
H A Dfrmview.cxx728 SetRuler( bBool ); in ReadUserDataSequence()
757 SetLayerMode( bBool ); in ReadUserDataSequence()
771 SetBigHandles( bBool ); in ReadUserDataSequence()
910 SetGridSnap( bBool ); in ReadUserDataSequence()
917 SetGridFront( bBool ); in ReadUserDataSequence()
924 SetBordSnap( bBool ); in ReadUserDataSequence()
931 SetHlplSnap( bBool ); in ReadUserDataSequence()
938 SetOFrmSnap( bBool ); in ReadUserDataSequence()
945 SetOPntSnap( bBool ); in ReadUserDataSequence()
1038 SetNoAttribs( bBool ); in ReadUserDataSequence()
[all …]
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DWrappedScaleProperty.cxx162 sal_Bool bBool = false; in setPropertyValue() local
223 if( (rOuterValue >>= bBool) && bBool ) in setPropertyValue()
232 if( (rOuterValue >>= bBool) && bBool ) in setPropertyValue()
241 if( (rOuterValue >>= bBool) && bBool ) in setPropertyValue()
254 if( (rOuterValue >>= bBool) && bBool ) in setPropertyValue()
269 if( (rOuterValue >>= bBool) && bBool ) in setPropertyValue()
315 if( rOuterValue >>= bBool ) in setPropertyValue()
320 if( (!bBool) != (!bWasLogarithm) ) in setPropertyValue()
322 if( bBool ) in setPropertyValue()
333 if( rOuterValue >>= bBool ) in setPropertyValue()
[all …]
/trunk/main/automation/source/server/
H A Dcmdbasestream.cxx87 void CmdBaseStream::GenReturn (comm_USHORT nRet, rtl::OString *pUId, comm_BOOL bBool ) in GenReturn() argument
96 Write(bBool); in GenReturn()
110 Write(bBool); in GenReturn()
131 void CmdBaseStream::GenReturn (comm_USHORT nRet, comm_USHORT nMethod, comm_BOOL bBool ) in GenReturn() argument
137 Write(bBool); in GenReturn()
178 Write(bBool); in GenReturn()
188 Write(bBool); in GenReturn()
245 void CmdBaseStream::Read (comm_BOOL &bBool) in Read() argument
252 *pCommStream >> bBool; in Read()
319 void CmdBaseStream::Write( comm_BOOL bBool ) in Write() argument
[all …]
H A Dretstrm.hxx45 …n( comm_USHORT nRet, rtl::OString aUId, comm_BOOL bBool ){CmdBaseStream::GenReturn( nRet, &aUId, b… in GenReturn() argument
49 …:OString aUId, comm_USHORT nMethod, comm_BOOL bBool ){CmdBaseStream::GenReturn( nRet, &aUId, nMeth… in GenReturn() argument
54 …void GenReturn( sal_uInt16 nRet, rtl::OString aUId, comm_ULONG nNr, String aString, sal_Bool bBool
62 …nReturn( sal_uInt16 nRet, rtl::OString aUId, comm_USHORT nMethod, String aString, sal_Bool bBool );
72 void Write( comm_BOOL bBool ){CmdBaseStream::Write( bBool );} in Write() argument
H A Dscmdstrm.cxx121 comm_BOOL bBool; in Read() local
122 Read (bBool); in Read()
123 pItem = new SfxBoolItem(nId,bBool); in Read()
126 StatementList::m_pDbgWin->AddText( bBool ? "TRUE" : "FALSE" ); in Read()
191 comm_BOOL bBool; in Read() local
192 Read (bBool); in Read()
193 rItem.Value <<= bBool; in Read()
196 StatementList::m_pDbgWin->AddText( bBool ? "TRUE" : "FALSE" ); in Read()
H A Dretstrm.cxx57 …m::GenReturn ( sal_uInt16 nRet, rtl::OString aUId, comm_ULONG nNr, String aString, sal_Bool bBool ) in GenReturn() argument
59 CmdBaseStream::GenReturn ( nRet, &aUId, nNr, &aString, bBool ); in GenReturn()
68 …enReturn( sal_uInt16 nRet, rtl::OString aUId, comm_USHORT nMethod, String aString, sal_Bool bBool ) in GenReturn() argument
70 CmdBaseStream::GenReturn ( nRet, &aUId, nMethod, &aString, bBool ); in GenReturn()
H A Dscmdstrm.hxx48 void Read ( comm_BOOL &bBool ){CmdBaseStream::Read ( bBool );} in Read() argument
/trunk/main/sc/source/ui/vba/
H A Dvbaaxes.cxx101 sal_Bool bBool = false; in AxisIndexWrapper() local
103 …PropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "HasXAxis" ) ) ) >>= bBool ) && bBool ) in AxisIndexWrapper()
105 …PropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "HasYAxis" ) ) ) >>= bBool ) && bBool ) in AxisIndexWrapper()
112 …alue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "HasSecondaryXAxis" ) ) ) >>= bBool ) && bBool ) in AxisIndexWrapper()
114 …alue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "HasSecondaryYAxis" ) ) ) >>= bBool ) && bBool ) in AxisIndexWrapper()
/trunk/main/framework/source/helper/
H A Duiconfigelementwrapperbase.cxx302 bool bBool( m_bConfigListener ); in setFastPropertyValue_NoBroadcast() local
303 aValue >>= bBool; in setFastPropertyValue_NoBroadcast()
304 if ( m_bConfigListener != bBool ) in setFastPropertyValue_NoBroadcast()
326 if ( m_xConfigSource.is() && bBool ) in setFastPropertyValue_NoBroadcast()
343 m_bConfigListener = bBool; in setFastPropertyValue_NoBroadcast()
360 sal_Bool bBool( m_bPersistent ); in setFastPropertyValue_NoBroadcast() local
361 aValue >>= bBool; in setFastPropertyValue_NoBroadcast()
362 m_bPersistent = bBool; in setFastPropertyValue_NoBroadcast()
376 sal_Bool bBool( m_bNoClose ); in setFastPropertyValue_NoBroadcast() local
377 aValue >>= bBool; in setFastPropertyValue_NoBroadcast()
[all …]
/trunk/main/automation/source/inc/
H A Dcmdbasestream.hxx52 void GenReturn( comm_USHORT nRet, rtl::OString *pUId, comm_BOOL bBool );
53 …urn( comm_USHORT nRet, rtl::OString *pUId, comm_ULONG nNr, comm_String *pString, comm_BOOL bBool );
57 void GenReturn( comm_USHORT nRet, comm_USHORT nMethod, comm_BOOL bBool );
63 …comm_USHORT nRet, rtl::OString *pUId, comm_USHORT nMethod, comm_String *pString, comm_BOOL bBool );
64 void GenReturn( comm_USHORT nRet, rtl::OString *pUId, comm_USHORT nMethod, comm_BOOL bBool );
70 void Read ( comm_BOOL &bBool );
76 void Write( comm_BOOL bBool );
/trunk/main/sc/source/ui/unoobj/
H A Dafmtuno.cxx633 sal_Bool bBool = sal_Bool(); in setPropertyValue() local
634 if (aPropString.EqualsAscii( SC_UNONAME_INCBACK ) && (aValue >>= bBool)) in setPropertyValue()
635 pData->SetIncludeBackground( bBool ); in setPropertyValue()
636 else if (aPropString.EqualsAscii( SC_UNONAME_INCBORD ) && (aValue >>= bBool)) in setPropertyValue()
637 pData->SetIncludeFrame( bBool ); in setPropertyValue()
638 else if (aPropString.EqualsAscii( SC_UNONAME_INCFONT ) && (aValue >>= bBool)) in setPropertyValue()
639 pData->SetIncludeFont( bBool ); in setPropertyValue()
641 pData->SetIncludeJustify( bBool ); in setPropertyValue()
642 else if (aPropString.EqualsAscii( SC_UNONAME_INCNUM ) && (aValue >>= bBool)) in setPropertyValue()
643 pData->SetIncludeValueFormat( bBool ); in setPropertyValue()
[all …]
/trunk/main/testtools/source/bridgetest/pyuno/
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/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 …]
/trunk/main/i18npool/source/localedata/
H A Dfilewriter.cxx142 bool bBool = (str.equalsAscii("true") ? 1 : 0); in writeDefaultParameter() local
143 fprintf(m_f,"static const sal_Unicode default%s%d[] = {%d};\n", pAsciiStr, count, bBool); in writeDefaultParameter()
144 return bBool; in writeDefaultParameter()
149 bool bBool = (str.equalsAscii("true") ? 1 : 0); in writeDefaultParameter() local
150 fprintf(m_f,"static const sal_Unicode default%s[] = {%d};\n", pAsciiStr, bBool); in writeDefaultParameter()
151 return bBool; in writeDefaultParameter()
/trunk/main/stoc/test/
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 …]
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,
/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 …]
/trunk/main/oox/source/ppt/
H A Dtimenode.cxx305 sal_Bool bBool = sal_False; in setNode() local
415 if( aValue >>= bBool ) in setNode()
416 xAnimateColor->setDirection( bBool ); in setNode()
463 if( aValue >>= bBool ) in setNode()
464 xNode->setAutoReverse( bBool ); in setNode()
/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/idl/inc/
H A Dlex.hxx49 sal_Bool bBool; member
98 sal_Bool GetBool() const { return bBool; } in GetBool()
118 : nType( nTypeP ), bBool( b ) {} in SvToken()
/trunk/main/idl/source/cmptools/
H A Dlex.cxx62 aStr = bBool ? "TRUE" : "FALSE"; in GetTokenAsString()
466 rToken.bBool = sal_True; in MakeToken()
471 rToken.bBool = sal_False; in MakeToken()
/trunk/main/sd/source/ui/unoidl/
H A Dunohelp.hxx43 inline void bool2any( sal_Bool bBool, ::com::sun::star::uno::Any& rAny ) in bool2any() argument
45 rAny.setValue( &bBool, ::getCppuBooleanType() ); in bool2any()
/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/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/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,

Completed in 142 milliseconds

123