Home
last modified time | relevance | path

Searched refs:None (Results 1 – 25 of 175) sorted by relevance

1234567

/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx226 m_aWindow( None ), in SelectionManager()
1265 Atom aUTF8Type = None; in getPasteDataTypes()
1868 Atom nType = None; in handleReceivePropertyNotify()
2920 Atom nAction = None; in accept()
2993 rProxy = None; in getXdndVersion()
3022 rProxy = None; in getXdndVersion()
3027 rProxy = None; in getXdndVersion()
3062 XLIB_Window aNewProxy = None, aNewCurrentWindow = None; in updateDragWindow()
3071 if( aChild != None ) in updateDragWindow()
3312 None, in startDrag()
[all …]
H A Dbmp.cxx367 if( aColormap == None ) in X11_getBmpFromPixmap()
394 m_aColormap( None ), in PixmapHolder()
395 m_aPixmap( None ), in PixmapHolder()
396 m_aBitmap( None ) in PixmapHolder()
445 if( m_aPixmap != None ) in ~PixmapHolder()
447 if( m_aBitmap != None ) in ~PixmapHolder()
654 return None; in setBitmapData()
660 return None; in setBitmapData()
665 if( m_aPixmap != None ) in setBitmapData()
667 if( m_aBitmap != None ) in setBitmapData()
[all …]
H A DX11_selection.hxx218 m_aAtom( None ), in Selection()
219 m_aRequestedType( None ), in Selection()
222 m_aUTF8Type( None ), in Selection()
225 m_aLastOwner( None ), in Selection()
237 DropTargetEntry() : m_pTarget( NULL ), m_aRootWindow( None ) {} in DropTargetEntry()
240 m_aRootWindow( None ) in DropTargetEntry()
H A DX11_clipboard.cxx70 if( m_aSelection != None ) in X11Clipboard()
90 if( m_aSelection != None ) in ~X11Clipboard()
175 if( m_aSelection != None ) in setContents()
/trunk/main/vcl/unx/generic/window/
H A Dsalframe.cxx102 static XLIB_Window hPresentationWindow = None, hPresFocusWindow = None;
661 mhWindow = None; in X11SalFrame()
662 mhShellWindow = None; in X11SalFrame()
663 mhStackingWindow = None; in X11SalFrame()
671 hCursor_ = None; in X11SalFrame()
1881 Drawable hWindow = None; in SnapShot()
1891 if (hWindow != None) in SnapShot()
2291 if ( a_pidatom == None ) in IsRunningXAutoLock()
2708 if( aNewParent == None ) in createNewWindow()
2744 mhWindow = None; in createNewWindow()
[all …]
H A Dsalobj.cxx154 pObject->maSecondary = None; in CreateObject()
173 pSalDisp->GetColormap( nScreen ).GetXColormap() : None; in CreateObject()
253 maSystemChildData.aWindow = None; in X11SalObject()
497 XLIB_Window aChild = None; in Dispatch()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi.cxx99 hDrawable_ = None; in X11SalGraphics()
126 hBrush_ = None; in X11SalGraphics()
169 if( pPenGC_ ) XFreeGC( pDisplay, pPenGC_ ), pPenGC_ = None; in freeResources()
170 if( pFontGC_ ) XFreeGC( pDisplay, pFontGC_ ), pFontGC_ = None; in freeResources()
172 if( pMonoGC_ ) XFreeGC( pDisplay, pMonoGC_ ), pMonoGC_ = None; in freeResources()
173 if( pCopyGC_ ) XFreeGC( pDisplay, pCopyGC_ ), pCopyGC_ = None; in freeResources()
174 if( pMaskGC_ ) XFreeGC( pDisplay, pMaskGC_ ), pMaskGC_ = None; in freeResources()
245 SetDrawable( None, m_nScreen ); in DeInit()
265 XSetClipMask( pDisplay, pGC, None ); in SetClipRegion()
335 XSetTile( pDisplay, pBrushGC_, None ); in SelectBrush()
[all …]
H A Dgcach_xpeer.cxx175 if( aPixmap != None ) in PrepareForMultiscreen()
180 pMSGlyph->maPixmaps[ i ] = None; in PrepareForMultiscreen()
284 aPixmap = None; in SetPixmap()
346 if( aPixmap != None ) in RemovingGlyph()
361 if( pMSGlyph->maPixmaps[i] == None ) in RemovingGlyph()
455 return None; in GetPixmap()
461 aPixmap = None; in GetPixmap()
548 aPixmap = None; in GetPixmap()
H A Dsalvd.cxx51 if( pData && pData->hDrawable != None ) in CreateVirtualDevice()
163 if( hDrawable == None ) in Init()
176 return hDrawable_ != None ? sal_True : sal_False; in Init()
184 hDrawable_ = None; in X11SalVirtualDevice()
/trunk/main/vcl/unx/generic/app/
H A Dsaldisp.cxx575 if( aColMap != None && aColMap != DefaultColormap( pDisp_, i ) ) in doDestruct()
801 aPointerCache_[i] = None; in Init()
1767 if( aCur != None ) in GetPointer()
1770 Pixmap aCursBitmap = None, aMaskBitmap = None; in GetPointer()
1780 DBG_ASSERT( aCur != None, "GetPointer: Could not define cursor" ); in GetPointer()
2090 if( None == aCur ) in GetPointer()
2130 None, in CaptureMouse()
2285 if ( mpInputMethod->FilterEvent( pEvent, None ) ) in Dispatch()
3053 m_hColormap( None ), in SalColormap()
3077 m_hColormap( None ), in SalColormap()
[all …]
H A Dwmadaptor.cxx249 Atom aRealType = None; in WMAdaptor()
313 if( aWMakerRunning != None && in WMAdaptor()
349 if( aRwmRunning != None && in WMAdaptor()
387 if( aTTAPlatform != None && in WMAdaptor()
435 Atom aRealType = None; in NetWMAdaptor()
629 Atom aRealType = None; in GnomeWMAdaptor()
640 XLIB_Window aWMChild = None; in GnomeWMAdaptor()
834 Atom aRealType = None; in getNetWmName()
2297 Atom aRealType = None; in getCurrentWorkArea()
2336 Atom aRealType = None; in getWindowWorkArea()
[all …]
/trunk/main/vcl/inc/unx/
H A Dsaldisp.hxx310 m_aRoot( None ), in ScreenData()
311 m_aRefWindow( None ), in ScreenData()
312 m_aMonoGC( None ), in ScreenData()
313 m_aCopyGC( None ), in ScreenData()
314 m_aAndInvertedGC( None ), in ScreenData()
315 m_aAndGC( None ), in ScreenData()
316 m_aOrGC( None ), in ScreenData()
317 m_aStippleGC( None ), in ScreenData()
318 m_hInvert50( None ), in ScreenData()
517 : None; } in GetGC()
/trunk/main/sdext/source/presenter/
H A DPresenterScrollBar.cxx102 meButtonDownArea(None), in PresenterScrollBar()
103 meMouseMoveArea(None), in PresenterScrollBar()
520 if (meMouseMoveArea != None) in mouseExited()
523 meMouseMoveArea = None; in mouseExited()
526 meButtonDownArea = None; in mouseExited()
527 meMouseMoveArea = None; in mouseExited()
546 if (eOldMouseMoveArea != None) in mouseMoved()
547 Repaint(GetRectangle(eOldMouseMoveArea), meMouseMoveArea==None); in mouseMoved()
548 if (meMouseMoveArea != None) in mouseMoved()
720 return None; in GetArea()
[all …]
/trunk/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx558 m_hBackgroundPixmap = None; in InitCommon()
763 m_aForeignParentWindow = None; in Init()
765 m_aForeignTopLevelWindow = None; in Init()
883 aParent = aRoot = None; in findTopLevelSystemWindow()
2177 None, in grabPointer()
2178 None, in grabPointer()
2378 if( aNewParent == None ) in createNewWindow()
2381 aParentData.aWindow = None; in createNewWindow()
2425 if( aParentData.aWindow != None ) in createNewWindow()
2584 m_hBackgroundPixmap = None; in SetBackgroundBitmap()
[all …]
/trunk/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/type/
H A DStringParser.java57 meRestrictionType = RestrictionType.None; in StringParser()
99 case None: in Parse()
115 None enumConstant
H A DNumberParser.java122 meRestrictionType = RestrictionType.None; in NumberParser()
172 case None: in Parse()
260 None enumConstant
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsPageObjectPainter.cxx420 enum State { None = 0x00, Selected = 0x01, MouseOver = 0x02, Focused = 0x04 }; in GetBackgroundForState() enumerator
422 (rpDescriptor->HasState(model::PageDescriptor::ST_Selected) ? Selected : None) in GetBackgroundForState()
423 | (rpDescriptor->HasState(model::PageDescriptor::ST_MouseOver) ? MouseOver : None) in GetBackgroundForState()
424 | (rpDescriptor->HasState(model::PageDescriptor::ST_Focused) ? Focused : None); in GetBackgroundForState()
471 case None: in GetBackgroundForState()
/trunk/main/sw/source/filter/inc/
H A Dfltshell.hxx481 #ifdef None
482 #undef None
485 None, enumerator
546 void End() { eSubMode = None; } in End()
634 eSubMode = None; in EndStyle()
/trunk/main/offapi/com/sun/star/xml/dom/events/
H A DEventType.idl36 * Context Info: None
44 * Context Info: None
117 * Context Info: None
141 * Context Info: None
149 * Context Info: None
/trunk/main/python/
H A Dpython-solver-before-std.patch35 return None
40 if result is None:
41 return None
H A Dpython-ssl.patch21 + if UPDMINOR != None:
36 + if UPDMINOR != None:
/trunk/main/sw/source/ui/config/
H A Dredlopt.src68 < "[None]" ; > ;
205 < "[None]" ; > ;
237 Text [ en-US ] = "[None]" ;
/trunk/main/slideshow/source/engine/OGLTrans/
H A DOGLTrans_TransitionerImpl.cxx409 None in createWindow()
419 None in createWindow()
429 None in createWindow()
439 None in createWindow()
773 None }; in createWindow()
1197 glXMakeCurrent(GLWin.dpy, None, NULL); in createWindow()
/trunk/main/sw/source/ui/frmdlg/
H A Dcption.src207 Text [ en-US ] = "<None>" ;
260 < "<None>" ; > ;
300 < "<None>" ; > ;
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/simple/
H A DBlobNode.java107 None; enumConstant
114 return RestrictionType.None; in GetRestrictionType()

Completed in 191 milliseconds

1234567