Home
last modified time | relevance | path

Searched refs:False (Results 1 – 25 of 137) sorted by relevance

123456

/AOO41X/main/vcl/unx/generic/window/
H A DFWS.cxx83 FWS_CLIENT = XInternAtom(display, "_SUN_FWS_CLIENT", False); in WMSupportsFWS()
84 FWS_COMM_WINDOW = XInternAtom(display, "_SUN_FWS_COMM_WINDOW", False); in WMSupportsFWS()
85 FWS_PROTOCOLS = XInternAtom(display, "_SUN_FWS_PROTOCOLS", False); in WMSupportsFWS()
86 FWS_STACK_UNDER = XInternAtom(display, "_SUN_FWS_STACK_UNDER", False); in WMSupportsFWS()
87 FWS_PARK_ICONS = XInternAtom(display, "_SUN_FWS_PARK_ICONS", False); in WMSupportsFWS()
88 FWS_PASS_ALL_INPUT = XInternAtom(display, "_SUN_FWS_PASS_ALL_INPUT", False); in WMSupportsFWS()
89 FWS_PASSES_INPUT = XInternAtom(display, "_SUN_FWS_PASSES_INPUT", False); in WMSupportsFWS()
90 FWS_HANDLES_FOCUS = XInternAtom(display, "_SUN_FWS_HANDLES_FOCUS", False); in WMSupportsFWS()
91 FWS_REGISTER_WINDOW= XInternAtom(display, "_SUN_FWS_REGISTER_WINDOW",False); in WMSupportsFWS()
92 FWS_STATE_CHANGE = XInternAtom(display, "_SUN_FWS_STATE_CHANGE", False); in WMSupportsFWS()
[all …]
H A Dsalframe.cxx136 XSync( pDisplay->GetDisplay(), False ); in doReparentPresentationDialogues()
202 False, NoEventMask, &aEvent ); in askForXEmbedFocus()
203 XSync( pDisplay_->GetDisplay(), False ); in askForXEmbedFocus()
221 Hints.input = (nSalFrameStyle & SAL_FRAME_STYLE_OWNERDRAWDECORATION) ? False : True; in Init()
236 Attributes.override_redirect = False; in Init()
515 XSync( GetXDisplay(), False ); in Init()
702 mbInputFocus = False; in X11SalFrame()
1261 XSync( GetXDisplay(), False ); in Show()
1443 XSync (GetXDisplay(), False); in SetWindowGravity()
1553 bDefaultPosition_ = False; in Center()
[all …]
H A Dsalobj.cxx149 XSync( pDisp, False ); in CreateObject()
176 XSync(pDisp, False); in CreateObject()
283 XSync( (Display*)maSystemChildData.pDisplay, False ); in ~X11SalObject()
/AOO41X/main/vcl/unx/generic/app/
H A Di18n_im.cxx190 return False; in IsPosixLocale()
196 return False; in IsPosixLocale()
205 return False; in IsXWindowCompatibleLocale()
211 return False; in IsXWindowCompatibleLocale()
247 mbUseable = False; in SetLocale()
256 mbUseable = False; in SetLocale()
267 return False; in PosixLocale()
270 return False; in PosixLocale()
280 mbMultiLingual( False ), in SalI18N_InputMethod()
388 mbMultiLingual = False; in CreateMethod()
[all …]
H A Dwmadaptor.cxx274 False, in WMAdaptor()
286 False, in WMAdaptor()
318 False, in WMAdaptor()
354 False, in WMAdaptor()
371 False, in WMAdaptor()
392 False, in WMAdaptor()
451 False, in NetWMAdaptor()
472 False, in NetWMAdaptor()
533 False, in NetWMAdaptor()
552 False, in NetWMAdaptor()
[all …]
H A Di18n_ic.cxx60 aEmptyEv.mbOnlyCursor = False; in sendEmptyCommit()
356 mbUseable = False; in SalI18N_InputContext()
357 mbMultiLingual = False; in SalI18N_InputContext()
475 mbUseable = False; in HandleDestroyIM()
550 return False; in IsSupportedIMStyle()
629 aTextEvent.mbOnlyCursor = False; in CommitKeyEvent()
H A Dsalinst.cxx90 return False; in tryToAcquire()
159 return False; in ImplPredicateEvent()
189 return False; in ImplPredicateEvent()
H A Dsaldata.cxx464 XSync( pDisp, False ); in Init()
475 static Bool bOnce = False; in EmitFontpathWarning()
533 static Bool bOnce = False; in XError()
H A Di18n_cb.cxx413 pPreeditData->aInputEv.mbOnlyCursor = False; in PreeditDrawCallback()
513 return False; in IsControlCode()
542 pPreeditData->aInputEv.mbOnlyCursor = False; in CommitStringCallback()
/AOO41X/main/toolkit/src2xml/source/
H A Dsrc2xml.py63 dest='debug_lexer', default=False,
67 dest='debug_parser', default=False,
71 dest='debug_macro', default=False,
75 dest='dry_run', default=False,
79 dest='keep_going', default=False,
83 dest='ignore_includes', default=False,
118 dest='only_expand_macros', default=False,
127 dest='post_process', default=False,
131 dest='stopOnHeader', default=False,
H A Dsrclexer.py52 def dumpTokens (tokens, toError=False):
120 self.debug = False
121 self.debugMacro = False
124 self.inMacroDefine = False
125 self.stopOnHeader = False
183 return False
230 def dumpTokens (self, toError=False):
265 firstNonBlank = False
H A Dmacroparser.py32 self.debug = False
123 mclexer.expandHeaders = False
143 return False
146 return False
H A Dsrcparser.py56 first = False
198 self.debug = False
199 self.onlyExpandMacros = False
/AOO41X/main/pyuno/source/module/
H A Duno.py129 return False
145 return False
160 return False
163 return False
179 return False
183 return False
202 return False
314 return False
/AOO41X/main/vcl/unx/generic/gdi/
H A Dsalcvt.cxx109 rConverter.mbSingleByteEncoding = False; in IsSingleByteEncoding()
114 return False; in IsSingleByteEncoding()
124 Bool bMatch = False; in EncodingHasChar()
129 bMatch = False; in EncodingHasChar()
271 bMatch = False; in EncodingHasChar()
286 return False; in EncodingHasChar()
H A Dsalcvt.hxx70 mbSingleByteEncoding( False ), in ConverterT()
71 mbValid( False ) in ConverterT()
/AOO41X/main/scripting/source/pyprov/
H A Dpythonscript.py55 ENABLE_EDIT_DIALOG=False # offers a minimal editor for editing.
360 return False
400 is_exported = False
430 load = False
456 ret = False
476 return False
572 return False
575 return False
611 return False
687 ret = False
[all …]
/AOO41X/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx743 …splay, OUStringToOString( rString, RTL_TEXTENCODING_ISO_8859_1).getStr(), False ) : nNoDisplayAtom… in getAtom()
1289 m_nXdndTypeList, 0, atomcount, False, in getPasteDataTypes()
1304 False, XA_ATOM, in getPasteDataTypes()
1712 False, in handleSelectionRequest()
1728 False, in handleSelectionRequest()
1807 XSendEvent( m_pDisplay, rRequest.requestor, False, 0, &aNotify ); in handleSelectionRequest()
1878 False, in handleReceivePropertyNotify()
2103 False, in handleSelectionNotify()
2116 False, in handleSelectionNotify()
2384 False, NoEventMask, & aEvent ); in dropComplete()
[all …]
/AOO41X/main/extensions/test/ole/VisualBasic/
H A DProject1.vbproj16 <GenerateRevisionNumber>False</GenerateRevisionNumber>
36 <DebugSymbols>False</DebugSymbols>
37 <DefineDebug>False</DefineDebug>
/AOO41X/main/oovbaapi/ooo/vba/
H A DXDocumentProperties.idl44 * boolean LinkSource, either (False) Value or (True) LinkSource must be provided.
46 …t. If this argument is True, the LinkSource argument is required; if it's False, the value argumen…
53 …* @param LinkSource Ignored if LinkToContent is False. The source of the linked property. The cont…
/AOO41X/main/migrationanalysis/src/wizard/
H A DWizard.Dsr39 Attribute VB_GlobalNameSpace = False
41 Attribute VB_PredeclaredId = False
42 Attribute VB_Exposed = False
/AOO41X/main/solenv/bin/
H A Dbuildalyzer32 self.nolink = False
35 parsing_outputfile = False
39 parsing_outputfile = False
/AOO41X/main/cui/source/dialogs/
H A Dhangulhanjadlg.src388 Hide = False;
396 Hide = False;
404 Hide = False;
412 Hide = False;
/AOO41X/main/testtools/source/bridgetest/pyuno/
H A Dcore.py169 … self.failUnless( id( self.tobj.transportAny( False ) ) == id(False) , "boolean preserve test" )
171 self.failUnless( id( self.tobj.transportAny(0) ) != id( False ), "boolean preserve test" )
/AOO41X/main/vcl/unx/generic/desktopdetect/
H A Ddesktopdetector.cxx108 False, in is_gnome_desktop()
173 False, in KDEVersion()

123456