/aoo41x/main/vcl/unx/generic/app/ |
H A D | i18n_im.cxx | 64 Bool 131 Bool 186 static Bool 201 static Bool 225 Bool 263 Bool 369 Bool 470 Bool 574 int nFileDescriptor, Bool bOpening, XPointer*) in InputMethod_ConnectionWatchProc() 594 Bool [all …]
|
H A D | randrwrapper.cxx | 43 Bool(*m_pXRRQueryExtension)(Display*,int*,int*); 64 Bool XRRQueryExtension(Display* i_pDisp, int* o_event_base, int* o_error_base ) in XRRQueryExtension() 66 Bool bRet = False; in XRRQueryExtension() 113 …m_pXRRQueryExtension = (Bool(*)(Display*,int*,int*))osl_getAsciiFunctionSymbol( m_pRandRLib, "XRRQ… in initFromModule() 204 Bool XRRQueryExtension(Display* i_pDisp, int* o_event_base, int* o_error_base ) 206 Bool bRet = False;
|
H A D | sm.cxx | 151 Bool opening, IcePointer* watch_data ); 187 static void IgnoreIceErrors(IceConn, Bool, int, unsigned long, int, int, IcePointer) in IgnoreIceErrors() argument 347 Bool shutdown, in SaveYourselfProc() argument 349 Bool in SaveYourselfProc() 694 Bool bReply; in ICEConnectionWorker() 709 Bool opening, in ICEWatchProc()
|
/aoo41x/main/vcl/inc/unx/ |
H A D | i18n_im.hxx | 35 Bool mbUseable; // system supports locale as well as status 37 Bool mbMultiLingual; // system supports iiimp 44 Bool IsMultiLingual() { return mbMultiLingual; } in IsMultiLingual() 45 Bool PosixLocale(); 46 Bool UseMethod() { return mbUseable; } in UseMethod() 49 Bool CreateMethod( Display *pDisplay ); 51 Bool SetLocale( const char* pLocale = "" ); 52 Bool FilterEvent( XEvent *pEvent, XLIB_Window window ); 53 Bool AddConnectionWatch (Display *pDisplay, void *pConnectionHandler);
|
H A D | i18n_ic.hxx | 35 Bool mbUseable; // system supports current locale ? 36 Bool mbMultiLingual; // system supports iiimp ? 57 Bool SupportInputMethodStyle( XIMStyles *pIMStyles ); 59 Bool IsSupportedIMStyle( XIMStyle n_style ) const ; 63 Bool UseContext() { return mbUseable; } in UseContext() 64 Bool IsMultiLingual() { return mbMultiLingual; } in IsMultiLingual() 65 Bool IsPreeditMode() { return maClientData.eState == ePreeditStatusActive; } in IsPreeditMode() 82 void SetPreeditState(Bool aPreeditState);
|
/aoo41x/main/testtools/source/bridgetest/pyuno/ |
H A D | core.py | 52 rData.Bool = bBool; 87 self.tobj.Bool = 1 120 self.failUnless( self.tobj.Bool , "Bool attribute2" ) 157 self.failUnless( uno.Bool(1) , "uno.Bool true test" ) 158 self.failUnless( not uno.Bool(0) , "uno.Bool false test" ) 159 self.failUnless( uno.Bool( "true") , "uno.Bool true1 test" ) 160 self.failUnless( not uno.Bool( "false") , "uno.Bool true1 test" ) 162 self.tobj.Bool = uno.Bool(1) 163 self.failUnless( self.tobj.Bool , "bool true attribute test" ) 164 self.tobj.Bool = uno.Bool(0) [all …]
|
/aoo41x/main/vcl/unx/generic/window/ |
H A D | FWS.cxx | 55 static Bool fwsStackUnder; 56 static Bool fwsParkIcons; 57 static Bool fwsPassesInput; 58 static Bool fwsHandlesFocus; 71 Bool 197 static Bool badWindowFound; 224 Bool
|
H A D | FWS.hxx | 37 Bool 46 Bool
|
/aoo41x/main/testtools/source/bridgetest/cli/ |
H A D | cli_cpp_bridgetest.cxx | 191 check( rData1->Bool == rData2->Bool, "### bool does not match!" ); 207 return (rData1->Bool == rData2->Bool && 234 rData->Bool = bBool; 391 aData->Bool, aData->Char, aData->Byte, aData->Short, 404 aData->Bool, 417 aSetData->Bool, aSetData->Char, aSetData->Byte, aSetData->Short, 433 & aRet->Bool, & aRet->Char, & aRet->Byte, & aRet->Short, & aRet->UShort, 442 & aRet->Bool, & aRet->Char, & aRet->Byte, & aRet->Short, & aRet->UShort, 461 & aRet->Bool, & aRet->Char, & aRet->Byte, & aRet->Short, 470 xLBT->Bool = aRet->Bool; [all …]
|
H A D | cli_cs_bridgetest.cs | 171 check( rData1.Bool == rData2.Bool, "### bool does not match!" ); in equals() 187 return (rData1.Bool == rData2.Bool && in equals() 214 rData.Bool = bBool; in assign() 373 aData.Bool, aData.Char, aData.Byte, aData.Short, in performTest() 386 aData.Bool, aData.Char, aData.Byte, aData.Short, aData.UShort, in performTest() 393 aSetData.Bool, aSetData.Char, aSetData.Byte, aSetData.Short, in performTest() 409 out aRet.Bool, out aRet.Char, out aRet.Byte, out aRet.Short, out aRet.UShort, in performTest() 418 ref aRet.Bool, ref aRet.Char, ref aRet.Byte, ref aRet.Short, ref aRet.UShort, in performTest() 437 out aRet.Bool, out aRet.Char, out aRet.Byte, out aRet.Short, in performTest() 446 xLBT.Bool = aRet.Bool; in performTest() [all …]
|
H A D | cli_vb_bridgetest.vb | 94 rData.Bool = bBool 571 aData.Bool, aData.Char, aData.Byte, aData.Short, _ 584 aData.Bool, aData.Char, aData.Byte, aData.Short, aData.UShort, _ 590 aSetData.Bool, aSetData.Char, aSetData.Byte, aSetData.Short, _ 598 aSetData.Bool, aSetData.Char, aSetData.Byte, aSetData.Short, _ 609 aRet.Bool, aRet.Char, aRet.Byte, aRet.Short, _ 621 aRet.Bool, aRet.Char, aRet.Byte, _ 642 aRet.Bool, aRet.Char, aRet.Byte, _ 654 xLBT.Bool = aRet.Bool 681 aRet.Bool = xLBT.Bool
|
/aoo41x/main/xml2cmp/source/inc/ |
H A D | lst_str.h | 47 Bool bAutoDeleteData; 58 Bool i_bAutoDeleteData ); 64 Bool i_bDeleteData ); 68 Bool LS_IsEmpty( ListCstring_THIS ); 77 Bool LSI_obool( LSIterator_THIS );
|
H A D | textbuff.h | 59 Bool TB_oin( TextBuffer_THIS, /** operator>>(char *) */ 61 Bool TB_oinChar( TextBuffer_THIS, /** operator>>(char) */ 63 Bool TB_oinFile( TextBuffer_THIS, /** operator>>(TextFile*) */ 77 Bool TB_EndOfBuffer( TextBuffer_THIS );
|
H A D | textfile.h | 47 Bool TF_Open( TextFile_THIS, 49 Bool TF_Create( TextFile_THIS );
|
/aoo41x/main/stoc/test/ |
H A D | testiadapter.cxx | 63 OSL_ENSURE( rData1.Bool == rData2.Bool, "### bool does not match!" ); in equals() 79 return (rData1.Bool == rData2.Bool && in equals() 130 rData.Bool = bBool; in assign() 211 { return _aData.Bool; } in getBool() 246 { _aData.Bool = _bool; } in setBool() 727 bBool = _aData.Bool; in getValues() 791 aRet.Bool, aRet.Char, aRet.Byte, aRet.Short, aRet.UShort, in performTest() 799 aRet.Bool, aRet.Char, aRet.Byte, aRet.Short, aRet.UShort, in performTest() 808 aRet.Bool, aRet.Char, aRet.Byte, aRet.Short, aRet.UShort, in performTest() 815 xLBT->setBool( aRet.Bool ); in performTest() [all …]
|
/aoo41x/main/vcl/unx/generic/gdi/ |
H A D | salcvt.hxx | 46 Bool EncodingHasChar( 52 Bool IsSingleByteEncoding( rtl_TextEncoding nEncoding ); 65 Bool mbSingleByteEncoding; 66 Bool mbValid;
|
H A D | salcvt.cxx | 91 Bool 120 Bool 124 Bool bMatch = False; in EncodingHasChar()
|
/aoo41x/main/testtools/source/bridgetest/ |
H A D | bridgetest.cxx | 134 check( rData1.Bool == rData2.Bool, "### bool does not match!" ); in equals() 150 return (rData1.Bool == rData2.Bool && in equals() 201 rData.Bool = bBool; in assign() 278 a.setValue( &(data.Bool) , getCppuBooleanType() ); in performAnyTest() 400 (TestElement &) aSetData, aData.Bool, aData.Char, aData.Byte, in performTest() 408 aSetData.Bool, aSetData.Char, aSetData.Byte, aSetData.Short, in performTest() 417 aRet.Bool, aRet.Char, aRet.Byte, aRet.Short, aRet.UShort, in performTest() 426 aRet.Bool, aRet.Char, aRet.Byte, aRet.Short, aRet.UShort, in performTest() 444 aRet.Bool, aRet.Char, aRet.Byte, aRet.Short, aRet.UShort, in performTest() 453 xLBT->setBool(aRet.Bool); in performTest() [all …]
|
/aoo41x/main/scripting/examples/python/pythonSamples/ |
H A D | TableSample.py | 61 table.setPropertyValue( "BackTransparent", uno.Bool(0) ) 64 row.setPropertyValue( "BackTransparent", uno.Bool(0) ) 94 cursor.setPropertyValue( "CharShadowed", uno.Bool(1) ) 113 cursor.setPropertyValue( "CharShadowed", uno.Bool(0) )
|
/aoo41x/main/pyuno/demo/ |
H A D | swriter.py | 70 table.setPropertyValue( "BackTransparent", uno.Bool(0) ) 73 row.setPropertyValue( "BackTransparent", uno.Bool(0) ) 103 cursor.setPropertyValue( "CharShadowed", uno.Bool(1) ) 123 cursor.setPropertyValue( "CharShadowed", uno.Bool(0) )
|
H A D | swritercomp.py | 72 table.setPropertyValue( "BackTransparent", uno.Bool(0) ) 75 row.setPropertyValue( "BackTransparent", uno.Bool(0) ) 105 cursor.setPropertyValue( "CharShadowed", uno.Bool(1) ) 124 cursor.setPropertyValue( "CharShadowed", uno.Bool(0) )
|
/aoo41x/main/solenv/doc/gbuild/solenv/gbuild/ |
H A D | gbuild.mk | 46 static const Bool DEBUG; 47 static const Bool PRODUCT; 54 static const Bool FULLDEPS; 56 static const Bool PRODUCT;
|
/aoo41x/main/x11_extensions/inc/ |
H A D | Xrender.h | 75 Bool graphics_exposures; 80 Bool component_alpha; 203 Bool XRenderQueryExtension (Display *dpy, int *event_basep, int *error_basep); 213 Bool XRenderSetSubpixelOrder (Display *dpy, int screen, int subpixel);
|
/aoo41x/main/bridges/test/ |
H A D | testcomp.cxx | 622 types.Bool = sal_True; in testAllTypes() 639 OSL_ASSERT( ( types.Bool && retTypes.Bool ) || ( ! types.Bool && ! retTypes.Bool ) ); in testAllTypes()
|
/aoo41x/main/forms/source/inc/ |
H A D | property.hrc | 163 #define PROPERTY_ID_EMPTY_IS_NULL (PROPERTY_ID_START +126) // Bool 165 #define PROPERTY_ID_DATE_SHOW_CENTURY (PROPERTY_ID_START +128) // Bool 166 #define PROPERTY_ID_TRISTATE (PROPERTY_ID_START +129) // Bool 167 #define PROPERTY_ID_DEFAULT_BUTTON (PROPERTY_ID_START +130) // Bool
|