Home
last modified time | relevance | path

Searched refs:g (Results 1 – 25 of 666) sorted by relevance

12345678910>>...27

/AOO41X/main/soltools/mkdepend/
H A Difparser.c76 parse_variable (g, cp, varp) in parse_variable() argument
77 IfParser *g; in parse_variable()
84 return CALLFUNC(g, handle_error) (g, cp, "variable name");
94 parse_number (g, cp, valp) in parse_number() argument
95 IfParser *g; in parse_number()
102 return CALLFUNC(g, handle_error) (g, cp, "number");
116 parse_value (g, cp, valp) in parse_value() argument
117 IfParser *g; in parse_value()
131 DO (cp = ParseIfExpression (g, cp + 1, valp));
134 return CALLFUNC(g, handle_error) (g, cp, ")");
[all …]
/AOO41X/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DStateSetView.java86 public void paintChildren (Graphics g) in paintChildren() argument
88 if (g != null) in paintChildren()
89 synchronized (g) in paintChildren()
91 super.paintChildren (g); in paintChildren()
102 PaintAllStates ((Graphics2D)g, aWidgetArea); in paintChildren()
106 private void PaintAllStates (Graphics2D g, Rectangle aWidgetArea) in PaintAllStates() argument
108 Color aTextColor = g.getColor(); in PaintAllStates()
110 g.setRenderingHint ( in PaintAllStates()
120 AffineTransform aTransform = g.getTransform (); in PaintAllStates()
121 g.setColor (aTextColor); in PaintAllStates()
[all …]
/AOO41X/main/scaddins/source/analysis/
H A Dbessel.cxx108 double g = 0.0; // g_0= f_{-1} / f_0 = 0/(-1) = 0 in BesselJ() local
122 g = -1.0 / g_bar; // g_k=b_{k+2}/g_bar_k in BesselJ()
123 f_bar = f_bar * g; // f_bar_k = f_bar_{k-1}* g_k in BesselJ()
133 g_bar_delta_u = - g * delta_u - m_bar * u; // alpha_k = 0.0 in BesselJ()
134 g_bar = m_bar - 2.0*k/fX + g; in BesselJ()
137 g = -1.0/g_bar; in BesselJ()
138 f_bar=f_bar * g; in BesselJ()
142 g_bar_delta_u = f_bar - g * delta_u - m_bar * u; // alpha_k = 1.0 in BesselJ()
143 g_bar = m_bar - 2.0*k/fX + g; in BesselJ()
146 g = -1.0/g_bar; in BesselJ()
[all …]
/AOO41X/main/basegfx/source/color/
H A Dbcolortools.cxx37 const double r=rRGBColor.getRed(), g=rRGBColor.getGreen(), b=rRGBColor.getBlue(); in rgb2hsl() local
38 const double minVal = ::std::min( ::std::min( r, g ), b ); in rgb2hsl()
39 const double maxVal = ::std::max( ::std::max( r, g ), b ); in rgb2hsl()
56 h = (g - b)/d; in rgb2hsl()
57 else if( g == maxVal ) in rgb2hsl()
60 h = 4.0 + (r - g)/d; in rgb2hsl()
114 const double r=rRGBColor.getRed(), g=rRGBColor.getGreen(), b=rRGBColor.getBlue(); in rgb2hsv() local
115 const double maxVal = std::max(std::max(r,g),b); in rgb2hsv()
116 const double minVal = std::min(std::min(r,g),b); in rgb2hsv()
131 h = (g - b) / delta; in rgb2hsv()
[all …]
/AOO41X/main/toolkit/test/accessibility/
H A DCanvasShape.java123 public void paint (Graphics2D g, in paint() argument
141 g.setColor (maBgColor); in paint()
142 g.fill (maShape); in paint()
149 g.setColor (color); in paint()
150 g.draw (maShape); in paint()
154 g.setColor (maFocusColor); in paint()
157 g.fill ( in paint()
166 g.setColor (maSelectionColor); in paint()
169 g.draw ( in paint()
178 g.setColor (maFgColor); in paint()
[all …]
/AOO41X/main/accessibility/workben/org/openoffice/accessibility/awb/canvas/
H A DCanvasShape.java154 Graphics2D g, in paint() argument
168 maTransformation = g.getTransform(); in paint()
174 g.setColor (maBgColor); in paint()
175 g.fill (maShape); in paint()
182 g.setColor (color); in paint()
183 g.draw (maShape); in paint()
187 g.setColor (maFocusColor); in paint()
190 g.fill ( in paint()
199 g.setColor (maSelectionColor); in paint()
202 g.draw ( in paint()
[all …]
/AOO41X/main/libtextcat/data/new_fingerprints/lm/
H A Dturkish.lm21 g 1584
58 &g; 708
59 g; 708
60 &g 708
229 g;&i 220
230 g;& 220
231 &g;& 220
233 &g;&i 220
234 g;&i; 220
240 g;i 208
[all …]
H A Dnepali.lm4 g 933
32 g] 245
87 g]_ 100
129 g]kfn 67
130 g]k 67
132 g]kf 67
136 g' 66
173 g\ 53
193 g\_ 47
237 'g 40
[all …]
/AOO41X/main/connectivity/source/inc/odbc/
H A DOFunctions.hxx45 …#define N3SQLConnect(a,b,c,d,e,f,g) (*(T3SQLConnect)getOdbcFunction(ODBC3SQLConnect))(a,b,c,d,e,f, argument
56 …fine N3SQLDriverConnect(a,b,c,d,e,f,g,h) (*(T3SQLDriverConnect)getOdbcFunction(ODBC3SQLDriverConne… argument
77 …#define N3SQLDataSources(a,b,c,d,e,f,g,h) (*(T3SQLDataSources)getOdbcFunction(ODBC3SQLDataSources)… argument
88 …#define N3SQLDrivers(a,b,c,d,e,f,g,h) (*(T3SQLDrivers)getOdbcFunction(ODBC3SQLDrivers))(a,b,c,d,e,… argument
223 …ne N3SQLBindParameter(a,b,c,d,e,f,g,h,i,j) (*(T3SQLBindParameter)getOdbcFunction(ODBC3SQLBindParam… argument
305 …#define N3SQLDescribeCol(a,b,c,d,e,f,g,h,i) (*(T3SQLDescribeCol)getOdbcFunction(ODBC3SQLDescribeCo… argument
315 …#define N3SQLColAttribute(a,b,c,d,e,f,g) (*(T3SQLColAttribute)getOdbcFunction(ODBC3SQLColAttribute… argument
381 …#define N3SQLGetDiagRec(a,b,c,d,e,f,g,h) (*(T3SQLGetDiagRec)getOdbcFunction(ODBC3SQLGetDiagRec))(a… argument
394 …SQLColumnPrivileges(a,b,c,d,e,f,g,h,i) (*(T3SQLColumnPrivileges)getOdbcFunction(ODBC3SQLColumnPriv… argument
406 …#define N3SQLColumns(a,b,c,d,e,f,g,h,i) (*(T3SQLColumns)getOdbcFunction(ODBC3SQLColumns))(a,b,c,d,… argument
[all …]
/AOO41X/main/toolkit/source/layout/core/
H A Dtable.cxx161 for ( int g = 0; g < 2; g++ ) in getMinimumSize() local
163 std::vector< GroupData > &aGroup = g == 0 ? maCols : maRows; in getMinimumSize()
166 aGroup.resize( g == 0 ? mnColsLen : nRowsLen ); in getMinimumSize()
175 const int nFirstAttach = g == 0 ? child->mnLeftCol : child->mnTopRow; in getMinimumSize()
176 const int nLastAttach = g == 0 ? child->mnRightCol : child->mnBottomRow; in getMinimumSize()
182 int child_size = g == 0 ? child->maRequisition.Width in getMinimumSize()
186 if ( child->mbExpand[ g ] ) in getMinimumSize()
198 const int nFirstAttach = g == 0 ? child->mnLeftCol : child->mnTopRow; in getMinimumSize()
199 const int nLastAttach = g == 0 ? child->mnRightCol : child->mnBottomRow; in getMinimumSize()
213 int child_size = g == 0 ? child->maRequisition.Width in getMinimumSize()
[all …]
/AOO41X/main/toolkit/test/accessibility/ov/
H A DStateSetView.java159 public void paintChildren (Graphics g) in paintChildren() argument
161 synchronized (g) in paintChildren()
163 super.paintChildren (g); in paintChildren()
174 PaintAllStates ((Graphics2D)g, aWidgetArea); in paintChildren()
178 private void PaintAllStates (Graphics2D g, Rectangle aWidgetArea) in PaintAllStates() argument
180 Color aTextColor = g.getColor(); in PaintAllStates()
182 g.setRenderingHint ( in PaintAllStates()
192 AffineTransform aTransform = g.getTransform (); in PaintAllStates()
193 g.setColor (aTextColor); in PaintAllStates()
209 g.setTransform (aTransform); in PaintAllStates()
[all …]
/AOO41X/main/stoc/source/uriproc/
H A DUriReference.cxx63 osl::MutexGuard g(m_mutex); in getUriReference() local
88 osl::MutexGuard g(m_mutex); in getSchemeSpecificPart() local
95 osl::MutexGuard g(m_mutex); in isHierarchical() local
100 osl::MutexGuard g(m_mutex); in hasAuthority() local
105 osl::MutexGuard g(m_mutex); in getAuthority() local
110 osl::MutexGuard g(m_mutex); in getPath() local
115 osl::MutexGuard g(m_mutex); in hasRelativePath() local
122 osl::MutexGuard g(m_mutex); in getPathSegmentCount() local
141 osl::MutexGuard g(m_mutex); in getPathSegment() local
158 osl::MutexGuard g(m_mutex); in hasQuery() local
[all …]
/AOO41X/main/odk/examples/DevelopersGuide/Accessibility/
H A DGraphicalDisplay.java56 public synchronized void paintComponent (Graphics g) in paintComponent() argument
58 super.paintComponent (g); in paintComponent()
66 g.setColor (new Color (250,240,230)); in paintComponent()
67 g.fillRect ( in paintComponent()
73 g.setColor (Color.BLACK); in paintComponent()
74 g.drawRect ( in paintComponent()
81 drawAccessibleObject (g, mxContext, Color.GREEN); in paintComponent()
83 public synchronized void paintChildren (Graphics g) in paintChildren() argument
86 public synchronized void paintBorder (Graphics g) in paintBorder() argument
96 public void drawAccessibleObject (Graphics g, XAccessibleContext xContext, Color aColor) in drawAccessibleObject() argument
[all …]
/AOO41X/main/xmerge/source/xmerge/java/org/openoffice/xmerge/util/
H A DColourConverter.java164 int g = 0; in convertToRGB() local
169 r = g = b = 128; in convertToRGB()
173 r = g = b = 192; in convertToRGB()
177 r = g = b = 255; in convertToRGB()
185 g = 255; in convertToRGB()
193 g = b = 255; in convertToRGB()
201 r = g = 255; in convertToRGB()
209 g = 128; in convertToRGB()
217 b = g = 128; in convertToRGB()
225 r = g = 128; in convertToRGB()
[all …]
/AOO41X/main/scripting/java/com/sun/star/script/framework/provider/beanshell/
H A DPlainSourceView.java183 public void paintComponent(Graphics g) { in paintComponent() argument
187 g.setFont(font); in paintComponent()
190 Rectangle clip = g.getClipBounds(); in paintComponent()
192 g.setColor(getBackground()); in paintComponent()
193 g.fillRect(clip.x, clip.y, clip.width, clip.height); in paintComponent()
211 g.setColor(Color.blue); in paintComponent()
212 g.drawString(text, 0, y + ascent); in paintComponent()
217 drawArrow(g, ascent, x, y); in paintComponent()
222 private void drawArrow(Graphics g, int ascent, int x, int y) { in drawArrow() argument
238 g.setColor(Color.red); in drawArrow()
[all …]
/AOO41X/main/unoxml/source/dom/
H A Ddocument.cxx106 ::osl::MutexGuard const g(m_Mutex); in ~CDocument()
326 ::osl::MutexGuard const g(m_Mutex); in addListener()
334 ::osl::MutexGuard const g(m_Mutex); in removeListener()
373 ::osl::MutexGuard const g(m_Mutex); in start()
388 ::osl::MutexGuard const g(m_Mutex); in start()
418 ::osl::MutexGuard const g(m_Mutex); in setOutputStream()
425 ::osl::MutexGuard const g(m_Mutex); in getOutputStream()
434 ::osl::MutexGuard const g(m_Mutex); in createAttribute()
451 ::osl::MutexGuard const g(m_Mutex); in createAttributeNS()
486 ::osl::MutexGuard const g(m_Mutex); in createCDATASection()
[all …]
H A Dsaxbuilder.cxx91 ::osl::MutexGuard g(m_Mutex); in getState()
99 ::osl::MutexGuard g(m_Mutex); in reset()
111 ::osl::MutexGuard g(m_Mutex); in getDocument()
122 ::osl::MutexGuard g(m_Mutex); in getDocumentFragment()
132 ::osl::MutexGuard g(m_Mutex); in startDocumentFragment()
149 ::osl::MutexGuard g(m_Mutex); in endDocumentFragment()
166 ::osl::MutexGuard g(m_Mutex); in startDocument()
183 ::osl::MutexGuard g(m_Mutex); in endDocument()
199 ::osl::MutexGuard g(m_Mutex); in startElement()
302 ::osl::MutexGuard g(m_Mutex); in endElement()
[all …]
/AOO41X/main/unoxml/source/events/
H A Dmouseevent.cxx44 ::osl::MutexGuard const g(m_Mutex); in getScreenX()
49 ::osl::MutexGuard const g(m_Mutex); in getScreenY()
54 ::osl::MutexGuard const g(m_Mutex); in getClientX()
59 ::osl::MutexGuard const g(m_Mutex); in getClientY()
64 ::osl::MutexGuard const g(m_Mutex); in getCtrlKey()
69 ::osl::MutexGuard const g(m_Mutex); in getShiftKey()
74 ::osl::MutexGuard const g(m_Mutex); in getAltKey()
79 ::osl::MutexGuard const g(m_Mutex); in getMetaKey()
84 ::osl::MutexGuard const g(m_Mutex); in getButton()
89 ::osl::MutexGuard const g(m_Mutex); in getRelatedTarget()
[all …]
H A Devent.cxx43 ::osl::MutexGuard const g(m_Mutex); in getType()
50 ::osl::MutexGuard const g(m_Mutex); in getTarget()
57 ::osl::MutexGuard const g(m_Mutex); in getCurrentTarget()
63 ::osl::MutexGuard const g(m_Mutex); in getEventPhase()
69 ::osl::MutexGuard const g(m_Mutex); in getBubbles()
75 ::osl::MutexGuard const g(m_Mutex); in getCancelable()
82 ::osl::MutexGuard const g(m_Mutex); in getTimeStamp()
88 ::osl::MutexGuard const g(m_Mutex); in stopPropagation()
100 ::osl::MutexGuard const g(m_Mutex); in initEvent()
/AOO41X/main/configmgr/source/
H A Dconfigurationregistry.cxx353 osl::MutexGuard g(mutex_); in getURL() local
362 osl::MutexGuard g(mutex_); in open() local
396 osl::MutexGuard g(mutex_); in isValid() local
403 osl::MutexGuard g(mutex_); in close() local
422 osl::MutexGuard g(mutex_); in getRootKey() local
428 osl::MutexGuard g(mutex_); in isReadOnly() local
507 osl::MutexGuard g(service_.mutex_); in getKeyName() local
524 osl::MutexGuard g(service_.mutex_); in isReadOnly() local
536 osl::MutexGuard g(service_.mutex_); in getKeyType() local
544 osl::MutexGuard g(service_.mutex_); in getValueType() local
[all …]
H A Daccess.cxx849 osl::MutexGuard g(lock); in getTypes() local
898 osl::MutexGuard g(lock); in getImplementationId() local
906 osl::MutexGuard g(lock); in getImplementationName() local
916 osl::MutexGuard g(lock); in supportsService() local
931 osl::MutexGuard g(lock); in getSupportedServiceNames() local
995 osl::MutexGuard g(lock); in dispose() local
1020 osl::MutexGuard g(lock); in addEventListener() local
1043 osl::MutexGuard g(lock); in removeEventListener() local
1053 osl::MutexGuard g(lock); in getElementType() local
1077 osl::MutexGuard g(lock); in hasElements() local
[all …]
/AOO41X/main/sfx2/source/doc/
H A DSfxDocumentMetaData.cxx745 ::osl::ClearableMutexGuard g(m_aMutex); in setMetaTextAndNotify()
747 g.clear(); in setMetaTextAndNotify()
1401 ::osl::MutexGuard g(m_aMutex); in dispose()
1421 ::osl::MutexGuard g(m_aMutex); in getAuthor()
1435 ::osl::MutexGuard g(m_aMutex); in getGenerator()
1449 ::osl::MutexGuard g(m_aMutex); in getCreationDate()
1463 ::osl::MutexGuard g(m_aMutex); in getTitle()
1476 ::osl::MutexGuard g(m_aMutex); in getSubject()
1490 ::osl::MutexGuard g(m_aMutex); in getDescription()
1504 ::osl::MutexGuard g(m_aMutex); in getKeywords()
[all …]
/AOO41X/main/vcl/unx/generic/app/
H A Dsaldisp.cxx177 inline int ColorDiff( int r, int g, int b ) in ColorDiff() argument
178 { return (r*r)+(g*g)+(b*b); } in ColorDiff()
180 inline int ColorDiff( SalColor c1, int r, int g, int b ) in ColorDiff() argument
182 (int)SALCOLOR_GREEN(c1)-g, in ColorDiff()
2935 Pixel g = nPixel & green_mask; in GetTCColor() local
2940 g >> nGreenShift_, in GetTCColor()
2944 if( nGreenShift_ > 0 ) g >>= nGreenShift_; else g <<= -nGreenShift_; in GetTCColor()
2950 g |= (g & 0xff) >> (8-nGreenBits_); in GetTCColor()
2954 return MAKE_SALCOLOR( r, g, b ); in GetTCColor()
2963 Pixel g = (Pixel)SALCOLOR_GREEN( nSalColor ); in GetTCPixel() local
[all …]
/AOO41X/main/scripting/examples/java/debugger/
H A DOOBeanShellDebugger.java334 public void paintComponent(Graphics g) { in paintComponent() argument
338 g.setFont(font); in paintComponent()
341 Rectangle clip = g.getClipBounds(); in paintComponent()
343 g.setColor(getBackground()); in paintComponent()
344 g.fillRect(clip.x, clip.y, clip.width, clip.height); in paintComponent()
362 g.setColor(Color.blue); in paintComponent()
363 g.drawString(text, 0, y + ascent); in paintComponent()
368 drawArrow(g, ascent, x, y); in paintComponent()
373 private void drawArrow(Graphics g, int ascent, int x, int y) { in drawArrow() argument
389 g.setColor(Color.red); in drawArrow()
[all …]
/AOO41X/main/vcl/source/gdi/
H A Dbmpfast.cxx63 void SetColor( PIXBYTE r, PIXBYTE g, PIXBYTE b ) const;
83 void SetColor( PIXBYTE r, PIXBYTE g, PIXBYTE b ) const in SetColor() argument
86 mpPixel[1] = g; in SetColor()
103 void SetColor( PIXBYTE r, PIXBYTE g, PIXBYTE b ) const in SetColor() argument
106 mpPixel[1] = g; in SetColor()
123 void SetColor( PIXBYTE r, PIXBYTE g, PIXBYTE b ) const in SetColor() argument
126 mpPixel[2] = g; in SetColor()
143 void SetColor( PIXBYTE r, PIXBYTE g, PIXBYTE b ) const in SetColor() argument
146 mpPixel[2] = g; in SetColor()
163 void SetColor( PIXBYTE r, PIXBYTE g, PIXBYTE b ) const in SetColor() argument
[all …]

12345678910>>...27