Home
last modified time | relevance | path

Searched refs:g (Results 226 – 250 of 684) sorted by relevance

12345678910>>...28

/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DTextStyle.java171 String g = value.substring(3, 5); in parseColorString() local
178 green = Integer.parseInt(g, 16); in parseColorString()
/trunk/main/offapi/com/sun/star/rendering/
H A DXIntegerBitmap.idl71 can change for the same bitmap, if the user e.g. switches the
113 can change for the same bitmap, if the user e.g. switches the
/trunk/main/offapi/com/sun/star/frame/
H A DXDispatch.idl49 controls (e.g. toolbox controls).
61 of the function (e.g. "undo insert character"). It is to be broadcasted
H A DXComponentLoader.idl70 Other special protocols (e.g. "slot:", ".uno") are not allowed and raise
88 …<td>special UI functionality<br>(e.g. detecting of already loaded documents, using of empty frames…
/trunk/main/
H A Dset_soenv.in2339 $envvar =~ s/\\/\\\\/g;
2350 $envvar =~ s/\//\\/g ;
2380 $aliastmp =~ s/\$/\%/g;
2381 $aliastmp =~ s!/!\\!g;
H A Dconfigure.ac1682 CXX="g++ -mno-cygwin"
1691 dnl and g++ to build guw.exe although MS cl (or MinGW) is used to
1695 AC_MSG_CHECKING([for cygwin gcc/g++])
1696 if which gcc > /dev/null && which g++ > /dev/null ; then
2540 CXX="$with_gcc_home/bin/g++"
2562 AC_MSG_RESULT([checked (g++ $_gpp_version)])
3129 javacompiler=`echo $WITH_JAVA | $SED -e "s/gij/gcj/g" | $SED -e "s/java/javac/g"`
3277 # maybe only one level of symlink (e.g. on Mac)
3376 gcjaot=`echo $WITH_JAVA | $SED -e "s/gij/gcj/g"`
4043 HOME=`echo $HOME | sed 's:\\\\:/:g'`
[all …]
/trunk/main/offapi/com/sun/star/document/
H A DXDocumentProperties.idl74 (e.g. when importing arbitrary document formats that support
328 someone else, e.g., a document.
393 someone else, e.g., a document.
H A DFilterFactory.idl169 (e.g. <type scope="com::sun::star::text">TextDocument</type>)</td>
183 (e.g. they mark it as IMPORT/EXPORT or DEFAULT filter.)</td>
/trunk/extras/l10n/source/nn/
H A Dlocalize.sdf3149 …owHiddenParagraphs\"\>Viser eller gøymer gøymde avsnitt.\</ahelp\> Denne innstillinga påverkar ber…
4664 … help par_id3153409 19 0 nn Før du kan gøyma tekst må du laga ein variabel som skal brukast som …
5343 ….xhp 0 help par_id3147114 45 0 nn Dobbeltklikk framfor det gøymde tekstfeltet eller det gøymde a…
6479 …ared\optionen\01040900.xhp 0 help par_idN107CF 0 nn Vilkårstekst, gøymd tekst, gøymde avsnitt, …
10538 …0.xhp 0 help par_id3148983 2 0 nn Trykk på \<emph\>Vis/gøym dokumentstruktur\</emph\> for å gøym…
14491 …elp bm_id3146119 0 nn \<bookmark_value\>underpunkt; gøyma\</bookmark_value\>\<bookmark_value\>g
14618 …ysbiletnummeret til gøymde lysbilete er kryssa vekk. For å visa eit gøymt lysbilete, kan du velja …
14750 …hp 0 help bm_id3153142 0 nn \<bookmark_value\>nivå; gøyma\</bookmark_value\>\<bookmark_value\>g
15423gøyma funksjonar\</bookmark_value\>\<bookmark_value\>gøyma; rader\</bookmark_value\>\<bookmark_val…
23079 sw source\ui\utlui\navipi.src 0 string ST_HIDDEN 150 nn gøymd 2002-02-02 02:02:02
[all …]
/trunk/main/udkapi/com/sun/star/io/
H A DXInputStream.idl68 C++ only : Note that for unbridged (e.g., in-process)
80 <li> the call is not bridged (e.g., betweeen different compilers
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DCellStyle.java130 String g = value.substring(3, 5); in parseColorString() local
137 green = Integer.parseInt(g, 16); in parseColorString()
/trunk/main/vcl/inc/unx/
H A Dsaldisp.hxx193 int g,
197 int g,
/trunk/main/offapi/com/sun/star/chart2/data/
H A DTabularDataProviderArguments.idl66 (e.g. data comes from column A, C, B).</p>
116 like e.g. "Row 12", "Row 13", etc.
H A DXDatabaseDataProvider.idl83 <p>If the report is no sub report (e.g. its parent is not a report itself), this
108 <p>If the report is no sub report (e.g. it's parent is not a report itself), this
/trunk/main/offapi/com/sun/star/sdb/application/
H A DXDatabaseDocumentUI.idl150 the component might be uncloseable currently, e.g. due to an open modal
151 dialog, or a long-lasting operation running currently (e.g. printing).</p>
154 be closed. Again, closing might be vetoed by other instances, e.g. by a close
/trunk/main/sw/sdi/
H A Ddrwtxtsh.sdi554 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; // e.g. disable for read-only documents
561 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; // e.g. disable for read-only documents
/trunk/main/offapi/com/sun/star/sheet/
H A DXDataPilotFieldGrouping.idl134 is zero, grouping is performed on all days of the year (e.g. the
138 into one range (e.g. a value of 7 groups the members of a week
/trunk/main/offapi/com/sun/star/report/
H A DXReportComponent.idl145 <p>If the report is no sub report (e.g. its parent is not a report itself), this
174 <p>If the report is no sub report (e.g. it's parent is not a report itself), this
/trunk/main/sw/source/core/unocore/
H A Dunosect.cxx299 vos::OGuard g(Application::GetSolarMutex()); in attach() local
510 vos::OGuard g(Application::GetSolarMutex()); in addEventListener() local
525 vos::OGuard g(Application::GetSolarMutex()); in removeEventListener() local
539 vos::OGuard g(Application::GetSolarMutex()); in getPropertySetInfo() local
/trunk/main/writerfilter/source/dmapper/
H A DConversionHelper.cxx479 g(static_cast<sal_uInt8>(((nWordColor)>>8)&0xFF)), in ConvertColor() local
482 sal_Int32 nRet = (t<<24) + (r<<16) + (g<<8) + b; in ConvertColor()
/trunk/main/offapi/com/sun/star/ucb/
H A DListActionType.idl171 <p>E.g. while a new given list is sorted, some intermediate states are
174 'COMPLETED' e.g. to print the full result. )
/trunk/main/rsc/doku/feinkonz.43/
H A Drscinst.doc1762 /* aStrInst enth�lt eine g�ltige String-Instanz */
2106 AfpERR_OPENFILE Die Datei konnte nicht g�ffnet werden.
3004 IsInst() TRUE zur�ck, dann ist es eine g�ltige Instanz. Anderenfalls ist die Instanz ung�ltig und a…
3073 Zeigt an ob eine g�ltige Instanz vorligt.
3077 AfpTRUE hei�t, es liegt eine g�ltige Instanz vor.
3078 FALSE hei�t, es liegt keine g�ltige Instanz vor.
3109 und die neue Instanz wird an der gleichen Stelle eingef�gt. Wenn rName keine g�ltige Id enth�lt, wi…
4010 //Voraussetzung: In aButton ist g�ltige Button-Instanz
/trunk/main/solenv/inc/
H A Dunxmacxi.mk36 CXXCPP*:=g++ -E $(EXTRA_CFLAGS)
/trunk/main/offapi/com/sun/star/task/
H A DInteractionHandler.idl115 <code>"volume"</code> (e.g., a file system volume) and
174 textual description of the current context (used, e.g., as a first
/trunk/main/nss/
H A Dnss_freebsd.patch10 -CCC = g++

Completed in 729 milliseconds

12345678910>>...28