Home
last modified time | relevance | path

Searched refs:n1 (Results 51 – 75 of 108) sorted by relevance

12345

/trunk/main/sot/source/sdstor/
H A Dstgelem.cxx44 r >> rId.n1 in operator >>()
61 r << (sal_Int32) rId.n1 in operator <<()
/trunk/main/sal/qa/rtl_strings/
H A Drtl_old_testowstring.cxx360 sal_Int32 n1 = s12.toInt32(); in test_OUString() local
361 TEST_ENSURE( n1 == -220368507, "test_OWString error 71" ); in test_OUString()
/trunk/main/bridges/source/cpp_uno/msvc_win32_intel/
H A Dcpp2uno.cxx452 sal_Int32 n0, n1, n2; in initializeBlock() member
455 n0(0), n1(0), n2(0), in initializeBlock()
/trunk/main/tools/source/ref/
H A Dglobname.cxx86 SvGlobalName::SvGlobalName( sal_uInt32 n1, sal_uInt16 n2, sal_uInt16 n3, in SvGlobalName() argument
93 *(sal_uInt32 *)pImp->szData = n1; in SvGlobalName()
/trunk/main/svx/source/dialog/
H A Dcharmap.cxx329 void SvxShowCharSet::DrawChars_Impl( int n1, int n2 ) in DrawChars_Impl() argument
331 if( n1 > LastInView() || n2 < FirstInView() ) in DrawChars_Impl()
354 for( i = n1; i <= n2; ++i ) in DrawChars_Impl()
/trunk/main/svx/source/svdraw/
H A Dsvdetc.cxx305 sal_uInt16 n1=sal_uInt16(sal_uIntPtr(pElem1)); in Compare() local
307 return n1<n2 ? -1 : n1>n2 ? 1 : 0; in Compare()
/trunk/main/sw/source/core/doc/
H A Ddocsort.cxx170 double n1 = pOrig->GetValue( nKey ); in operator <() local
173 if( n1 == n2 ) in operator <()
176 return n1 < n2; in operator <()
/trunk/main/editeng/source/misc/
H A Dsplwrap.cxx98 bool operator()( LanguageType n1, LanguageType n2 ) const in operator ()()
100 return n1 < n2; in operator ()()
/trunk/main/basic/source/runtime/
H A Dstep1.cxx374 sal_uInt16 n1, n2; in StepRESUME() local
375 pCode = pMod->FindNextStmnt( pErrCode, n1, n2, sal_True, pImg ); in StepRESUME()
H A Dstep2.cxx870 sal_uInt16 n1, n2; in StepSTMNT() local
871 const sal_uInt8* p = pMod->FindNextStmnt( pCode, n1, n2 ); in StepSTMNT()
874 if( n1 == nOp1 ) in StepSTMNT()
/trunk/main/sfx2/source/dialog/
H A Ddockwin.cxx1052 sal_uInt16 n1 = pInfo->aExtraString.Search('(', nPos); in Initialize() local
1053 if ( n1 != STRING_NOTFOUND ) in Initialize()
1055 sal_uInt16 n2 = pInfo->aExtraString.Search(')', n1); in Initialize()
1061 aStr.Erase(nPos, n1-nPos+1); in Initialize()
/trunk/main/registry/test/
H A Dtestregcpp.cxx517 const sal_Char* n1= "Hallo"; in test_registry_CppApi() local
521 pList[0]=n1; in test_registry_CppApi()
530 REG_ENSURE(strcmp(n1, valueList.getElement(0)) == 0, "test_registry_CppApi error 13c"); in test_registry_CppApi()
/trunk/main/sal/rtl/source/
H A Dbootstrap.cxx881 int n1, n2, n3, n4; in read() local
883 ((n1 = hex(text[*pos + 1])) >= 0) && in read()
891 (n1 << 12) | (n2 << 8) | (n3 << 4) | n4); in read()
/trunk/main/formula/source/ui/dlg/
H A Dformula.cxx517 const xub_StrLen n1=aFormString.Search(sep, nTokPos); in GetFunctionPos() local
520 if(n1<n2) in GetFunctionPos()
522 nTokPos=n1; in GetFunctionPos()
1339 …xub_StrLen n1 = m_aFormulaHelper.GetArgStart( aFormula, nFormulaStrPos, nEdFocus+pData->GetOffset(… in IMPL_LINK() local
1344 pData->SetFStart( n1 ); in IMPL_LINK()
/trunk/main/vcl/inc/unx/
H A Dsaldisp.hxx152 sal_Bool Convert( int &n0, int &n1, int &n2, int &n3 ); // 32bit
153 sal_Bool Convert( int &n0, int &n1, int &n2 ); // 24bit
/trunk/main/unotools/source/config/
H A Ddynamicmenuoptions.cxx752 sal_Int32 n1 = s1.copy( 1, s1.getLength()-1 ).toInt32(); in operator ()() local
756 return( n1<n2 ); in operator ()()
/trunk/main/nss/
H A Dnss_win.patch818 Hacl_Impl_Chacha20_Vec128_State_state_setup(vec *st, uint8_t *k, uint8_t *n1, uint32_t c)
839 - uint32_t n0 = load32_le(n1);
840 - uint8_t *x00 = n1 + (uint32_t)4U;
842 - uint8_t *x0 = n1 + (uint32_t)8U;
845 + n0 = load32_le(n1);
846 + x00 = n1 + (uint32_t)4U;
848 + x0 = n1 + (uint32_t)8U;
1060 uint8_t *n1,
1073 Hacl_Impl_Chacha20_Vec128_init(st, k, n1, ctr);
/trunk/main/writerfilter/source/resourcemodel/
H A DWW8Analyzer.hxx38 bool operator () (sal_uInt32 n1, sal_uInt32 n2) const;
/trunk/main/odk/
H A Dsetsdkname.bat23 set OO_SDK_NAME=%~n1
/trunk/main/vcl/inc/vcl/
H A Dlineinfo.hxx72 long n1; member in LineInfo
/trunk/main/tools/inc/tools/
H A Dglobname.hxx74 SvGlobalName( sal_uInt32 n1, sal_uInt16 n2, sal_uInt16 n3,
/trunk/main/scaddins/source/analysis/
H A Danalysishelper.cxx2272 sal_Int32 n1, n2; in Append() local
2278 for( n1 = 0 ; n1 < nE1 ; n1++ ) in Append()
2280 const SEQ( STRING )& rList = r[ n1 ]; in Append()
/trunk/main/sc/source/core/tool/
H A Dinterpr5.cxx1043 inline SCSIZE lcl_GetMinExtent( SCSIZE n1, SCSIZE n2 ) in lcl_GetMinExtent() argument
1045 if (n1 == 1) in lcl_GetMinExtent()
1048 return n1; in lcl_GetMinExtent()
1049 else if (n1 < n2) in lcl_GetMinExtent()
1050 return n1; in lcl_GetMinExtent()
/trunk/main/svx/inc/svx/
H A Dcharmap.hxx128 void DrawChars_Impl( int n1, int n2);
/trunk/main/sw/source/core/tox/
H A Dtox.cxx75 sal_uInt16 n1; member
122 nVals[0] = aIni.n1; in lcl_GetAuthPattern()

Completed in 157 milliseconds

12345