Home
last modified time | relevance | path

Searched defs:n2 (Results 1 – 25 of 84) sorted by path

1234

/trunk/main/basegfx/source/workbench/
H A Dbezierclip.hxx85 template <typename NumType> bool tolEqual( NumType n1, NumType n2 ) { return tolZero(n1-n2); } in tolEqual()
86 template <typename NumType> bool tolLessEqual( NumType n1, NumType n2 ) { return tolEqual(n1,n2) ||… in tolLessEqual()
87 template <typename NumType> bool tolGreaterEqual( NumType n1, NumType n2 ) { return tolEqual(n1,n2)… in tolGreaterEqual()
/trunk/main/basic/source/classes/
H A Ddisas.cxx382 sal_uInt16 n2 = aSource.SearchAscii( "\n", n ); in DisasLine() local
/trunk/main/basic/source/comp/
H A Dbuffer.cxx206 sal_uInt16 n2 = static_cast<sal_uInt16>( n >> 16 ); in operator +=() local
/trunk/main/basic/source/runtime/
H A Diosys.cxx1024 sal_uInt16 n2 = aOut.Search( '\r' ); in WriteCon() local
H A Dstep1.cxx374 sal_uInt16 n1, n2; in StepRESUME() local
H A Dstep2.cxx870 sal_uInt16 n1, n2; in StepSTMNT() local
/trunk/main/binaryurp/source/
H A Dbridge.cxx666 sal_Int32 n2 = *static_cast< sal_Int32 * >( in handleRequestChangeRequest() local
/trunk/main/bridges/source/cpp_uno/msvc_win32_intel/
H A Dcpp2uno.cxx452 sal_Int32 n0, n1, n2; in initializeBlock() member
/trunk/main/cli_ure/source/native/
H A Dpath.cxx125 std::size_t n2 = 0; in resolveLink() local
/trunk/main/codemaker/source/codemaker/
H A Dglobal.cxx193 sal_Int32 n2 = 0; in checkFileContent() local
/trunk/main/comphelper/qa/
H A Dtest_string.cxx50 sal_Int32 n2; in TEST_F() local
/trunk/main/comphelper/source/misc/
H A Dmimeconfighelper.cxx898 uno::Sequence< sal_Int8 > MimeConfigurationHelper::GetSequenceClassID( sal_uInt32 n1, sal_uInt16 n2 in GetSequenceClassID()
/trunk/main/configmgr/source/
H A Dvalueparser.cxx163 int n2; in parseValue() local
/trunk/main/dbaccess/source/ui/misc/
H A Dlinkeddocuments.cxx154 Sequence< sal_Int8 > lcl_GetSequenceClassID( sal_uInt32 n1, sal_uInt16 n2, sal_uInt16 n3, in lcl_GetSequenceClassID()
/trunk/main/filter/source/config/cache/
H A Dcacheitem.cxx231 css::beans::NamedValue n2; in isSubSet() local
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx650 const long n2 = aMetric2.GetSize().Width(); in Impl_writeText() local
/trunk/main/filter/source/msfilter/
H A Descherex.cxx4150 sal_uInt32 i, nTmp, n1, n2; in EscherBlibEntry() local
H A Dmsdffimp.cxx7184 sal_uInt16 n2, n3; in CheckForConvertToSOObj() member
H A Dmsoleexp.cxx150 sal_uInt16 n2, n3; in ExportOLEObject() member
/trunk/main/formula/source/ui/dlg/
H A Dformula.cxx518 const xub_StrLen n2=aFormString.Search(')',nTokPos); in GetFunctionPos() local
/trunk/main/io/source/stm/
H A Dodata.cxx314 union { double d; struct { sal_uInt32 n1; sal_uInt32 n2; } ad; } a; in readDouble() member
740 union { double d; struct { sal_uInt32 n1; sal_uInt32 n2; } ad; } a; in writeDouble() member
/trunk/main/linguistic/source/
H A Dmisc.cxx174 static inline sal_Int32 Minimum( sal_Int32 n1, sal_Int32 n2, sal_Int32 n3 ) in Minimum()
186 int n1, n2; member in linguistic::IntArray2D
/trunk/main/odk/source/com/sun/star/lib/loader/
H A DInstallationFinder.java495 int n2 = oooUrl.indexOf('/', n); in getCanonicalPathFromFileURL() local
/trunk/main/registry/test/
H A Dtestregcpp.cxx518 const sal_Char* n2= "jetzt komm"; in test_registry_CppApi() local
/trunk/main/sal/osl/all/
H A Dprinttrace.cxx51 int n2 = sizeof buf - n1 - RTL_CONSTASCII_LENGTH("\"...\n"); in printTrace() local

Completed in 358 milliseconds

1234