Home
last modified time | relevance | path

Searched refs:nList (Results 1 – 14 of 14) sorted by relevance

/trunk/main/vbahelper/source/msforms/
H A Dvbalistbox.cxx90 uno::Sequence< sal_Int16 > nList; in setValue() local
186 uno::Sequence< sal_Int16 > nList; in setValueEvent() local
192 if( nList[i] == nIndex ) in setValueEvent()
200 nList[i] = nList[i + 1]; in setValueEvent()
213 nList.realloc( nLength + 1 ); in setValueEvent()
214 nList[nLength] = nIndex; in setValueEvent()
218 nList.realloc( 1 ); in setValueEvent()
219 nList[0] = nIndex; in setValueEvent()
233 uno::Sequence< sal_Int16 > nList; in getValueEvent() local
235 sal_Int32 nLength = nList.getLength(); in getValueEvent()
[all …]
/trunk/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DDocumentSerializerImpl.java181 NodeList nList = node.getChildNodes(); in traverseBody() local
182 int len = nList.getLength(); in traverseBody()
185 Node child = nList.item(i); in traverseBody()
256 NodeList nList = node.getChildNodes(); in traverseParagraphContents() local
257 int len = nList.getLength(); in traverseParagraphContents()
261 Node child = nList.item(i); in traverseParagraphContents()
367 NodeList nList = node.getChildNodes(); in traverseList() local
368 int len = nList.getLength(); in traverseList()
371 Node child = nList.item(i); in traverseList()
396 int len = nList.getLength(); in traverseListItem()
[all …]
/trunk/main/l10ntools/source/
H A Dexport.cxx415 nList( LIST_NON ), in Export()
460 nList( LIST_NON ), in Export()
499 nList = LIST_NON; in Init()
742 if ( nList ) in Execute()
744 if ( nList ) in Execute()
763 if ( !nList ) { in Execute()
782 nList = LIST_NON; in Execute()
892 nList = LIST_ITEM; in Execute()
926 if ( nList ) { in Execute()
944 if ( nList ) { in Execute()
[all …]
/trunk/main/sc/source/ui/dbgui/
H A Dfiltdlg.cxx485 void ScFilterDlg::UpdateValueList( sal_uInt16 nList ) in UpdateValueList() argument
487 if ( pDoc && nList>0 && nList<=4 ) in UpdateValueList()
489 ComboBox* pValList = aValueEdArr[nList-1]; in UpdateValueList()
510 mbHasDates[nOffset+nList-1] = false; in UpdateValueList()
556 UpdateHdrInValueList( nList ); in UpdateValueList()
559 void ScFilterDlg::UpdateHdrInValueList( sal_uInt16 nList ) in UpdateHdrInValueList() argument
563 if ( pDoc && nList>0 && nList<=4 ) in UpdateHdrInValueList()
574 ComboBox* pValList = aValueEdArr[nList-1]; in UpdateHdrInValueList()
611 void ScFilterDlg::ClearValueList( sal_uInt16 nList ) in ClearValueList() argument
613 if ( nList>0 && nList<=4 ) in ClearValueList()
[all …]
H A Dpfiltdlg.cxx322 void ScPivotFilterDlg::UpdateValueList( sal_uInt16 nList ) in UpdateValueList() argument
324 if ( pDoc && nList>0 && nList<=3 ) in UpdateValueList()
326 ComboBox* pValList = aValueEdArr[nList-1]; in UpdateValueList()
327 sal_uInt16 nFieldSelPos = aFieldLbArr[nList-1]->GetSelectEntryPos(); in UpdateValueList()
372 void ScPivotFilterDlg::ClearValueList( sal_uInt16 nList ) in ClearValueList() argument
374 if ( nList>0 && nList<=3 ) in ClearValueList()
376 ComboBox* pValList = aValueEdArr[nList-1]; in ClearValueList()
/trunk/main/sc/source/ui/optdlg/
H A Dtpusrlst.cxx317 void ScTpUserLists::UpdateEntries( sal_uInt16 nList ) in UpdateEntries() argument
323 if ( nList < pUserLists->GetCount() ) in UpdateEntries()
325 ScUserListData* pList = (*pUserLists)[nList]; in UpdateEntries()
539 void ScTpUserLists::RemoveList( sal_uInt16 nList ) in RemoveList() argument
541 if ( pUserLists ) pUserLists->AtFree( nList ); in RemoveList()
/trunk/main/sc/source/ui/inc/
H A Dfiltdlg.hxx179 void UpdateValueList ( sal_uInt16 nList );
180 void UpdateHdrInValueList( sal_uInt16 nList );
181 void ClearValueList ( sal_uInt16 nList );
H A Dtpusrlst.hxx94 void UpdateEntries ( sal_uInt16 nList );
97 void RemoveList ( sal_uInt16 nList );
H A Dpfiltdlg.hxx128 void UpdateValueList ( sal_uInt16 nList );
129 void ClearValueList ( sal_uInt16 nList );
/trunk/main/svtools/source/filter/
H A Dsgvmain.cxx48 p.nList =SWAPLONG (p.nList ); \
1000 if (aPage.nList!=0) SkipObjkList(rInp); in SgfFilterSDrw()
1013 if (aPage.nList!=0) SkipObjkList(rInp); in SgfFilterSDrw()
1017 if(Num==1 && aPage.nList!=0L) DrawObjkList( rInp,*pOutDev ); in SgfFilterSDrw()
1022 if (aPage.nList!=0L) DrawObjkList(rInp,*pOutDev ); in SgfFilterSDrw()
/trunk/main/sw/source/filter/ww8/
H A Dww8par3.cxx1207 for (sal_uInt16 nList=0; nList < nListCount; ++nList) in WW8ListManager() local
1265 for (sal_uInt16 nList = 0; nList < nLSTInfos; ++nList) in WW8ListManager() local
1268 WW8LSTInfo* pListInfo = maLSTInfos[nList]; in WW8ListManager()
/trunk/main/svtools/source/inc/
H A Dsgvmain.hxx66 sal_uInt32 nList; // Objektdaten, erster Record member in PageType
/trunk/main/l10ntools/inc/
H A Dexport.hxx275 sal_uInt16 nList; // cur. res. is String- or FilterList member in Export
/trunk/main/sw/source/filter/ww8/dump/
H A Ddump8a.cxx225 for( sal_uInt16 nList = 0; nList < nCount; nList++ ) in DumpNumList() local

Completed in 83 milliseconds