| /trunk/main/i18npool/source/inputchecker/ |
| H A D | inputsequencechecker_th.cxx | 11 * http://www.apache.org/licenses/LICENSE-2.0 46 /* Cn-1 00 */{ 'X', 'A', 'A', 'A', 'A', 'A', 'A', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R'… 47 … /* 10 */{ 'X', 'A', 'A', 'A', 'S', 'S', 'A', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R' }, 49 … /* 30 */{ 'X', 'S', 'A', 'S', 'S', 'S', 'S', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R' }, 50 … /* 40 */{ 'X', 'A', 'A', 'A', 'A', 'S', 'A', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R' }, 51 … /* 50 */{ 'X', 'A', 'A', 'A', 'A', 'S', 'A', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R' }, 52 … /* 60 */{ 'X', 'A', 'A', 'A', 'S', 'A', 'S', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R' }, 53 … /* 70 */{ 'X', 'A', 'A', 'A', 'A', 'S', 'A', 'R', 'R', 'R', 'C', 'C', 'R', 'R', 'R', 'R', 'R' }, 54 … /* 80 */{ 'X', 'A', 'A', 'A', 'S', 'S', 'A', 'R', 'R', 'R', 'C', 'R', 'R', 'R', 'R', 'R', 'R' }, 55 … /* 90 */{ 'X', 'A', 'A', 'A', 'S', 'S', 'A', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R' }, [all …]
|
| /trunk/main/sc/source/core/data/ |
| H A D | global2.cxx | 11 * http://www.apache.org/licenses/LICENSE-2.0 29 // INCLUDE --------------------------------------------------------------- 53 // ----------------------------------------------------------------------- 58 //------------------------------------------------------------------------ 73 ScImportParam::ScImportParam( const ScImportParam& r ) : in ScImportParam() argument 74 nCol1 (r.nCol1), in ScImportParam() 75 nRow1 (r.nRow1), in ScImportParam() 76 nCol2 (r.nCol2), in ScImportParam() 77 nRow2 (r.nRow2), in ScImportParam() 78 bImport (r.bImport), in ScImportParam() [all …]
|
| H A D | dpsave.cxx | 11 * http://www.apache.org/licenses/LICENSE-2.0 29 // INCLUDE --------------------------------------------------------------- 54 // Wang Xu Ming -- 2009-8-17 55 // DataPilot Migration - Cache&&Performance 78 // ----------------------------------------------------------------------- 84 // ----------------------------------------------------------------------- 91 xProp->setPropertyValue( rName, uno::Any( &bValue, getBooleanCppuType() ) ); in lcl_SetBoolProperty() 94 // ----------------------------------------------------------------------- 104 ScDPSaveMember::ScDPSaveMember(const ScDPSaveMember& r) : in ScDPSaveMember() argument 105 aName( r.aName ), in ScDPSaveMember() [all …]
|
| H A D | sortparam.cxx | 11 * http://www.apache.org/licenses/LICENSE-2.0 36 //------------------------------------------------------------------------ 43 //------------------------------------------------------------------------ 45 ScSortParam::ScSortParam( const ScSortParam& r ) : in ScSortParam() argument 46 nCol1(r.nCol1),nRow1(r.nRow1),nCol2(r.nCol2),nRow2(r.nRow2), in ScSortParam() 47 bHasHeader(r.bHasHeader),bByRow(r.bByRow),bCaseSens(r.bCaseSens), in ScSortParam() 48 bUserDef(r.bUserDef),nUserIndex(r.nUserIndex),bIncludePattern(r.bIncludePattern), in ScSortParam() 49 bInplace(r.bInplace), in ScSortParam() 50 nDestTab(r.nDestTab),nDestCol(r.nDestCol),nDestRow(r.nDestRow), in ScSortParam() 51 aCollatorLocale( r.aCollatorLocale ), aCollatorAlgorithm( r.aCollatorAlgorithm ) in ScSortParam() [all …]
|
| /trunk/main/javaunohelper/test/com/sun/star/lib/uno/helper/ |
| H A D | PropertySet_Test.java | 11 * http://www.apache.org/licenses/LICENSE-2.0 57 boolean[] r= new boolean[50]; in convertPropertyValue() 62 r[i++]= cl.test_convertPropertyValue(); in convertPropertyValue() 68 bOk= bOk && r[c]; in convertPropertyValue() 79 boolean[] r= new boolean[50]; in setPropertyValueNoBroadcast() 84 r[i++]= cl.test_setPropertyValueNoBroadcast(); in setPropertyValueNoBroadcast() 90 bOk= bOk && r[c]; in setPropertyValueNoBroadcast() 101 boolean[] r= new boolean[150]; in setPropertyValue() 112 r[i++]= ((Boolean) ret).equals( (Boolean) value); in setPropertyValue() 116 r[i++]= ((Character) ret).equals((Character) value); in setPropertyValue() [all …]
|
| H A D | InterfaceContainer_Test.java | 11 * http://www.apache.org/licenses/LICENSE-2.0 101 boolean r[]= new boolean[50]; in add() 104 r[i++]= cont.size() == 0; in add() 105 r[i++]= cont.add(obj1); in add() 106 r[i++]= cont.size() == 1; in add() 107 r[i++]= cont.add(obj1); // add the same object again in add() 108 r[i++]= cont.size() == 2; in add() 109 r[i++]= cont.add(proxyObj3TypeProv); in add() 110 r[i++]= cont.size() == 3; in add() 111 r[i++]= cont.isEmpty() ? false: true; in add() [all …]
|
| H A D | MultiTypeInterfaceContainer_Test.java | 11 * http://www.apache.org/licenses/LICENSE-2.0 120 boolean r[]= new boolean[200]; in addInterface() 127 r[i++]= ci == 3; in addInterface() 130 r[i++]= ci ==2; in addInterface() 132 r[i++]= ci == 1; in addInterface() 134 r[i++]= ci == 0; in addInterface() 147 r[i++]= ci == 100 -c -1; in addInterface() 152 bOk= bOk && r[c]; in addInterface() 164 boolean r[]= new boolean[50]; in getContainedTypes() 176 r[i++]= types.length == 5; in getContainedTypes() [all …]
|
| /trunk/main/boost/ |
| H A D | makefile.mk | 11 # http://www.apache.org/licenses/LICENSE-2.0 22 # dmake create_clean -- just unpacks 23 # dmake patch -- unpacks and applies patch file 24 # dmake create_patch -- creates a patch file 31 # --- Settings ----------------------------------------------------- 43 # --- Files -------------------------------------------------------- 47 PATCH_FILES= $(TARFILE_NAME).patch boost-clang.patch 49 PATCH_FILES+=boost-os2.patch 59 # --- Targets ------------------------------------------------------ 65 # --- post-build --------------------------------------------------- [all …]
|
| /trunk/main/basic/source/classes/ |
| H A D | image.cxx | 11 * http://www.apache.org/licenses/LICENSE-2.0 77 * Service-Routines for Load/Store 81 sal_Bool SbiGood( SvStream& r ) in SbiGood() argument 83 return sal_Bool( !r.IsEof() && r.GetError() == SVSTREAM_OK ); in SbiGood() 87 sal_uIntPtr SbiOpenRecord( SvStream& r, sal_uInt16 nSignature, sal_uInt16 nElem ) in SbiOpenRecord() argument 89 sal_uIntPtr nPos = r.Tell(); in SbiOpenRecord() 90 r << nSignature << (sal_Int32) 0 << nElem; in SbiOpenRecord() 95 void SbiCloseRecord( SvStream& r, sal_uIntPtr nOff ) in SbiCloseRecord() argument 97 sal_uIntPtr nPos = r.Tell(); in SbiCloseRecord() 98 r.Seek( nOff + 2 ); in SbiCloseRecord() [all …]
|
| /trunk/main/sc/inc/ |
| H A D | bigrange.hxx | 11 * http://www.apache.org/licenses/LICENSE-2.0 46 ScBigAddress( const ScBigAddress& r ) in ScBigAddress() argument 47 : nRow( r.nRow ), nCol( r.nCol ), nTab( r.nTab ) {} in ScBigAddress() 48 ScBigAddress( const ScAddress& r ) in ScBigAddress() argument 49 : nRow( r.Row() ), nCol( r.Col() ), nTab( r.Tab() ) {} in ScBigAddress() 67 inline void PutInOrder( ScBigAddress& r ); 71 ScBigAddress& operator=( const ScBigAddress& r ) in operator =() argument 72 { nCol = r.nCol; nRow = r.nRow; nTab = r.nTab; return *this; } in operator =() 73 ScBigAddress& operator=( const ScAddress& r ) in operator =() argument 74 { nCol = r.Col(); nRow = r.Row(); nTab = r.Tab(); return *this; } in operator =() [all …]
|
| H A D | address.hxx | 11 * http://www.apache.org/licenses/LICENSE-2.0 93 const SCROW MAXROW = MAXROWCOUNT - 1; 94 const SCCOL MAXCOL = MAXCOLCOUNT - 1; 95 const SCTAB MAXTAB = MAXTABCOUNT - 1; 139 const SCROW W16MAXROW = W16MAXROWCOUNT - 1; 205 // +---+---+-------+ 207 // +---+---+-------+ 210 // not using gcc -fno-strict-aliasing 271 //UNUSED2009-05 void SetPos( const ScDocument* pDoc, const ScAddress & rAddr ); 292 : nRow(-1), nCol(-1), nTab(-1) {} in ScAddress() [all …]
|
| H A D | token.hxx | 11 * http://www.apache.org/licenses/LICENSE-2.0 48 * Another ref-counted token type using shared_ptr. <b>Be extra careful 51 * object may be ref-counted by two different smart pointer wrappers. 67 ScToken( const ScToken& r ): formula::FormulaToken(r) {} in ScToken() argument 78 - GetByte() since this represents the count of parameters to a function 79 which of course is 0 on non-functions. formula::FormulaByteToken and ScExternal do 82 - HasForceArray() since also this is only used for operators and 85 Any other non-overloaded method pops up an assertion. 125 ScSingleRefToken( const ScSingleRefData& r, OpCode e = ocPush ) : in ScSingleRefToken() argument 126 ScToken( formula::svSingleRef, e ), aSingleRef( r ) {} in ScSingleRefToken() [all …]
|
| H A D | tabopparams.hxx | 11 * http://www.apache.org/licenses/LICENSE-2.0 54 ScInterpreterTableOpParams( const ScInterpreterTableOpParams& r ) in ScInterpreterTableOpParams() 55 : aOld1( r.aOld1 ) in ScInterpreterTableOpParams() 56 , aNew1( r.aNew1 ) in ScInterpreterTableOpParams() 57 , aOld2( r.aOld2 ) in ScInterpreterTableOpParams() 58 , aNew2( r.aNew2 ) in ScInterpreterTableOpParams() 59 , aFormulaPos( r.aFormulaPos ) in ScInterpreterTableOpParams() 60 //! never copied! , aNotifiedFormulaCells( r.aNotifiedFormulaCells ) in ScInterpreterTableOpParams() 61 , aNotifiedFormulaPos( r.aNotifiedFormulaPos ) in ScInterpreterTableOpParams() 62 , bValid( r.bValid ) in ScInterpreterTableOpParams() [all …]
|
| /trunk/main/sax/test/sax/ |
| H A D | testwriter.cxx | 11 * http://www.apache.org/licenses/LICENSE-2.0 27 #include <com/sun/star/lang/XMultiServiceFactory.hpp> // for the multiservice-factories 60 OFileWriter( char *pcFile ) { strncpy( m_pcFile, pcFile, 256 - 1 ); m_f = 0; } in OFileWriter() 132 void testSimple( const Reference< XExtendedDocumentHandler > &r ); 133 void testExceptions( const Reference< XExtendedDocumentHandler > &r ); 134 void testDTD( const Reference< XExtendedDocumentHandler > &r ); 135 void testPerformance( const Reference< XExtendedDocumentHandler > &r ); 136 void writeParagraph( const Reference< XExtendedDocumentHandler > &r , const OUString & s); 148 /*---------------------------------------- 152 *----------------------------------------*/ [all …]
|
| /trunk/main/sc/source/core/tool/ |
| H A D | chgviset.cxx | 11 * http://www.apache.org/licenses/LICENSE-2.0 35 // ----------------------------------------------------------------------- 42 ScChangeViewSettings::ScChangeViewSettings( const ScChangeViewSettings& r ) in ScChangeViewSettings() argument 44 SetTheComment(r.aComment); in ScChangeViewSettings() 46 aFirstDateTime =r.aFirstDateTime; in ScChangeViewSettings() 47 aLastDateTime =r.aLastDateTime; in ScChangeViewSettings() 48 aAuthorToShow =r.aAuthorToShow; in ScChangeViewSettings() 49 aRangeList =r.aRangeList; in ScChangeViewSettings() 50 eDateMode =r.eDateMode; in ScChangeViewSettings() 51 bShowIt =r.bShowIt; in ScChangeViewSettings() [all …]
|
| H A D | address.cxx | 11 * http://www.apache.org/licenses/LICENSE-2.0 49 eConv( pDoc->GetAddressConvention() ), in Details() 55 //UNUSED2009-05 void ScAddress::Details::SetPos ( const ScDocument* pDoc, 56 //UNUSED2009-05 const ScAddress & rAddr ) 57 //UNUSED2009-05 { 58 //UNUSED2009-05 nRow = rAddr.Row(); 59 //UNUSED2009-05 nCol = rAddr.Col(); 60 //UNUSED2009-05 eConv = pDoc->GetAddressConvention(); 61 //UNUSED2009-05 } 69 * the quotes, a single quote character is encoded by double single-quote [all …]
|
| H A D | queryparam.cxx | 11 * http://www.apache.org/licenses/LICENSE-2.0 27 // INCLUDE --------------------------------------------------------------- 42 ScQueryParamBase::ScQueryParamBase(const ScQueryParamBase& r) : in ScQueryParamBase() argument 43 bHasHeader(r.bHasHeader), bByRow(r.bByRow), bInplace(r.bInplace), bCaseSens(r.bCaseSens), in ScQueryParamBase() 44 bRegExp(r.bRegExp), bDuplicate(r.bDuplicate), bMixedComparison(r.bMixedComparison), in ScQueryParamBase() 45 maEntries(r.maEntries) in ScQueryParamBase() 154 ScQueryParamTable::ScQueryParamTable(const ScQueryParamTable& r) : in ScQueryParamTable() argument 155 nCol1(r.nCol1),nRow1(r.nRow1),nCol2(r.nCol2),nRow2(r.nRow2),nTab(r.nTab) in ScQueryParamTable() 176 //------------------------------------------------------------------------ 178 ScQueryParam::ScQueryParam( const ScQueryParam& r ) : in ScQueryParam() argument [all …]
|
| /trunk/main/extensions/test/sax/ |
| H A D | testwriter.cxx | 11 * http://www.apache.org/licenses/LICENSE-2.0 31 #include <smart/com/sun/star/lang/XMultiServiceFactory.hxx> // for the multiservice-factories 69 m_seqErrors.getArray()[ m_seqErrors.getLen()-1] = StringToUString( str , CHARSET_SYSTEM ); \ 87 … m_seqWarnings.getArray()[ m_seqWarnings.getLen()-1] = StringToUString( str , CHARSET_SYSTEM ); \ 102 m_seqExceptions.getArray()[ m_seqExceptions.getLen()-1] = UsrAny( Exception );\ 211 void testSimple( const XExtendedDocumentHandlerRef &r ); 212 void testExceptions( const XExtendedDocumentHandlerRef &r ); 213 void testDTD( const XExtendedDocumentHandlerRef &r ); 214 void testPerformance( const XExtendedDocumentHandlerRef &r ); 215 void writeParagraph( const XExtendedDocumentHandlerRef &r , const UString & s); [all …]
|
| /trunk/main/icc/ |
| H A D | SampleICC-1.3.2.patch | 1 --- misc/SampleICC-1.3.2/configure Mon Aug 20 22:10:59 2007 2 +++ misc/build/SampleICC-1.3.2/configure Fri Jan 25 14:23:09 2008 3 @@ -19991,7 +19991,7 @@ 7 - … 12 @@ -20571,8 +20571,6 @@ 16 - "Tools/CmdLine/IccApplyNamedCmm/Makefile" ) CONFIG_FILES="$CONFIG_FILES Tools/CmdLine/IccApplyNa… 17 - "Tools/CmdLine/IccApplyProfiles/Makefile" ) CONFIG_FILES="$CONFIG_FILES Tools/CmdLine/IccApplyPr… 21 @@ -20579,20 +20577,8 @@ 25 - "Contrib/CmdLine/create_CLUT_profile/Makefile" ) CONFIG_FILES="$CONFIG_FILES Contrib/CmdLine/cre… 26 - "Contrib/CmdLine/create_CLUT_profile_from_probe/Makefile" ) CONFIG_FILES="$CONFIG_FILES Contrib/… [all …]
|
| /trunk/main/sc/source/filter/lotus/ |
| H A D | op.cxx | 11 * http://www.apache.org/licenses/LICENSE-2.0 27 //------------------------------------------------------------------------ 65 extern WKTYP eTyp; // -> filter.cxx, aktueller Dateityp 66 extern sal_Bool bEOF; // -> filter.cxx, zeigt Dateiende an 67 extern sal_uInt8 nDefaultFormat; // -> tool.cxx, Default-Zellenformat 68 extern ScDocument* pDoc; // -> filter.cxx, Aufhaenger zum Dokumentzugriff 69 extern CharSet eCharVon; // -> filter.cxx, character set specified 75 void NI( SvStream& r, sal_uInt16 n ) in NI() argument 77 r.SeekRel( n ); in NI() 81 void OP_BOF( SvStream& r, sal_uInt16 /*n*/ ) in OP_BOF() argument [all …]
|
| /trunk/main/basic/inc/basic/ |
| H A D | sbxvar.hxx | 11 * http://www.apache.org/licenses/LICENSE-2.0 46 SbxINT64( sal_Int8 n ) : nHigh( n < 0 ? -1 : 0 ), nLow( n ) {} in SbxINT64() 47 SbxINT64( sal_Int16 n ) : nHigh( n < 0 ? -1 : 0 ), nLow( n ) {} in SbxINT64() 48 SbxINT64( sal_Int32 n ) : nHigh( n < 0 ? -1 : 0 ), nLow( n ) {} in SbxINT64() 49 SbxINT64( int n ) : nHigh( n < 0 ? -1 : 0 ), nLow( n ) {} in SbxINT64() 50 SbxINT64( SbxINT64 &r ) : nHigh( r.nHigh ), nLow( r.nLow ) {} in SbxINT64() 52 SbxINT64( BigInt &r ); 57 nLow ^= (sal_uInt32)-1; in CHS() 58 nHigh ^= -1; in CHS() 70 nLow = (sal_uInt32)(n - ((double)nHigh * (double)4294967296.0) + 0.5); in Set() [all …]
|
| /trunk/main/formula/inc/formula/ |
| H A D | token.hxx | 11 * http://www.apache.org/licenses/LICENSE-2.0 53 svJumpMatrix, // 2003-07-02 105 FormulaToken( const FormulaToken& r ) : IFormulaToken(), in FormulaToken() argument 106 eOp(r.eOp), eType( r.eType ), nRefCnt(0) {} in FormulaToken() 118 if (!--nRefCnt) in DecRef() 119 const_cast<FormulaToken*>(this)->Delete(); in DecRef() 129 - GetByte() since this represents the count of parameters to a function 130 which of course is 0 on non-functions. FormulaByteToken and ScExternal do 133 - HasForceArray() since also this is only used for operators and 136 Any other non-overloaded method pops up an assertion. [all …]
|
| /trunk/main/autodoc/inc/cosv/tpl/ |
| H A D | funcall.hxx | 11 * http://www.apache.org/licenses/LICENSE-2.0 43 helper function ->make_func(). 49 f - the kind of function 50 p - the parameter of the function 51 c - call operator() of the function object with these arguments 55 f - free, no owning class 56 c - const member function of a class 57 m - modifying member function of a class 59 n - no parameter 60 c - const parameter by reference [all …]
|
| /trunk/main/basic/source/sbx/ |
| H A D | sbxvalue.cxx | 11 * http://www.apache.org/licenses/LICENSE-2.0 44 SbxINT64 &SbxINT64::operator -= ( const SbxINT64 &r ) 47 b -= BigInt( r ); 51 SbxINT64 &SbxINT64::operator += ( const SbxINT64 &r ) in operator +=() argument 54 b += BigInt( r ); in operator +=() 58 SbxINT64 &SbxINT64::operator *= ( const SbxINT64 &r ) in operator *=() argument 61 b *= BigInt( r ); in operator *=() 65 SbxINT64 &SbxINT64::operator %= ( const SbxINT64 &r ) in operator %=() argument 68 b %= BigInt( r ); in operator %=() 72 SbxINT64 &SbxINT64::operator /= ( const SbxINT64 &r ) in operator /=() argument [all …]
|
| /trunk/main/sal/qa/systools/ |
| H A D | test_comtools.cxx | 11 * http://www.apache.org/licenses/LICENSE-2.0 51 ULONG cnt = --ref_count_; in Release() 82 bool comObjectSink(sal::systools::COMReference<IUnknown> r, ULONG expectedRefCountOnReturn) in comObjectSink() argument 84 r = sal::systools::COMReference<IUnknown>(); in comObjectSink() 85 COMObject* p = reinterpret_cast<COMObject*>(r.get()); in comObjectSink() 87 return (p->GetRefCount() == expectedRefCountOnReturn); in comObjectSink() 95 p->AddRef(); in comObjectSource2() 106 /// test of COMReference<IUnknown> r; 109 sal::systools::COMReference<IUnknown> r; in TEST_F() local 110 ASSERT_TRUE(r.get() == NULL) << "COMReference should be empty"; in TEST_F() [all …]
|