| /aoo4110/extras/l10n/source/nl/ | 
| H A D | localize.sdf | 11940 sfx2	source\doc\doc.src	0	string	BTN_OK				0	nl	Uitvoeren				20130618 17:22:1812033 sfx2	source\appl\app.src	0	string	STR_BYTES				0	nl	Bytes				20130618 17:22:18
 12034 sfx2	source\appl\app.src	0	string	STR_KB				0	nl	KB				20130618 17:22:18
 12035 sfx2	source\appl\app.src	0	string	STR_MB				0	nl	MB				20130618 17:22:18
 12036 sfx2	source\appl\app.src	0	string	STR_GB				0	nl	GB				20130618 17:22:18
 12045 sfx2	source\appl\app.src	0	string	GID_MACRO				0	nl	BASIC				20130618 17:22:18
 12047 sfx2	source\appl\app.src	0	string	GID_MATH				0	nl	Math				20130618 17:22:18
 12052 sfx2	source\appl\app.src	0	string	GID_TEXT				0	nl	Tekst				20130618 17:22:18
 12053 sfx2	source\appl\app.src	0	string	GID_FRAME				0	nl	Frame				20130618 17:22:18
 13791 sd	source\core\glob.src	0	string	STR_PAGE				0	nl	Dia				20130618 17:22:18
 [all …]
 
 | 
| /aoo4110/main/scripting/java/com/sun/star/script/framework/container/ | 
| H A D | ParcelDescriptor.java | 234             NodeList nl;  in getScriptEntries()  local241             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 …]
 
 | 
| /aoo4110/main/basic/source/comp/ | 
| H A D | exprnode.cxx | 325 				double nl = pLeft->nVal;  in FoldConstants()  local334 					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 …]
 
 | 
| /aoo4110/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/ | 
| H A D | DocumentDeserializerImpl.java | 456         org.w3c.dom.NodeList nl;  in buildDocument()  local471             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 D | DocumentSerializerImpl.java | 145         NodeList nl = domDoc.getElementsByTagName(TAG_OFFICE_STYLES);  in serialize()  local146         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()
 
 | 
| /aoo4110/main/xmerge/source/pocketword/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/ | 
| H A D | DocumentSerializerImpl.java | 132         NodeList nl = null;  in loadStyles()  local155                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 D | DocumentDeserializerImpl.java | 230                 NodeList nl = firstSpan.getChildNodes();  in buildDocument()  local231                 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()
 
 | 
| /aoo4110/main/scripting/java/org/openoffice/netbeans/modules/office/nodes/ | 
| H A D | ScriptNode.java | 53         NodeList nl = element.getElementsByTagName(LOGICAL_NAME);  in init()  local54         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 D | ParcelDescriptorChildren.java | 50         NodeList nl;  in refreshKeys()  local54             (nl = parserCookie.getScriptElements()) == null ||  in refreshKeys()
 55             (len = nl.getLength()) == 0) {  in refreshKeys()
 62             keys.add(nl.item(i));  in refreshKeys()
 
 | 
| /aoo4110/main/ | 
| H A D | extensions.lst | 45 [ language==nl || language==ru ]49 [ language=de || language=de_DE || language=nl || language=ru ]
 53 [ language=nl ]
 54 …https://sourceforge.net/projects/aoo-extensions/files/1456/6/nl-dict-v2.00g.oxt/download "nl-dict-…
 57 [ language=fr || language=nl || language=de || language=de_DE || language=ca || language=ca_XV ]
 
 | 
| /aoo4110/main/scripting/java/org/openoffice/idesupport/xml/ | 
| H A D | Manifest.java | 95             NodeList nl = root.getElementsByTagName("manifest:file-entry");  in remove()  local96             if (nl == null || (len = nl.getLength()) == 0)  in remove()
 101                 el = (Element)nl.item(i);  in remove()
 
 | 
| /aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/ | 
| H A D | SxcDocumentSerializer.java | 193         NodeList nl = null;  in loadStyles()  local204         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 D | SxcDocumentDeserializer.java | 616         	NodeList nl = styleCat.writeNode(doc, "dummy").getChildNodes();  in processCells()  local617         	int nlLen = nl.getLength();     // nl.item reduces the length  in processCells()
 619             autoStylesNode.appendChild(nl.item(0));  in processCells()
 
 | 
| /aoo4110/main/toolkit/doc/layout/ | 
| H A D | ChangeLog | 58 	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
 
 | 
| /aoo4110/main/svx/source/svdraw/ | 
| H A D | svdmark.cxx | 994 							for(sal_uInt16 nl(0); nl < nLstAnz; nl++)   in ImpForceEdgesOfMarkedNodes()  local996 								SfxListener* pLst = pBC->GetListener(nl);  in ImpForceEdgesOfMarkedNodes()
 
 | 
| /aoo4110/main/automation/inc/automation/ | 
| H A D | commdefines.hxx | 54 #define MAKEBYTE(nl, nh)    ((comm_BYTE)(((nl) & 0x0F) | (((nh) & 0x0F) << 4)))  argument
 | 
| /aoo4110/main/basic/source/classes/ | 
| H A D | sbxmod.cxx | 1538 			sal_uInt32 nl, nc;  in FindNextStmnt()  local1539 			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()
 
 | 
| /aoo4110/main/vos/inc/vos/ | 
| H A D | macros.hxx | 99 #	define VOS_MAKEBYTE(nl, nh)    ((sal_uInt8)(((nl) & 0x0F) | (((nh) & 0x0F) << 4)))  argument
 | 
| /aoo4110/main/sal/inc/osl/ | 
| H A D | endian.h | 165 #	define OSL_MAKEBYTE(nl, nh)    ((sal_uInt8)(((nl) & 0x0F) | (((nh) & 0x0F) << 4)))  argument
 | 
| /aoo4110/main/svtools/source/filter/wmf/ | 
| H A D | winwmf.cxx | 1010 	sal_uInt32  nl, nStrmPos = pWMF->Tell();  in ReadHeader()  local1013 	*pWMF >> nl;  in ReadHeader()
 1016 	if ( nl == 0x9ac6cdd7L )  in ReadHeader()
 1061 	*pWMF >> nl; // Typ und Headergroesse  in ReadHeader()
 1063 	if( nl != 0x00090001 )  in ReadHeader()
 
 | 
| /aoo4110/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/languageResolver/ | 
| H A D | lang.map | 36 31,Dutch,nl,nl-NL,1043
 | 
| /aoo4110/main/setup_native/source/packinfo/ | 
| H A D | spellchecker_selection.txt | 53 nl = "nl,en-US,fr,de-DE"
 | 
| H A D | packinfo_office.txt | 824 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…
 
 | 
| /aoo4110/main/instsetoo_native/inc_ooolangpack/windows/msi_templates/ | 
| H A D | codes_broo.txt | 26 nl = "{76ABABE4-11C3-4783-BA87-6E76EC58F4DB}"60 nl = "{83D4730E-7069-4ED8-8D2C-50E2878A84CF}"
 
 | 
| /aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/ | 
| H A D | OfficeDocument.java | 304             NodeList nl = manifestDoc.getElementsByTagName(TAG_MANIFEST_FILE);  in getEmbeddedObjects()  local307             int len = nl.getLength();  in getEmbeddedObjects()
 309                 Node n = nl.item(i);  in getEmbeddedObjects()
 
 |