Home
last modified time | relevance | path

Searched refs:nl (Results 1 – 25 of 127) sorted by relevance

123456

/trunk/extras/l10n/source/nl/
H A Dlocalize.sdf18492 sd source\core\glob.src 0 string STR_PAGE 0 nl Dia 20200411 15:09:53
20576 sfx2 source\doc\doc.src 0 string BTN_OK 0 nl Uitvoeren 20200411 15:09:53
20953 sfx2 source\appl\app.src 0 string STR_BYTES 0 nl Bytes 20200411 15:09:53
20954 sfx2 source\appl\app.src 0 string STR_KB 0 nl KB 20200411 15:09:53
20955 sfx2 source\appl\app.src 0 string STR_MB 0 nl MB 20200411 15:09:53
20956 sfx2 source\appl\app.src 0 string STR_GB 0 nl GB 20200411 15:09:53
20965 sfx2 source\appl\app.src 0 string GID_MACRO 0 nl BASIC 20200411 15:09:53
20967 sfx2 source\appl\app.src 0 string GID_MATH 0 nl Math 20200411 15:09:53
20972 sfx2 source\appl\app.src 0 string GID_TEXT 0 nl Tekst 20200411 15:09:53
20973 sfx2 source\appl\app.src 0 string GID_FRAME 0 nl Frame 20200411 15:09:53
[all …]
/trunk/main/scripting/java/com/sun/star/script/framework/container/
H A DParcelDescriptor.java234 NodeList nl; in getScriptEntries() local
241 if (nl == null) in getScriptEntries()
244 tmp = (Element)nl.item(0); in getScriptEntries()
250 if (nl != null) in getScriptEntries()
252 nl = nl.item(0).getChildNodes(); in getScriptEntries()
253 if (nl != null) in getScriptEntries()
268 if (nl == null) { in getScriptEntries()
275 if ( nl != null && nl.getLength() > 0 ) in getScriptEntries()
321 if (nl != null && (len = nl.getLength()) != 0) { in initLanguageProperties()
376 NodeList nl = in removeScriptEntry() local
[all …]
/trunk/main/basic/source/comp/
H A Dexprnode.cxx325 double nl = pLeft->nVal; in FoldConstants() local
334 if( nl > SbxMAXLNG ) err = sal_True, nl = SbxMAXLNG; in FoldConstants()
336 if( nl < SbxMINLNG ) err = sal_True, nl = SbxMINLNG; in FoldConstants()
340 ll = (long) nl; lr = (long) nr; in FoldConstants()
341 llMod = (long) (nl < 0 ? nl - 0.5 : nl + 0.5); in FoldConstants()
361 nVal = pow( nl, nr ); break; in FoldConstants()
364 nVal = nl * nr; break; in FoldConstants()
370 } else nVal = nl / nr; in FoldConstants()
374 nVal = nl + nr; break; in FoldConstants()
377 nVal = nl - nr; break; in FoldConstants()
[all …]
/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DDocumentDeserializerImpl.java456 org.w3c.dom.NodeList nl; in buildDocument() local
471 newNode = xu.deepClone(df, nl.item(0)); in buildDocument()
475 nl = origDomDoc.getElementsByTagName(TAG_OFFICE_STYLES); in buildDocument()
477 newNode = xu.deepClone(df, nl.item(0)); in buildDocument()
482 newNode = xu.deepClone(df, nl.item(0)); in buildDocument()
487 newNode = xu.deepClone(df, nl.item(0)); in buildDocument()
520 nl = doc.getElementsByTagName(TAG_OFFICE_AUTOMATIC_STYLES); in buildDocument()
521 Node autoStylesNode = nl.item(0); in buildDocument()
529 nl = newStyleCatNode.getChildNodes(); in buildDocument()
530 int nNodes = nl.getLength(); in buildDocument()
[all …]
H A DDocumentSerializerImpl.java145 NodeList nl = domDoc.getElementsByTagName(TAG_OFFICE_STYLES); in serialize() local
146 styleCat.add(nl.item(0), families, classes, null, false); in serialize()
147 nl = domDoc.getElementsByTagName(TAG_OFFICE_AUTOMATIC_STYLES); in serialize()
148 styleCat.add(nl.item(0), families, classes, null, false); in serialize()
149 nl = domDoc.getElementsByTagName(TAG_OFFICE_MASTER_STYLES); in serialize()
150 styleCat.add(nl.item(0), families, classes, null, false); in serialize()
/trunk/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DDocumentSerializerImpl.java132 NodeList nl = null; in loadStyles() local
155 nl = styleDom.getElementsByTagName(styleTypes[i]); in loadStyles()
156 if (nl.getLength() != 0) { in loadStyles()
157 styleCat.add(nl.item(0), families, classes, null, false); in loadStyles()
167 nl = contentDom.getElementsByTagName(styleTypes[i]); in loadStyles()
168 if (nl.getLength() != 0) { in loadStyles()
169 styleCat.add(nl.item(0), families, classes, null, false); in loadStyles()
H A DDocumentDeserializerImpl.java230 NodeList nl = firstSpan.getChildNodes(); in buildDocument() local
231 int len = nl.getLength(); in buildDocument()
241 paraNode.appendChild(nl.item(0)); in buildDocument()
282 NodeList nl = styleCat.writeNode(doc, "dummy").getChildNodes(); in buildDocument() local
283 int nlLen = nl.getLength(); // nl.item reduces the length in buildDocument()
285 autoStylesNode.appendChild(nl.item(0)); in buildDocument()
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/nodes/
H A DScriptNode.java53 NodeList nl = element.getElementsByTagName(LOGICAL_NAME); in init() local
54 Element nameElement = (Element)nl.item(0); in init()
101 NodeList nl = element.getElementsByTagName(name); in getStringProperty() local
102 if(nl.getLength() != 1) in getStringProperty()
105 Element nameElement = (Element)nl.item(0); in getStringProperty()
H A DParcelDescriptorChildren.java50 NodeList nl; in refreshKeys() local
54 (nl = parserCookie.getScriptElements()) == null || in refreshKeys()
55 (len = nl.getLength()) == 0) { in refreshKeys()
62 keys.add(nl.item(i)); in refreshKeys()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DSxcDocumentSerializer.java193 NodeList nl = null; in loadStyles() local
204 nl = contentDom.getElementsByTagName(TAG_OFFICE_AUTOMATIC_STYLES); in loadStyles()
205 if (nl.getLength() != 0) { in loadStyles()
206 styleCat.add(nl.item(0), families, classes, null, false); in loadStyles()
210 nl = stylesDom.getElementsByTagName(TAG_OFFICE_STYLES); in loadStyles()
211 if (nl.getLength() != 0) { in loadStyles()
212 styleCat.add(nl.item(0), families, classes, null, false); in loadStyles()
H A DSxcDocumentDeserializer.java616 NodeList nl = styleCat.writeNode(doc, "dummy").getChildNodes(); in processCells() local
617 int nlLen = nl.getLength(); // nl.item reduces the length in processCells()
619 autoStylesNode.appendChild(nl.item(0)); in processCells()
/trunk/main/
H A Dextensions.lst62 [ language=de || language=de_DE || language=nl || language=ru ]
78 [ language==nl || language==ru ]
94 [ language=fr || language=nl || language=de || language=de_DE || language=ca || language=ca_XV ]
123 [ language=nl ]
124 …ps://sourceforge.net/projects/aoo-extensions/files/1456/6/nl-dict-v2.00g.oxt/download "dict-nl.oxt"
/trunk/main/scripting/java/org/openoffice/idesupport/xml/
H A DManifest.java95 NodeList nl = root.getElementsByTagName("manifest:file-entry"); in remove() local
96 if (nl == null || (len = nl.getLength()) == 0) in remove()
101 el = (Element)nl.item(i); in remove()
/trunk/main/toolkit/doc/layout/
H A DChangeLog58 and translations for de, nl.
295 workben/layout/localize-nl.sdf: Cleanup of includes, namespace in
322 workben/nl/wordcount.xml, workben/nl/zoom.xml: Remove
332 * : Add en-US,de,nl populated localize.sdf for zoom and wordcount.
341 workben/nl/wordcount.xml, workben/nl/zoom.xml,
355 * workben/nl/zoom.xml, workben/zoom.xml: Remove unnecessary ~.
379 nl/*xml files.
385 workben/nl/wordcount.xml, workben/nl/zoom.xml, workben/test.cxx:
386 Implement read-right translation, cheat nl translations for zoom and
/trunk/main/svx/source/svdraw/
H A Dsvdmark.cxx994 for(sal_uInt16 nl(0); nl < nLstAnz; nl++) in ImpForceEdgesOfMarkedNodes() local
996 SfxListener* pLst = pBC->GetListener(nl); in ImpForceEdgesOfMarkedNodes()
/trunk/main/basic/source/classes/
H A Dsbxmod.cxx1538 sal_uInt32 nl, nc; in FindNextStmnt() local
1539 nl = *p++; nl |= *p++ << 8; in FindNextStmnt()
1540 nl |= *p++ << 16 ; nl |= *p++ << 24; in FindNextStmnt()
1543 nLine = (sal_uInt16)nl; nCol = (sal_uInt16)nc; in FindNextStmnt()
1564 sal_uInt16 nl, nc; in IsBreakable() local
1565 while( ( p = FindNextStmnt( p, nl, nc ) ) != NULL ) in IsBreakable()
1566 if( nl == nLine ) in IsBreakable()
/trunk/main/automation/inc/automation/
H A Dcommdefines.hxx54 #define MAKEBYTE(nl, nh) ((comm_BYTE)(((nl) & 0x0F) | (((nh) & 0x0F) << 4))) argument
/trunk/main/svtools/source/filter/wmf/
H A Dwinwmf.cxx1010 sal_uInt32 nl, nStrmPos = pWMF->Tell(); in ReadHeader() local
1013 *pWMF >> nl; in ReadHeader()
1016 if ( nl == 0x9ac6cdd7L ) in ReadHeader()
1061 *pWMF >> nl; // Typ und Headergroesse in ReadHeader()
1063 if( nl != 0x00090001 ) in ReadHeader()
/trunk/main/vos/inc/vos/
H A Dmacros.hxx99 # define VOS_MAKEBYTE(nl, nh) ((sal_uInt8)(((nl) & 0x0F) | (((nh) & 0x0F) << 4))) argument
/trunk/main/sal/inc/osl/
H A Dendian.h167 # define OSL_MAKEBYTE(nl, nh) ((sal_uInt8)(((nl) & 0x0F) | (((nh) & 0x0F) << 4))) argument
/trunk/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/languageResolver/
H A Dlang.map36 31,Dutch,nl,nl-NL,1043
/trunk/main/setup_native/source/packinfo/
H A Dspellchecker_selection.txt53 nl = "nl,en-US,fr,de-DE"
H A Dpackinfo_office.txt824 solarispackagename = "%PACKAGEPREFIX%SOLARISBRANDPACKAGENAME-dict-nl"
826 packagename = "%UNIXPACKAGENAME-dict-nl"
827 linuxreplaces = "ooobasis3.0-dict-nl,ooobasis3.1-dict-nl,ooobasis3.2-dict-nl,ooobasis3.3-dict-nl,oo…
/trunk/main/instsetoo_native/inc_ooolangpack/windows/msi_templates/
H A Dcodes_broo.txt26 nl = "{76ABABE4-11C3-4783-BA87-6E76EC58F4DB}"
60 nl = "{83D4730E-7069-4ED8-8D2C-50E2878A84CF}"
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DOfficeDocument.java304 NodeList nl = manifestDoc.getElementsByTagName(TAG_MANIFEST_FILE); in getEmbeddedObjects() local
307 int len = nl.getLength(); in getEmbeddedObjects()
309 Node n = nl.item(i); in getEmbeddedObjects()

Completed in 2341 milliseconds

123456