Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/filter/excel/
H A Dexcform.cxx58 aIn >> aXclPos; in Formula25()
66 aIn >> fCurVal; in Formula25()
68 aIn >> nDummy; in Formula25()
77 aIn >> nFormLen; in Formula25()
101 aIn >> nFormLen; in Formula4()
232 aIn >> nOp; in Convert()
362 aIn >> nLen; in Convert()
372 aIn >> nOpt; in Convert()
420 aIn >> nByte; in Convert()
925 aIn >> nOp; in Convert()
[all …]
H A Dexcform8.cxx133 aIn >> nOp; in Convert()
267 aIn >> nEptg; in Convert()
350 aIn >> nByte; in Convert()
374 aIn >> nByte; in Convert()
382 aIn >> nUINT16; in Convert()
386 aIn >> fDouble; in Convert()
607 aIn >> nByte; in Convert()
609 aIn >> nByte; in Convert()
902 aIn >> nOp; in Convert()
1437 while( aIn.IsValid() && (aIn.GetRecPos() < nEndPos) ) in GetAbsRefs()
[all …]
H A Dimpop.cxx121 aIn( maStrm ), in ImportExcel()
408 aIn >> nRow; in Row25()
425 aIn >> nGrbit; in Row25()
506 aIn >> nOpt0; in Columndefault()
558 aIn >> n1904; in Rec1904()
705 aIn >> nFlags; in Wsbool()
723 aIn >> nGrbit; in Boundsheet()
781 aIn >> nHide; in Hideobj()
831 aIn >> nLenExpr; in Shrfmla()
953 aIn >> nRow; in Row34()
[all …]
H A Dread.cxx106 aIn.StartNextRecord( nProgressBasePos ); in Read()
112 aIn.StartNextRecord(); in Read()
114 nOpcode = aIn.GetRecId(); in Read()
116 if( !aIn.IsValid() ) in Read()
776 if( aDumper.Dump( aIn ) ) in Read()
884 aIn.StartNextRecord(); in Read()
886 if( !aIn.IsValid() ) in Read()
893 aIn.SeekGlobalPosition(); in Read()
911 sal_uInt16 nRecId = aIn.GetRecId(); in Read()
950 aIn.StoreGlobalPosition(); in Read()
[all …]
H A Dexcimp8.cxx127 aOpt.SetIterCount( aIn.ReaduInt16() ); in Calccount()
143 aOpt.SetIterEps( aIn.ReadDouble() ); in Delta()
151 aOpt.SetIter( aIn.ReaduInt16() == 1 ); in Iteration()
161 aIn.DisableDecryption(); 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()
198 aIn >> nLastDispl; in Scenman()
216 aIn >> aXclPos >> nXF >> nSst; in Labelsst()
[all …]
H A Dfrmbase.cxx249 aIn( rStr ), in LotusConverterBase()
/aoo4110/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
/aoo4110/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()
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
516 AllFloats aOut(xLBT->echoAllFloats(aIn)); in performTest()
[all …]
/aoo4110/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()
/aoo4110/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()
/aoo4110/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()
/aoo4110/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 …]
/aoo4110/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
/aoo4110/main/idl/inc/
H A Dtypes.hxx139 SvBOOL aIn; // Eingangsparameter member in SvMetaType
207 void SetIn( sal_Bool b ) { aIn = b; } in SetIn()
/aoo4110/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()
/aoo4110/main/basic/source/inc/
H A Diosys.hxx83 ByteString aIn, aOut; // Console-Buffer member in SbiIoSystem

Completed in 115 milliseconds