Home
last modified time | relevance | path

Searched refs:g (Results 101 – 125 of 684) sorted by relevance

12345678910>>...28

/trunk/main/toolkit/test/accessibility/
H A DCanvas.java207 public void paintComponent (Graphics g) in paintComponent() argument
209 synchronized (g) in paintComponent()
211 super.paintComponent (g); in paintComponent()
213 Graphics2D g2 = (Graphics2D)g; in paintComponent()
H A DAccessibleTextHandler.java762 public void paintIcon(Component c, Graphics g, int x, int y) in paintIcon() argument
764 g.setColor( getColor() ); in paintIcon()
765 g.fillRect( x, y, nHeight, nWidth ); in paintIcon()
766 g.setColor( c.getForeground() ); in paintIcon()
767 g.drawRect( x, y, nHeight, nWidth ); in paintIcon()
/trunk/main/offapi/com/sun/star/i18n/
H A DCalendarFieldIndex.idl61 /** Get daylight saving time offset in minutes, e.g. [0*60..1*60]
88 /// Get/Set time zone offset in minutes, e.g. [-14*60..14*60]
97 minutes, e.g. seconds. 1 minute == 60000 milliseconds.
111 minutes, e.g. seconds. 1 minute == 60000 milliseconds.
H A DXCalendar.idl151 /// returns the number of months in a year, e.g. <b>12</b>
155 /// returns the number of days in a week, e.g. <b>7</b>
207 <dd>abbreviated name, e.g. <b>"Jan"</b></dd>
209 <dd>full name, e.g. <b>"January"</b></dd>
/trunk/main/odk/util/
H A Dodk_rules.pmk27 tr -d "\015" < $< | sed -e 's/%PRODUCT_RELEASE%/$(PRODUCT_RELEASE)/g' > $@
31 tr -d "\015" < $< | sed -e 's/%PRODUCT_RELEASE%/$(PRODUCT_RELEASE)/g' > $@
35 tr -d "\015" < $< | sed -e 's/%PRODUCT_RELEASE%/$(PRODUCT_RELEASE)/g' > $@
172 …/src/component.map | tail -n +3 | head -3 | sed -e 's/.*component/_component/g' -e 's/;[ ]*//' > $@
/trunk/main/unoxml/source/events/
H A Duievent.cxx37 ::osl::MutexGuard const g(m_Mutex); in getView()
43 ::osl::MutexGuard const g(m_Mutex); in getDetail()
53 ::osl::MutexGuard const g(m_Mutex); in initUIEvent()
/trunk/main/sw/source/core/unocore/
H A Dunoftn.cxx234 vos::OGuard g(Application::GetSolarMutex()); in supportsService() local
243 vos::OGuard g(Application::GetSolarMutex()); in getSupportedServiceNames() local
457 vos::OGuard g(Application::GetSolarMutex()); in addEventListener() local
473 vos::OGuard g(Application::GetSolarMutex()); in removeEventListener() local
602 vos::OGuard g(Application::GetSolarMutex()); in getPropertySetInfo() local
H A Dunoidx.cxx498 vos::OGuard g(Application::GetSolarMutex()); in supportsService() local
522 vos::OGuard g(Application::GetSolarMutex()); in getSupportedServiceNames() local
560 vos::OGuard g(Application::GetSolarMutex()); in getServiceName() local
628 vos::OGuard g(Application::GetSolarMutex()); in getPropertySetInfo() local
1478 vos::OGuard g(Application::GetSolarMutex()); in addEventListener() local
1494 vos::OGuard g(Application::GetSolarMutex()); in removeEventListener() local
1508 vos::OGuard g(Application::GetSolarMutex()); in getName() local
1532 vos::OGuard g(Application::GetSolarMutex()); in setName() local
1794 vos::OGuard g(Application::GetSolarMutex()); in supportsService() local
1813 vos::OGuard g(Application::GetSolarMutex()); in getSupportedServiceNames() local
[all …]
/trunk/main/odk/examples/java/Inspector/
H A DUnoTreeRenderer.java108 public void paintComponent(Graphics g) { in paintComponent() argument
117 g.setColor(getForeground()); in paintComponent()
120 super.paintComponent(g); in paintComponent()
/trunk/main/sdext/source/pdfimport/xpdfwrapper/
H A Dpnghelper.cxx198 o_rOutputBuf.push_back(colToByte(zeroColor.g)); in createPng()
201 o_rOutputBuf.push_back(colToByte(oneColor.g)); in createPng()
273 aScanlines.push_back(colToByte(rgb.g)); in createPng()
358 aScanlines.push_back(colToByte(rgb.g)); in createPng()
/trunk/main/odk/examples/java/Drawing/
H A DSDraw.java203 int g = 0; in createSequence() local
237 xSPS.setPropertyValue("FillColor", new Integer(getCol(r,g,b))); in createSequence()
255 public static int getCol(int r, int g, int b) { in getCol() argument
256 return r*65536+g*256+b; in getCol()
/trunk/main/offapi/com/sun/star/rendering/
H A DXBufferController.idl80 with other things, e.g. sound playback.<p>
85 canvas itself changed (e.g. because of render operations, or
113 other things, e.g. sound playback.<p>
118 canvas itself changed (e.g. because of render operations, or
/trunk/main/offapi/com/sun/star/resource/
H A DXStringResourcePersistence.idl117 properties file, e.g. "# My strings". The string may be empty.
143 e.g. "MyBaseName_en_US.properties"
180 e.g. "MyBaseName_en_US.properties"
205 This method is intended to support datatransfer functionality, e.g. provided
224 This method is intended to support datatransfer functionality, e.g. provided
/trunk/main/offapi/com/sun/star/chart2/
H A DXChartTypeTemplate.idl139 e.g. also properties set at the data series (like symbols)./p>
146 that the template matches more accurately. E.g. for a
182 (e.g. color) for the nth series.
187 /** Applies a chart-type specific style (e.g. symbols) to all series in the
217 <member>changeDiagram</member> a template might e.g. change
/trunk/main/unoxml/source/dom/
H A Delementlist.cxx114 ::osl::MutexGuard const g(m_rMutex); in getLength()
130 ::osl::MutexGuard const g(m_rMutex); in item()
147 ::osl::MutexGuard const g(m_rMutex); in handleEvent()
/trunk/main/offapi/com/sun/star/ucb/
H A DFileSystemNotation.idl43 /** The conventions of Unix like file systems (e.g.,
49 /** The conventions of DOS like file systems (e.g.,
56 /** The conventions of Mac like file systems (e.g.,
H A DOutgoingMessageState.idl52 /** Local, non-fatal error (e.g. network temporarily not available).
57 /** Local fatal error (e.g. first SMTP server upstream did not accept the
63 /** Global fatal error (e.g. last member in SMTP chain could not deliver
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_updatedialog.cxx316 vos::OGuard g(Application::GetSolarMutex()); in stop() local
346 vos::OGuard g( Application::GetSolarMutex() ); in execute() local
437 vos::OGuard g(Application::GetSolarMutex()); in execute() local
451 vos::OGuard g(Application::GetSolarMutex());
469 vos::OGuard g(Application::GetSolarMutex()); in handleSpecificError() local
482 vos::OGuard g( Application::GetSolarMutex() ); in getUpdateDisplayString() local
496 vos::OGuard g( Application::GetSolarMutex() ); in getUpdateDisplayString() local
544 vos::OGuard g(Application::GetSolarMutex()); in update() local
550 vos::OGuard g(Application::GetSolarMutex()); in update() local
/trunk/main/offapi/com/sun/star/text/
H A DTextGraphicObjects.idl42 context (e.g. a document).
49 instances within this context (e.g. a document) by its name.
56 instances within this context (e.g. a document) by its index.
H A DTextFrames.idl46 context (e.g. a document).
54 instances within this context (e.g. a document) by its name.
61 instances within this context (e.g. a document) by its index.
/trunk/main/udkapi/com/sun/star/connection/
H A DXConnector.idl50 e.g., <em>socket,host=locahost,port=2345</em> for a tcpip connection.
54 on client side, (e.g., Security-reasons, socket already busy .. ),
58 Couldn't reach a server (e.g. network failure),
/trunk/main/offapi/com/sun/star/deployment/
H A DXPackageTypeInfo.idl38 /** returns the media type of a package, e.g.
78 return a small icon (e.g. 16x16 pixel),
79 else return a big one (e.g. 26x26 pixel)
/trunk/main/cppuhelper/qa/propertysetmixin/
H A Dcomp_propertysetmixin.cxx280 osl::MutexGuard g(m_mutex); in getFirst() local
288 osl::MutexGuard g(m_mutex); in setFirst() local
297 osl::MutexGuard g(m_mutex); in getSecond() local
318 osl::MutexGuard g(m_mutex); in setSecond() local
/trunk/main/offapi/com/sun/star/chart/
H A DChartAxisLabelPosition.idl42 …E.g. when the ChartAxisLabelPosition is set to NEAR_AXIS for an y axis the labels are placed adjac…
55 …E.g. when this is set for an y axis the labels are placed outside the diagram on that side where t…
62 …E.g. when this is set for an y axis the labels are placed outside the diagram on that side where t…
/trunk/main/odk/examples/java/EmbedDocument/Container1/
H A DEmbedContApp.java132 public void update( Graphics g ) in update() argument
134 paint( g ); in update()
137 public void paint( Graphics g ) in paint() argument
139 super.paint( g ); in paint()
146 g.drawImage( m_aImage, 0, 0, EmbedContApp.this ); in paint()

Completed in 189 milliseconds

12345678910>>...28