Home
last modified time | relevance | path

Searched defs:n (Results 301 – 325 of 1364) sorted by relevance

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

/trunk/main/sal/osl/w32/
H A Dfile_error.c110 static const int n = sizeof(errtable)/sizeof(errtable[0]); in oslTranslateFileError() local
/trunk/main/editeng/source/editeng/
H A Dbaselist.hxx45 for ( sal_uInt32 n = first; n < first + count; n++ ) in DeleteAndDestroy() local
/trunk/main/autodoc/source/udm/unittest/
H A Dtest.cxx76 intt n = 5; in fx() local
/trunk/main/sal/rtl/source/
H A Dustring.c62 #define IMPL_RTL_STRNAME( n ) rtl_ustr_ ## n argument
64 #define IMPL_RTL_STRINGNAME( n ) rtl_uString_ ## n argument
460 sal_Int32 n; in rtl_uString_newFromCodePoints() local
510 int n; in rtl_ImplGetFastUTF8UnicodeLen() local
883 sal_Int32 n; in rtl_uString_iterateCodePoints() local
/trunk/main/sw/source/filter/rtf/
H A Drtftbl.cxx194 for (sal_uInt16 n = nTmpBox; n; ) in ReadTable() local
632 sal_uInt16 n; in ReadTable() local
861 for (size_t n = 0; n < rAttrStk.size(); ++n) in ReadTable() local
1009 for( size_t n = 0; n < rAttrStk.size(); ++n ) in NewTblLine() local
/trunk/main/l10ntools/source/
H A Dcfgmerge.cxx447 for( unsigned int n = 0; n < aLanguages.size(); n++ ){ in ExecuteAnalyzedToken() local
483 for( unsigned int n = 0; n < aLanguages.size(); n++ ){ in ExecuteAnalyzedToken() local
671 for( unsigned int n = 0; n < aLanguages.size(); n++ ){ in WorkOnRessourceEnd() local
820 for( unsigned int n = 0; n < aLanguages.size(); n++ ){ in WorkOnRessourceEnd() local
/trunk/main/xmloff/source/meta/
H A Dxmlversion.cxx87 for ( sal_Int32 n=0; n<maVersions.getLength(); n++ ) in exportDoc() local
287 sal_Int32 n = 0; in ParseISODateTimeString() local
319 sal_Int32 n = 0; in ParseISODateTimeString() local
/trunk/main/xmloff/source/style/
H A Dbordrhdl.cxx132 #define SBORDER_ENTRY( n ) \ argument
135 #define DBORDER_ENTRY( n ) \ argument
142 #define TDBORDER_ENTRY( n ) \ argument
/trunk/main/idl/inc/
H A Dlex.hxx114 inline SvToken::SvToken( sal_uLong n ) in SvToken()
171 sal_uLong n = Tell(); in SetMax() local
180 sal_uInt16 n = 0; in CalcColumn() local
/trunk/main/sot/source/sdstor/
H A Dstgavl.cxx278 void StgAvlNode::StgEnum( short& n ) in StgEnum()
403 StgAvlNode* StgAvlIterator::Find( short n ) in Find()
/trunk/main/sfx2/source/control/
H A Dmsgpool.cxx97 for ( sal_uInt16 n =_pTypes->Count(); n--; ) in ~SfxSlotPool() local
130 for ( sal_uInt16 n=0; n<rGroups.Count(); n++ ) in RegisterInterface() local
/trunk/main/stoc/source/registry_tdprovider/
H A Drdbtdp_tdenumeration.cxx361 for ( sal_Int32 n = 0; n < aKeys.getLength(); ++n ) in queryMore() local
455 for ( sal_Int32 n = 0; n < aKeys.getLength(); ++n ) in queryMore() local
/trunk/main/writerfilter/source/dmapper/
H A DPropertyIds.cxx355 for (sal_Int32 n = 0; n < nLength; n++) in PropertySequence() local
449 for (sal_Int32 n = 0; n < nCount; n++) in toString() local
/trunk/main/sal/inc/osl/
H A Dprofile.hxx159 int n = osl_getProfileSectionEntries( profile, rSection.getStr(), NULL, 0 ); in getSectionEntries() local
182 int n = osl_getProfileSections( profile, NULL, 0 ); in getSections() local
/trunk/main/i18nutil/source/utility/
H A Dwidthfolding.cxx228 int n = sizeof(full2halfASCException) / sizeof(UnicodePairWithFlag); in getfull2halfTableForASC() local
262 int n = sizeof(half2fullJISException) / sizeof(UnicodePairWithFlag); in gethalf2fullTableForJIS() local
/trunk/main/vcl/source/control/
H A Dilstbox.cxx121 for ( sal_uInt16 n = GetEntryCount(); n; ) in Clear() local
309 for ( sal_uInt16 n = GetEntryCount(); n; ) in FindEntry() local
429 for ( sal_uInt16 n = GetEntryCount(); n; ) in GetSelectEntryCount() local
453 for ( sal_uInt16 n = 0; n < nEntryCount; n++ ) in GetSelectEntryPos() local
602 for ( sal_uInt16 n = mpEntryList->GetEntryCount(); n; ) in ImplCalcMetrics() local
1131 sal_uInt16 n; in SelectEntries() local
1168 for ( sal_uInt16 n = nStart; n <= nEnd; n++ ) in SelectEntries() local
1183 for ( sal_uInt16 n = nSelect+1; n <= nLast; n++ ) in SelectEntries() local
1194 for ( sal_uInt16 n = nLast; n < nSelect; n++ ) in SelectEntries() local
2117 void ImplListBoxWindow::SetLeftIndent( long n ) in SetLeftIndent()
[all …]
/trunk/main/vcl/inc/
H A Dilstbox.hxx171 void SetMRUCount( sal_uInt16 n ) { mnMRUCount = n; } in SetMRUCount()
174 void SetMaxMRUCount( sal_uInt16 n ) { mnMaxMRUCount = n; } in SetMaxMRUCount()
325 void SetSeparatorPos( sal_uInt16 n ) { mnSeparatorPos = n; } in SetSeparatorPos()
462 void SetSeparatorPos( sal_uInt16 n ) { maLBWindow.SetSeparatorPos( n ); } in SetSeparatorPos()
475 void SetLeftIndent( sal_uInt16 n ) { maLBWindow.SetLeftIndent( n ); } in SetLeftIndent()
518 void SetMaxMRUCount( sal_uInt16 n ) { maLBWindow.GetEntryList()->SetMaxMRUCount( n ); } in SetMaxMRUCount()
566 void SetDropDownLineCount( sal_uInt16 n ) { mnDDLineCount = n; } in SetDropDownLineCount()
614 void SetItemPos( sal_uInt16 n ) { mnItemPos = n; } in SetItemPos()
/trunk/main/sal/osl/os2/
H A Dprofile.c70 #define _BUILD_STR_(n) # n argument
71 #define BUILD_STR(n) _BUILD_STR_(n) argument
677 int i, n; in osl_writeProfileIdent() local
758 sal_uInt32 i, n = 0; in osl_getProfileSectionEntries() local
828 sal_uInt32 i, n = 0; in osl_getProfileSections() local
1515 sal_uInt32 i, n; in insertLine() local
1549 sal_uInt32 i, n; in removeLine() local
1710 sal_uInt32 i, n; in findEntry() local
/trunk/main/sw/source/ui/lingu/
H A Dsdrhhcwrap.cxx138 sal_uInt16 n = nDocIndex; in ConvertNextDocument() local
/trunk/main/framework/source/uielement/
H A Daddonstoolbarwrapper.cxx121 for ( sal_Int32 n = 0; n < aArguments.getLength(); n++ ) in initialize() local
/trunk/main/odk/examples/DevelopersGuide/Database/
H A DSalesMan.java115 int n = updateStreet.executeUpdate(); in updateSalesMan() local
/trunk/main/basic/inc/basic/
H A Dsbmeth.hxx68 void SetDebugFlags( sal_uInt16 n ) { nDebugFlags = n; } in SetDebugFlags()
/trunk/main/basic/source/sbx/
H A Dsbxvalue.cxx217 int n = t & 0x0FFF; in SbxValue() local
1001 double n; in ImpIsNumeric() local
1719 sal_uInt8 n; in LoadData() local
1730 sal_uInt8 n; in LoadData() local
1833 sal_uInt8 n = SAL_TYPES_SIZEOFINT; in StoreData() local
1839 sal_uInt8 n = SAL_TYPES_SIZEOFINT; in StoreData() local
/trunk/main/xmlsecurity/tools/uno/
H A DAdapterNode.java81 AdapterNode n = this.child(i); in index() local
/trunk/main/sw/inc/
H A Dfmtfld.hxx123 SwFmtFldHint( const SwFmtFld* p, sal_Int16 n, const SwView* pV = 0) in SwFmtFldHint()

Completed in 98 milliseconds

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