Home
last modified time | relevance | path

Searched refs:aIn (Results 1 – 19 of 19) sorted by relevance

/AOO41X/main/sc/source/filter/excel/
H A Dexcform.cxx58 aIn >> aXclPos; in Formula25()
64 aIn.Ignore( 3 ); in Formula25()
66 aIn >> fCurVal; in Formula25()
67 aIn.Ignore( 1 ); in Formula25()
68 aIn >> nDummy; in Formula25()
74 aIn >> nXF >> fCurVal >> nFlag0; in Formula25()
75 aIn.Ignore( 5 ); in Formula25()
77 aIn >> nFormLen; in Formula25()
99 aIn >> aXclPos >> nXF >> fCurVal >> nFlag0; in Formula4()
100 aIn.Ignore( 1 ); in Formula4()
[all …]
H A Dexcform8.cxx93 ConvErr ExcelToSc8::Convert( const ScTokenArray*& rpTokArray, XclImpStream& aIn, sal_Size nFormulaL… in Convert() argument
113 aIn.Ignore( nFormulaLen ); in Convert()
125 sal_Size nEndPos = aIn.GetRecPos() + nFormulaLen; in Convert()
131 while( (aIn.GetRecPos() < nEndPos) && !bError ) in Convert()
133 aIn >> nOp; in Convert()
144 aIn.Ignore( 4 ); in Convert()
258 aIn >> nLen; // und? in Convert()
259 aString = aIn.ReadUniString( nLen ); // reads Grbit even if nLen==0 in Convert()
267 aIn >> nEptg; in Convert()
271 aIn.Ignore( 4 ); in Convert()
[all …]
H A Dimpop.cxx121 aIn( maStrm ), in ImportExcel()
230 aIn >> nXFIdx; in ReadXFIndex()
277 aIn >> aXclPos; in ReadBlank()
408 aIn >> nRow; in Row25()
409 aIn.Ignore( 4 ); // Mic und Mac ueberspringen in Row25()
413 aIn >> nRowHeight; // direkt in Twips angegeben in Row25()
414 aIn.Ignore( 2 ); in Row25()
424 aIn.Ignore( 2 ); // reserved in Row25()
425 aIn >> nGrbit; in Row25()
466 GetRoot().GetSheetProtectBuffer().ReadPasswordHash( aIn, GetCurrScTab() ); in SheetPassword()
[all …]
H A Dread.cxx87 DBG_ASSERT( &aIn != NULL, "-ImportExcel::Read(): Kein Stream - wie dass?!" ); in Read()
90 aIn.GetSvStreamSize(), GetDocShell(), STR_LOAD_DOC ) ); in Read()
104 nProgressBaseSize += (aIn.GetSvStreamPos() - nProgressBasePos); in Read()
106 aIn.StartNextRecord( nProgressBasePos ); in Read()
112 aIn.StartNextRecord(); in Read()
114 nOpcode = aIn.GetRecId(); in Read()
116 if( !aIn.IsValid() ) in Read()
140 pProgress->ProgressAbs( nProgressBaseSize + aIn.GetSvStreamPos() - nProgressBasePos ); in Read()
193 aIn.StoreGlobalPosition(); // und Position merken in Read()
201 aIn.StoreGlobalPosition(); // und Position merken in Read()
[all …]
H A Dexcimp8.cxx127 aOpt.SetIterCount( aIn.ReaduInt16() ); in Calccount()
135 aOpt.SetCalcAsShown( aIn.ReaduInt16() == 0 ); in Precision()
143 aOpt.SetIterEps( aIn.ReadDouble() ); in Delta()
151 aOpt.SetIter( aIn.ReaduInt16() == 1 ); in Iteration()
161 aIn.DisableDecryption(); in Boundsheet()
162 maSheetOffsets.push_back( aIn.ReaduInt32() ); in Boundsheet()
163 aIn.EnableDecryption(); in Boundsheet()
164 aIn >> nGrbit >> nLen; in Boundsheet()
166 String aName( aIn.ReadUniString( nLen ) ); in Boundsheet()
197 aIn.Ignore( 4 ); in Scenman()
[all …]
H A Dfrmbase.cxx249 aIn( rStr ), in LotusConverterBase()
/AOO41X/main/sc/source/filter/inc/
H A Dformel.hxx222 SvStream& aIn; member in LotusConverterBase
251 aIn.SeekRel( nSeekRel ); in Ignore()
257 aIn >> nByte; in Read()
263 aIn >> nByte; in Read()
269 aIn >> nUINT16; in Read()
275 aIn >> nINT16; in Read()
281 aIn >> fDouble; in Read()
287 aIn >> nUINT32; in Read()
H A Dexcform.hxx84 XclImpStream& aIn );
86 XclImpStream& aIn );
87 void ReadExtensionNlr( XclImpStream& aIn );
88 void ReadExtensionMemArea( XclImpStream& aIn );
H A Dimp_op.hxx93 XclImpStream& aIn; // input stream member in ImportExcel
/AOO41X/main/testtools/source/bridgetest/
H A Dbridgetest.cxx494 SmallStruct aIn(1, 2); in performTest() local
495 SmallStruct aOut(xLBT->echoSmallStruct(aIn)); in performTest()
497 memcmp(&aIn, &aOut, sizeof(SmallStruct)) == 0, in performTest()
501 MediumStruct aIn(1, 2, 3, 4); in performTest() local
502 MediumStruct aOut(xLBT->echoMediumStruct(aIn)); in performTest()
504 memcmp(&aIn, &aOut, sizeof(MediumStruct)) == 0, in performTest()
508 BigStruct aIn(1, 2, 3, 4, 5, 6, 7, 8); in performTest() local
509 BigStruct aOut(xLBT->echoBigStruct(aIn)); in performTest()
511 memcmp(&aIn, &aOut, sizeof(BigStruct)) == 0, in performTest()
515 AllFloats aIn(1.1f, 2.2f, 3.3f, 4.4f); in performTest() local
[all …]
/AOO41X/main/sw/source/ui/docvw/
H A Dromenu.cxx488 SfxMedium aIn( rGrfName, STREAM_READ | STREAM_NOCREATE, in ExportGraphic() local
490 if( aIn.GetInStream() && !aIn.GetInStream()->GetError() ) in ExportGraphic()
496 *aOut.GetOutStream() << *aIn.GetInStream(); in ExportGraphic()
497 if ( 0 == aIn.GetError() ) in ExportGraphic()
/AOO41X/main/basic/source/runtime/
H A Diosys.cxx937 if( !aIn.Len() ) in Read()
939 ReadCon( aIn ); in Read()
940 aIn += '\n'; in Read()
942 ch = aIn.GetBuffer()[0]; in Read()
943 aIn.Erase( 0, 1 ); in Read()
/AOO41X/main/sc/source/filter/lotus/
H A Dlotform.cxx543 String aTmp( ScfTools::ReadCString( aIn, nBytesLeft, eSrcChar ) ); in Convert()
563 String aTmp( ScfTools::ReadCString( aIn, nBytesLeft, eSrcChar ) ); in Convert()
576 String aTmp( ScfTools::ReadCString( aIn, nBytesLeft, eSrcChar ) ); in Convert()
612 aIn.Read( p, nStrLen ); in Convert()
633 else aStack << aPool.Store( ScfTools::ReadLongDouble( aIn ) ); in Convert()
662 aIn.SeekRel( nBytesLeft ); // eventuellen Rest/Ueberlauf korrigieren in Convert()
/AOO41X/main/scripting/source/stringresource/
H A Dstringresource.cxx1654 BinaryInput aIn( Data, xMCF, m_xContext ); in importBinary() local
1656 sal_Int32 nVersion = aIn.readInt16(); in importBinary()
1658 sal_Int32 nLocaleCount = aIn.readInt16(); in importBinary()
1659 sal_Int32 iDefault = aIn.readInt16(); in importBinary()
1664 pPositions[i] = aIn.readInt32(); in importBinary()
1671 aIn.seek( nPos ); in importBinary()
1674 aLocale.Language = aIn.readString(); in importBinary()
1675 aLocale.Country = aIn.readString(); in importBinary()
1676 aLocale.Variant = aIn.readString(); in importBinary()
1678 sal_Int32 nAfterStringPos = aIn.getPosition(); in importBinary()
[all …]
/AOO41X/main/sw/source/filter/html/
H A Dparcss1.cxx83 aIn = rIn; in InitRead()
91 if( nInPos >= aIn.Len() ) in GetNextChar()
97 sal_Unicode c = aIn.GetChar( nInPos ); in GetNextChar()
H A Dparcss1.hxx223 String aIn; // der zu parsende String member in CSS1Parser
/AOO41X/main/idl/inc/
H A Dtypes.hxx139 SvBOOL aIn; // Eingangsparameter member in SvMetaType
207 void SetIn( sal_Bool b ) { aIn = b; } in SetIn()
/AOO41X/main/idl/source/objects/
H A Dtypes.cxx1064 if( nMask & 0x0001 ) rStm >> aIn; in Load()
1093 if( aIn.IsSet() ) nMask |= 0x0001; in Save()
1112 if( nMask & 0x0001 ) rStm << aIn; in Save()
1246 if( aIn.IsSet() || !GetRef() ) in GetIn()
1247 return aIn; in GetIn()
/AOO41X/main/basic/source/inc/
H A Diosys.hxx83 ByteString aIn, aOut; // Console-Buffer member in SbiIoSystem