Home
last modified time | relevance | path

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

12345678910>>...27

/trunk/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 …]
/trunk/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 …]
/trunk/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 …]
/trunk/main/basegfx/source/color/
H A Dbcolortools.cxx33 const double r=rRGBColor.getRed(), g=rRGBColor.getGreen(), b=rRGBColor.getBlue(); in rgb2hsl() local
34 const double minVal = ::std::min( ::std::min( r, g ), b ); in rgb2hsl()
35 const double maxVal = ::std::max( ::std::max( r, g ), b ); in rgb2hsl()
52 h = (g - b)/d; in rgb2hsl()
53 else if( g == maxVal ) in rgb2hsl()
56 h = 4.0 + (r - g)/d; in rgb2hsl()
110 const double r=rRGBColor.getRed(), g=rRGBColor.getGreen(), b=rRGBColor.getBlue(); in rgb2hsv() local
111 const double maxVal = std::max(std::max(r,g),b); in rgb2hsv()
112 const double minVal = std::min(std::min(r,g),b); in rgb2hsv()
127 h = (g - b) / delta; in rgb2hsv()
[all …]
/trunk/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 …]
/trunk/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 …]
/trunk/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
296 …#define N3SQLDescribeCol(a,b,c,d,e,f,g,h,i) (*(T3SQLDescribeCol)getOdbcFunction(ODBC3SQLDescribeCo… argument
306 …#define N3SQLColAttribute(a,b,c,d,e,f,g) (*(T3SQLColAttribute)getOdbcFunction(ODBC3SQLColAttribute… argument
372 …#define N3SQLGetDiagRec(a,b,c,d,e,f,g,h) (*(T3SQLGetDiagRec)getOdbcFunction(ODBC3SQLGetDiagRec))(a… argument
385 …SQLColumnPrivileges(a,b,c,d,e,f,g,h,i) (*(T3SQLColumnPrivileges)getOdbcFunction(ODBC3SQLColumnPriv… argument
397 …#define N3SQLColumns(a,b,c,d,e,f,g,h,i) (*(T3SQLColumns)getOdbcFunction(ODBC3SQLColumns))(a,b,c,d,… argument
[all …]
/trunk/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 …]
/trunk/main/toolkit/source/layout/core/
H A Dtable.cxx160 for ( int g = 0; g < 2; g++ ) in getMinimumSize() local
162 std::vector< GroupData > &aGroup = g == 0 ? maCols : maRows; in getMinimumSize()
165 aGroup.resize( g == 0 ? mnColsLen : nRowsLen ); in getMinimumSize()
174 const int nFirstAttach = g == 0 ? child->mnLeftCol : child->mnTopRow; in getMinimumSize()
175 const int nLastAttach = g == 0 ? child->mnRightCol : child->mnBottomRow; in getMinimumSize()
181 int child_size = g == 0 ? child->maRequisition.Width in getMinimumSize()
185 if ( child->mbExpand[ g ] ) in getMinimumSize()
197 const int nFirstAttach = g == 0 ? child->mnLeftCol : child->mnTopRow; in getMinimumSize()
198 const int nLastAttach = g == 0 ? child->mnRightCol : child->mnBottomRow; in getMinimumSize()
212 int child_size = g == 0 ? child->maRequisition.Width in getMinimumSize()
[all …]
/trunk/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 …]
/trunk/main/stoc/source/uriproc/
H A DUriReference.cxx63 osl::MutexGuard g(m_mutex); in getUriReference() local
87 osl::MutexGuard g(m_mutex); in getSchemeSpecificPart() local
94 osl::MutexGuard g(m_mutex); in isHierarchical() local
99 osl::MutexGuard g(m_mutex); in hasAuthority() local
104 osl::MutexGuard g(m_mutex); in getAuthority() local
109 osl::MutexGuard g(m_mutex); in getPath() local
114 osl::MutexGuard g(m_mutex); in hasRelativePath() local
121 osl::MutexGuard g(m_mutex); in getPathSegmentCount() local
139 osl::MutexGuard g(m_mutex); in getPathSegment() local
156 osl::MutexGuard g(m_mutex); in hasQuery() local
[all …]
/trunk/main/configmgr/source/
H A Dconfigurationregistry.cxx252 osl::MutexGuard g(mutex_); in getURL() local
260 osl::MutexGuard g(mutex_); in open() local
294 osl::MutexGuard g(mutex_); in isValid() local
300 osl::MutexGuard g(mutex_); in close() local
317 osl::MutexGuard g(mutex_); in getRootKey() local
323 osl::MutexGuard g(mutex_); in isReadOnly() local
397 osl::MutexGuard g(service_.mutex_); in getKeyName() local
413 osl::MutexGuard g(service_.mutex_); in isReadOnly() local
424 osl::MutexGuard g(service_.mutex_); in getKeyType() local
431 osl::MutexGuard g(service_.mutex_); in getValueType() local
[all …]
H A Daccess.cxx847 osl::MutexGuard g(lock); in getTypes() local
895 osl::MutexGuard g(lock); in getImplementationId() local
903 osl::MutexGuard g(lock); in getImplementationName() local
912 osl::MutexGuard g(lock); in supportsService() local
926 osl::MutexGuard g(lock); in getSupportedServiceNames() local
990 osl::MutexGuard g(lock); in dispose() local
1014 osl::MutexGuard g(lock); in addEventListener() local
1036 osl::MutexGuard g(lock); in removeEventListener() local
1046 osl::MutexGuard g(lock); in getElementType() local
1070 osl::MutexGuard g(lock); in hasElements() local
[all …]
/trunk/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 …]
/trunk/main/sfx2/source/doc/
H A DSfxDocumentMetaData.cxx684 ::osl::ClearableMutexGuard g(m_aMutex); in setMetaTextAndNotify()
686 g.clear(); in setMetaTextAndNotify()
1338 ::osl::MutexGuard g(m_aMutex); in dispose()
1358 ::osl::MutexGuard g(m_aMutex); in getAuthor()
1371 ::osl::MutexGuard g(m_aMutex); in getGenerator()
1384 ::osl::MutexGuard g(m_aMutex); in getCreationDate()
1397 ::osl::MutexGuard g(m_aMutex); in getTitle()
1409 ::osl::MutexGuard g(m_aMutex); in getSubject()
1422 ::osl::MutexGuard g(m_aMutex); in getDescription()
1435 ::osl::MutexGuard g(m_aMutex); in getKeywords()
[all …]
/trunk/main/unoxml/source/dom/
H A Ddocument.cxx106 ::osl::MutexGuard const g(m_Mutex); in ~CDocument()
325 ::osl::MutexGuard const g(m_Mutex); in addListener()
332 ::osl::MutexGuard const g(m_Mutex); in removeListener()
370 ::osl::MutexGuard const g(m_Mutex); in start()
385 ::osl::MutexGuard const g(m_Mutex); in start()
413 ::osl::MutexGuard const g(m_Mutex); in setOutputStream()
420 ::osl::MutexGuard const g(m_Mutex); in getOutputStream()
428 ::osl::MutexGuard const g(m_Mutex); in createAttribute()
444 ::osl::MutexGuard const g(m_Mutex); in createAttributeNS()
478 ::osl::MutexGuard const g(m_Mutex); in createCDATASection()
[all …]
H A Dsaxbuilder.cxx87 ::osl::MutexGuard g(m_Mutex); in getState()
94 ::osl::MutexGuard g(m_Mutex); in reset()
105 ::osl::MutexGuard g(m_Mutex); in getDocument()
115 ::osl::MutexGuard g(m_Mutex); in getDocumentFragment()
124 ::osl::MutexGuard g(m_Mutex); in startDocumentFragment()
140 ::osl::MutexGuard g(m_Mutex); in endDocumentFragment()
157 ::osl::MutexGuard g(m_Mutex); in startDocument()
174 ::osl::MutexGuard g(m_Mutex); in endDocument()
189 ::osl::MutexGuard g(m_Mutex); in startElement()
291 ::osl::MutexGuard g(m_Mutex); in endElement()
[all …]
/trunk/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 …]
/trunk/main/xmerge/java/xmerge/src/main/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 …]
/trunk/main/vcl/unx/generic/app/
H A Dsaldisp.cxx175 inline int ColorDiff( int r, int g, int b ) in ColorDiff() argument
176 { return (r*r)+(g*g)+(b*b); } in ColorDiff()
178 inline int ColorDiff( SalColor c1, int r, int g, int b ) in ColorDiff() argument
180 (int)SALCOLOR_GREEN(c1)-g, in ColorDiff()
2927 Pixel g = nPixel & green_mask; in GetTCColor() local
2932 g >> nGreenShift_, in GetTCColor()
2936 if( nGreenShift_ > 0 ) g >>= nGreenShift_; else g <<= -nGreenShift_; in GetTCColor()
2942 g |= (g & 0xff) >> (8-nGreenBits_); in GetTCColor()
2946 return MAKE_SALCOLOR( r, g, b ); in GetTCColor()
2955 Pixel g = (Pixel)SALCOLOR_GREEN( nSalColor ); in GetTCPixel() local
[all …]
/trunk/main/dbaccess/source/core/misc/
H A DDatabaseDataProvider.cxx155 osl::MutexGuard g(m_aMutex); in initialize() local
307 osl::MutexGuard g(m_aMutex); in createDataSequenceByRangeRepresentation() local
401 osl::MutexGuard g(m_aMutex); in convertRangeToXML() local
408 osl::MutexGuard g(m_aMutex); in convertRangeFromXML() local
459 osl::MutexGuard g(m_aMutex); in getMasterFields() local
473 osl::MutexGuard g(m_aMutex); in getDetailFields() local
485 osl::MutexGuard g(m_aMutex); in getCommand() local
493 osl::MutexGuard g(m_aMutex); in setCommand() local
503 osl::MutexGuard g(m_aMutex); in getCommandType() local
511 osl::MutexGuard g(m_aMutex); in setCommandType() local
[all …]
/trunk/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 …]
/trunk/main/sw/source/core/unocore/
H A Dunorefmk.cxx406 vos::OGuard g(Application::GetSolarMutex()); in addEventListener() local
420 vos::OGuard g(Application::GetSolarMutex()); in removeEventListener() local
497 vos::OGuard g(Application::GetSolarMutex()); in getPropertySetInfo() local
967 vos::OGuard g(Application::GetSolarMutex()); in addEventListener() local
980 vos::OGuard g(Application::GetSolarMutex()); in removeEventListener() local
991 vos::OGuard g(Application::GetSolarMutex()); in dispose() local
1025 vos::OGuard g(Application::GetSolarMutex()); in AttachImpl() local
1118 vos::OGuard g(Application::GetSolarMutex()); in getAnchor() local
1152 vos::OGuard g(Application::GetSolarMutex()); in getText() local
1159 vos::OGuard g(Application::GetSolarMutex()); in getStart() local
[all …]
/trunk/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