/aoo42x/main/vbahelper/source/msforms/ |
H A D | vbalistbox.cxx | 90 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 …]
|
/aoo42x/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/ |
H A D | DocumentSerializerImpl.java | 181 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 …]
|
/aoo42x/main/l10ntools/source/ |
H A D | export.cxx | 415 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 …]
|
/aoo42x/main/sc/source/ui/dbgui/ |
H A D | filtdlg.cxx | 485 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 D | pfiltdlg.cxx | 322 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()
|
/aoo42x/main/sc/source/ui/optdlg/ |
H A D | tpusrlst.cxx | 317 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()
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | filtdlg.hxx | 179 void UpdateValueList ( sal_uInt16 nList ); 180 void UpdateHdrInValueList( sal_uInt16 nList ); 181 void ClearValueList ( sal_uInt16 nList );
|
H A D | tpusrlst.hxx | 94 void UpdateEntries ( sal_uInt16 nList ); 97 void RemoveList ( sal_uInt16 nList );
|
H A D | pfiltdlg.hxx | 128 void UpdateValueList ( sal_uInt16 nList ); 129 void ClearValueList ( sal_uInt16 nList );
|
/aoo42x/main/svtools/source/filter/ |
H A D | sgvmain.cxx | 48 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()
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | ww8par3.cxx | 1207 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()
|
/aoo42x/main/svtools/source/inc/ |
H A D | sgvmain.hxx | 66 sal_uInt32 nList; // Objektdaten, erster Record member in PageType
|
/aoo42x/main/l10ntools/inc/ |
H A D | export.hxx | 275 sal_uInt16 nList; // cur. res. is String- or FilterList member in Export
|
/aoo42x/main/sw/source/filter/ww8/dump/ |
H A D | dump8a.cxx | 225 for( sal_uInt16 nList = 0; nList < nCount; nList++ ) in DumpNumList() local
|