Home
last modified time | relevance | path

Searched defs:n (Results 426 – 450 of 1364) sorted by relevance

1...<<11121314151617181920>>...55

/trunk/main/writerfilter/source/doctok/
H A DWW8ListTable.cxx36 for (sal_uInt32 n = 0; n < nCount; ++n) in initPayload() local
/trunk/main/xmerge/java/aportisdoc/src/main/java/org/openoffice/xmerge/converter/xml/sxw/aportisdoc/
H A DDocDecoder.java171 int n = c & ((1 << COUNT_BITS) - 1); in decompress() local
/trunk/main/sc/source/filter/inc/
H A Dexcscen.hxx136 inline void ExcScenarioList::SetLast( const sal_uInt16 n ) in SetLast()
/trunk/main/fpicker/source/aqua/
H A DSalAquaFolderPicker.cxx241 for( sal_Int32 n = supportedServicesNames.getLength(); n--; ) { in supportsService() local
/trunk/main/connectivity/java/sdbc_hsqldb/src/com/sun/star/sdbcx/comp/hsqldb/
H A DStorageNativeInputStream.java46 public native long skip(String key,String name,long n) throws java.io.IOException; in skip()
/trunk/main/basic/source/sbx/
H A Dsbxdate.cxx189 void ImpPutDate( SbxValues* p, double n ) in ImpPutDate()
/trunk/main/stoc/source/uriproc/
H A DUriReferenceFactory.cxx239 sal_Int32 n = i; in parseGeneric() local
247 sal_Int32 n = i; in parseGeneric() local
380 sal_Int32 n = parseScheme(uriReference); in parse() local
/trunk/main/vcl/unx/gtk/a11y/
H A Datkwrapper.cxx392 gint n = 0; in wrapper_get_n_children() local
480 for( sal_Int32 n = 0; n < nRelations; n++ ) in wrapper_ref_relation_set() local
583 for( sal_Int32 n = 0; n < aStates.getLength(); n++ ) in wrapper_ref_state_set() local
/trunk/main/writerfilter/source/resourcemodel/
H A Dresourcemodel.cxx58 void dump(OutputWithDepth<string> & o, const char * name, sal_uInt32 n) in dump()
279 for (unsigned int n = 0; n < len; ++n) in text() local
323 for (unsigned int n = 0; n < len; ++n) in utext() local
/trunk/main/ucb/source/core/
H A Ducb.cxx150 for ( sal_Int32 n = 0; n < nCount; ++n ) in makeAndAppendXMLName() local
713 for ( sal_Int32 n = 0; n < nCount; ++n ) in changesOccurred() local
887 for ( sal_Int32 n = 0; n < nCount; ++n ) in getContentProviderData() local
/trunk/main/sw/source/filter/ww8/
H A DWW8TableInfo.cxx187 for ( sal_uInt8 n = 0; n < nBoxes; n++ ) in getTableBoxesOfRow() local
253 for (sal_uInt32 n = 0; n < nBoxes; n++) in getWidthsOfRow() local
284 for (sal_uInt32 n = 0; n < nBoxes; ++n) in getRowSpansOfRow() local
663 for (sal_uInt16 n = 0; n < rLines.Count(); n++) in processSwTable() local
699 for (sal_uInt16 n = 0; n < rBoxes.Count(); n++) in processTableLine() local
731 for (sal_uInt32 n = 0; n < rLines.Count(); n++) in processTableBoxLines() local
794 for (sal_uInt32 n = 0; n < rLines.Count(); n++) in processTableBox() local
H A Dww8par5.cxx273 xub_StrLen n = GoToTokenParam(); in GetTokenSttFromTo() local
498 xub_StrLen n = FindParaStart( rStr, cToken, cToken2 ); // Anfang in FindPara() local
1227 xub_StrLen n = aReadParam.GoToTokenParam(); in Read_F_Input() local
1930 xub_StrLen n = aReadParam.GoToTokenParam(); in Read_F_Symbol() local
1939 xub_StrLen n = aReadParam.GoToTokenParam(); in Read_F_Symbol() local
2858 xub_StrLen n = rParam.GoToTokenParam(); in lcl_toxMatchACSwitch() local
2897 xub_StrLen n = rParam.GoToTokenParam(); in lcl_toxMatchTSwitch() local
3055 xub_StrLen n = aReadParam.GoToTokenParam(); in Read_F_Tox() local
3070 xub_StrLen n = aReadParam.GoToTokenParam(); in Read_F_Tox() local
3196 xub_StrLen n = aReadParam.GoToTokenParam(); in Read_F_Tox() local
[all …]
/trunk/main/sw/source/core/doc/
H A Ddocbm.cxx1122 void SetType( sal_uInt16 n ) { TYPECOUNT.TC.nType = n; } in SetType()
1127 void SetCount( sal_uInt16 n ) { TYPECOUNT.TC.nCount = n; } in SetCount()
1135 void SetContent( xub_StrLen n ) { nContent = n; } in SetContent()
1507 for( sal_uInt32 n = rDObj.Count(); n; ) in _SaveCntntIdx() local
1610 for( sal_uInt16 n = 0; n < rTbl.Count(); ++n ) in _SaveCntntIdx() local
1641 sal_uInt16 n = 0; in _RestoreCntntIdx() local
1804 sal_uInt16 n = 0; in _RestoreCntntIdx() local
/trunk/main/framework/source/uifactory/
H A Daddonstoolboxfactory.cxx175 for ( sal_Int32 n = 0; n < Args.getLength(); n++ ) in createUIElement() local
/trunk/main/sw/inc/
H A Dexpfld.hxx197 void SetOutlineLvl( sal_uInt8 n ) { nLevel = n; } in SetOutlineLvl()
260 inline void SetSeqNumber( sal_uInt16 n ) { nSeqNo = n; } in SetSeqNumber()
/trunk/main/sw/source/ui/misc/
H A Dsrtdlg.cxx89 for( sal_uInt16 n = 0, nEnd = rLstBox.GetEntryCount(); n < nEnd; ++n ) in lcl_ClearLstBoxAndDelUserData() local
483 sal_uInt16 n; in IMPL_LINK() local
/trunk/main/svtools/source/config/
H A Dhtmlcfg.cxx275 for ( sal_uInt16 n=0; n<pImp->aList.Count(); n++ ) in RemoveListenerLink() local
287 for ( sal_uInt16 n = 0; n < pImp->aList.Count(); ++n ) in CallListeners() local
/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_datasupplier.cxx254 for ( sal_uInt32 n = nOldCount; in getResult() local
315 for ( sal_uInt32 n = nOldCount; in totalCount() local
/trunk/main/ucb/source/ucp/ext/
H A Ducpext_content.cxx402 for ( sal_Int32 n = 0; n < nCount; ++n ) in getArtificialNodePropertyValues() local
536 for ( sal_Int32 n = 0; n < nCount; ++n, ++pValues ) in setPropertyValues() local
/trunk/main/ucbhelper/workben/myucp/
H A Dmyucp_content.cxx506 for ( sal_Int32 n = 0; n < nCount; ++n ) in getPropertyValues() local
670 for ( sal_Int32 n = 0; n < nCount; ++n ) in setPropertyValues() local
/trunk/main/sal/osl/os2/
H A Dpipe.cxx469 sal_Int32 SAL_CALL osl_writePipe( oslPipe pPipe, const void *pBuffer , sal_Int32 n ) in osl_writePipe()
496 sal_Int32 SAL_CALL osl_readPipe( oslPipe pPipe, void *pBuffer , sal_Int32 n ) in osl_readPipe()
/trunk/main/sal/rtl/source/
H A Dalloc_impl.h100 highbit(sal_Size n) in highbit()
133 lowbit(sal_Size n) in lowbit()
/trunk/main/sc/source/filter/excel/
H A Dexctools.cxx323 sal_uInt16 n = nCref; in ExcScenario() local
420 sal_uInt16 n = ( sal_uInt16 ) Count(); in Apply() local
/trunk/main/sw/source/core/crsr/
H A Dcallnk.cxx134 sal_uInt16 n; in ~SwCallLink() local
/trunk/main/store/source/
H A Dstordir.cxx207 sal_Size n = rtl_str_getLength (p); in iterate() local

Completed in 113 milliseconds

1...<<11121314151617181920>>...55