Home
last modified time | relevance | path

Searched refs:g (Results 51 – 75 of 684) sorted by relevance

12345678910>>...28

/trunk/main/unoxml/source/dom/
H A Ddocumenttype.cxx50 ::osl::MutexGuard const g(m_rMutex); in getEntities()
76 ::osl::MutexGuard const g(m_rMutex); in getName()
91 ::osl::MutexGuard const g(m_rMutex); in getNotations()
106 ::osl::MutexGuard const g(m_rMutex); in getPublicId()
121 ::osl::MutexGuard const g(m_rMutex); in getSystemId()
H A Ddocumentbuilder.cxx171 ::osl::MutexGuard const g(m_Mutex); in newDocument()
324 ::osl::MutexGuard const g(m_Mutex); in parse()
363 ::osl::MutexGuard const g(m_Mutex); in parseURI()
387 ::osl::MutexGuard const g(m_Mutex); in setEntityResolver()
395 ::osl::MutexGuard const g(m_Mutex); in getEntityResolver()
404 ::osl::MutexGuard const g(m_Mutex); in setErrorHandler()
H A Dprocessinginstruction.cxx56 ::osl::MutexGuard const g(m_rMutex); in getData()
77 ::osl::MutexGuard const g(m_rMutex); in getTarget()
98 ::osl::MutexGuard const g(m_rMutex); in setData()
115 ::osl::MutexGuard const g(m_rMutex); in getNodeName()
/trunk/main/ooo_custom_images/industrial/res/commandimagelist/
H A Dlc_backgroundpatterncontroller.xcf.bz2
H A Dlc_adjust.xcf.bz2
/trunk/main/unoxml/source/xpath/
H A Dxpathapi.cxx111 ::osl::MutexGuard const g(m_Mutex); in registerNS()
121 ::osl::MutexGuard const g(m_Mutex); in unregisterNS()
155 ::osl::MutexGuard const g(pCNode->GetOwnerDocument().GetMutex()); in lcl_collectNamespaces()
347 ::osl::MutexGuard const g(m_Mutex); in eval()
361 ::osl::MutexGuard const g(pCDoc->GetMutex()); // lock the document! in eval()
429 ::osl::MutexGuard const g(m_Mutex); in registerExtension()
448 ::osl::MutexGuard const g(m_Mutex); in registerExtensionInstance()
/trunk/main/vcl/source/window/
H A Dsyswin.cxx771 SalFrameGeometry g = pWin->mpWindowImpl->mpFrame->GetGeometry(); in SetWindowStateData() local
772 if( abs(g.nX-aState.mnX) < 2 && abs(g.nY-aState.mnY) < 5 ) in SetWindowStateData()
774 long displacement = g.nTopDecoration ? g.nTopDecoration : 20; in SetWindowStateData()
775 …if( (unsigned long) (aState.mnX + displacement + aState.mnWidth + g.nRightDecoration) > (unsigned … in SetWindowStateData()
776 …(unsigned long) (aState.mnY + displacement + aState.mnHeight + g.nBottomDecoration) > (unsigned lo… in SetWindowStateData()
779 … aState.mnX = g.nLeftDecoration ? g.nLeftDecoration : 10; // should result in (0,0) in SetWindowStateData()
782 …(unsigned long) (aState.mnX + displacement + aState.mnWidth + g.nRightDecoration) > (unsigned long… in SetWindowStateData()
783 …(unsigned long) (aState.mnY + displacement + aState.mnHeight + g.nBottomDecoration) > (unsigned lo… in SetWindowStateData()
/trunk/main/vcl/source/gdi/
H A Dwall.cxx459 Gradient g; in ImplGetApplicationGradient() local
460 g.SetAngle( 900 ); in ImplGetApplicationGradient()
461 g.SetStyle( GRADIENT_LINEAR ); in ImplGetApplicationGradient()
462 g.SetStartColor( Application::GetSettings().GetStyleSettings().GetFaceColor() ); in ImplGetApplicationGradient()
465 g.SetEndColor( Application::GetSettings().GetStyleSettings().GetFaceColor() ); in ImplGetApplicationGradient()
467 g.SetEndColor( Application::GetSettings().GetStyleSettings().GetFaceGradientColor() ); in ImplGetApplicationGradient()
468 return g; in ImplGetApplicationGradient()
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/text/
H A DTextAttributeDialog.java143 public void paintIcon (Component c, Graphics g, int x, int y) in paintIcon() argument
145 g.setColor( getColor() ); in paintIcon()
146 g.fillRect( x, y, nHeight, nWidth ); in paintIcon()
147 g.setColor( c.getForeground() ); in paintIcon()
148 g.drawRect( x, y, nHeight, nWidth ); in paintIcon()
/trunk/main/ucb/source/ucp/odma/
H A Dodma_lib.hxx223 #define NODMCloseDocEx(a,b,c,d,e,f,g) (*(pODMCloseDocEx))(a,b,c,d,e,f,g) argument
224 #define NODMSaveAsEx(a,b,c,d,e,f,g) (*(pODMSaveAsEx))(a,b,c,d,e,f,g) argument
228 #define NODMSetDocEvent(a,b,c,d,e,f,g) (*(pODMSetDocEvent))(a,b,c,d,e,f,g) argument
/trunk/main/udkapi/com/sun/star/script/
H A DXLibraryAccess.idl51 (e.g., "UtilLibrary.ModuleDate.FunctionCurrentDate")
59 a part of a function name (e.g., "UtilLibrary").
65 e.g., { "UtilLibrary.ModuleDate", "UtilLibrary.Output", ... }
78 (e.g., "UtilLibrary.ModuleDate")
93 (e.g., "UtilLibrary.ModuleDate.Function.CurrentDate")
/trunk/main/libtextcat/data/new_fingerprints/lm/
H A Dhungarian.lm15 g 1978
119 ég 238
238 ág 133
285g 109
340 gé 91
/trunk/main/soltools/ldump/
H A Dhashtbl.cxx134 unsigned long g = 0; in Hash() local
139 g = h & 0xf0000000; in Hash()
141 if (g != 0) in Hash()
143 h = h ^ (g >> 24); in Hash()
144 h = h ^ g; in Hash()
/trunk/main/tools/workben/
H A Dhashtbl.cxx158 ULONG g = 0; in Hash() local
163 g = h & 0xf0000000; in Hash()
165 if (g != 0) in Hash()
167 h = h ^ (g >> 24); in Hash()
168 h = h ^ g; in Hash()
/trunk/main/comphelper/source/property/
H A Dopropertybag.cxx236 ::osl::ClearableMutexGuard g( m_aMutex ); in insert()
250 g.clear(); in insert()
343 ::osl::ClearableMutexGuard g( m_aMutex ); in addProperty()
359 g.clear(); in addProperty()
366 ::osl::ClearableMutexGuard g( m_aMutex ); in removeProperty()
373 g.clear(); in removeProperty()
/trunk/extras/l10n/source/hu/
H A Dlocalize.sdf444 …items\svxitems.src 0 string RID_SVXITEMS_HNGPNCT_ON 0 hu Túllógó írásjelek a sor végén 20200…
2991 …bset.src 0 string RID_SUBSETMAP RID_SUBSETSTR_BASIC_GREEK 0 hu Egyszerű görög 20200411 15:09:…
10604 …g.src 0 string SCSTR_CLPBRD_CLEAR 0 hu A vágólapon nagy mennyiségű adat található.\nSzeretné, h…
23238 …49481 47 0 hu Az egész görbe áthelyezéséhez mutasson az egérrel a görbére két pont között vagy e…
23418 …153990 2 0 hu \<ahelp hid=\".uno:HelpMenu\"\>A Súgó menü segítségével indítható az $[officename]…
32140 …01170000.xhp 0 help par_idN11CED 0 hu Megadja egy görgetősáv minimális magasságát vagy szélessé
32142 …01170000.xhp 0 help par_idN11CFA 0 hu Megadja egy görgetősáv maximális magasságát vagy szélessé
37836 …_value\>súgó; súgótippek\</bookmark_value\> \<bookmark_value\>súgótippek; súgó\</bookmark_…
44280 … help bm_id3146936 0 hu \<bookmark_value\>kivágás\</bookmark_value\>\<bookmark_value\>vágólap; …
61739gével görgeti, akkor az oldalszám az egérgomb felengedésekor jelenik meg. Ha a jobb oldali görgető…
[all …]
/trunk/main/offapi/com/sun/star/rendering/
H A DXTextLayout.idl109 e.g. an 'a', the bounding box for the
127 for the given character, which, e.g. for a '.', might be
170 characters, e.g. relative to a reference output device.<p>
229 into a single justification run. This is e.g. useful if the
230 line consists of several text portions (e.g. because of
283 The insertion index, as e.g. returned by
289 valid caret placements. That means, on cannot e.g. set the
358 continuous, if e.g. the text direction changes in the middle
388 e.g. output relative to the left, top edge.<p>
/trunk/main/lingucomponent/source/languageguessing/
H A Dsimpleguesser.cxx136 Guess g((char*)(guess_list + current_pointer)); in GuessLanguage() local
138 guesses.push_back(g); in GuessLanguage()
178 Guess g( (char *)langStr.c_str()); in GetManagedLanguages() local
179 lang.push_back(g); in GetManagedLanguages()
/trunk/main/cppuhelper/test/
H A Dtestimplhelper.cxx119 virtual OUString SAL_CALL g() throw(RuntimeException) in g() function
148 virtual OUString SAL_CALL g() throw(RuntimeException) in g() function
179 virtual OUString SAL_CALL g() throw(RuntimeException) in g() function
228 virtual OUString SAL_CALL g() throw(RuntimeException) in g() function
264 virtual OUString SAL_CALL g() throw(RuntimeException) in g() function
364 OSL_ENSURE( xg->g().equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("g") ), "### G failed!" ); in dotest()
/trunk/main/sc/source/ui/cctrl/
H A Dtbzoomsliderctrl.cxx478 Gradient g; in DoPaint() local
479 g.SetAngle( 0 ); in DoPaint()
480 g.SetStyle( GRADIENT_LINEAR ); in DoPaint()
482 g.SetStartColor( aStartColor ); in DoPaint()
483 g.SetEndColor( aEndColor ); in DoPaint()
484 pVDev->DrawGradient( aRect, g ); in DoPaint()
/trunk/main/solenv/bin/
H A Drelocate72 $value =~ s/$state->{'old_root'}/$state->{'new_root'}/g;
73 $value =~ s/$state->{'win32_old_root'}/$state->{'win32_new_root'}/g;
93 $tmp =~ s/\//\\\\\\\\\\\\\\\\/g;
96 $tmp =~ s/\//\\\\\\\\/g;
195 $value =~ s/$state->{'old_root'}/$state->{'new_root'}/g;
/trunk/main/configmgr/source/
H A Dchildaccess.cxx167 osl::MutexGuard g(lock); in getParent() local
176 osl::MutexGuard g(lock); in setParent() local
188 osl::MutexGuard g(lock); in getSomething() local
358 osl::MutexGuard g(lock); in ~ChildAccess() local
388 osl::MutexGuard g(lock); in queryInterface() local
/trunk/test/testuno/source/testlib/uno/
H A DTestUtil.java122 int g = random.nextInt(256); in randColor() local
125 return r * 65536 + g * 256 + b; in randColor()
138 int g = random.nextInt(gMax + 1) % 256; in randColor() local
141 return r * 65536 + g * 256 + b; in randColor()
/trunk/main/officecfg/util/
H A Dcomponent-conf.gen36 #search all schemas in the makefile except userprofile and format them as e.g org.openoffice.Inet
55 s#\$/#.#g;
66 s#org.openoffice.#oo-#g;
67 s#\.#-#g;
H A Dcomponent-ldif.gen36 #search all schemas in the makefile except userprofile and format them as e.g org.openoffice.Inet
55 s#\$/#.#g;
65 s#org.openoffice.#oo-#g;
66 s#\.#-#g;

Completed in 1309 milliseconds

12345678910>>...28