Home
last modified time | relevance | path

Searched refs:setPos (Results 1 – 25 of 33) sorted by relevance

12

/trunk/main/ucb/source/ucp/file/
H A Dfilrec.cxx79 ::osl::FileBase::RC ReconnectingFile::setPos( sal_uInt32 uHow, sal_Int64 uPos ) in setPos() function in fileaccess::ReconnectingFile
88 nRes = m_aFile.setPos( uHow, uPos ); in setPos()
94 nRes = m_aFile.setPos( uHow, uPos ); in setPos()
98 nRes = m_aFile.setPos( uHow, uPos ); in setPos()
104 nRes = m_aFile.setPos( uHow, uPos ); in setPos()
H A Dfilstr.cxx187 if (osl::FileBase::E_None != m_aFile.setPos(Pos_Absolut,sal_uInt64(0))) in truncate()
254 m_aFile.setPos( osl_Pos_Current, sal_uInt64( nBytesToSkip ) ); in skipBytes()
349 if( osl::FileBase::E_None != m_aFile.setPos( Pos_Absolut, sal_uInt64( location ) ) ) in seek()
H A Dfilinpstr.cxx189 m_aFile.setPos( osl_Pos_Current, sal_uInt64( nBytesToSkip ) ); in skipBytes()
230 if( osl::FileBase::E_None != m_aFile.setPos( Pos_Absolut, sal_uInt64( location ) ) ) in seek()
H A Dfilrec.hxx65 ::osl::FileBase::RC setPos( sal_uInt32 uHow, sal_Int64 uPos );
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dinputstream.cxx135 m_aFile.setPos( osl_Pos_Current, sal_uInt64( nBytesToSkip ) ); in skipBytes()
176 if( osl::FileBase::E_None != m_aFile.setPos( Pos_Absolut, sal_uInt64( location ) ) ) in seek()
206 err = m_aFile.setPos( Pos_End, 0 ); in getLength()
214 err = m_aFile.setPos( Pos_Absolut, uCurrentPos ); in getLength()
/trunk/main/unotools/inc/unotools/
H A Ddigitgroupingiterator.hxx98 void setPos() in setPos() function in utl::DigitGroupingIterator
114 setPos(); in setDigits()
142 setPos(); in advance()
/trunk/main/comphelper/source/streaming/
H A Doslfile2streamwrap.cxx112 FileBase::RC eError = m_pFile->setPos(osl_Pos_Absolut, nNewPos); in skipBytes()
137 eError = m_pFile->setPos(Pos_End, nDummy); in available()
147 eError = m_pFile->setPos(Pos_Absolut, nPos); in available()
/trunk/main/sal/qa/osl/file/
H A Dosl_File.cxx3575 class setPos : public ::testing::Test class
3608 TEST_F(setPos, setPos_001 ) in TEST_F() argument
3625 TEST_F(setPos, setPos_002 ) in TEST_F() argument
3634 nError1 = testFile.setPos( Pos_Current, 0); in TEST_F()
3644 TEST_F(setPos, setPos_003 ) in TEST_F() argument
3652 nError1 = testFile.setPos( Pos_End, -100 ); in TEST_F()
3655 nError1 = testFile.setPos( Pos_End, -53 ); in TEST_F()
3771 nError1 = testFile.setPos( Pos_End, 0 ); in TEST_F()
3864 nError1 = testFile.setPos( Pos_End, 0 ); in TEST_F()
3891 nError1 = testFile.setPos( Pos_End, 0 ); in TEST_F()
[all …]
/trunk/main/filter/source/placeware/
H A Dexporter.cxx124 osl::File::RC nRC = rSourceFile.setPos( osl_Pos_End, 0 ); in encodeFile()
130 nRC = rSourceFile.setPos( osl_Pos_Absolut, 0 ); in encodeFile()
282 nRC = aInfoFile.setPos( osl_Pos_Absolut, 0 ); in createSlideFile()
H A Dzip.cxx159 mnRC = mrFile.setPos( Pos_Absolut, e->offset ); in writeLocalHeader()
179 mnRC = mrFile.setPos( Pos_Absolut, e->endOffset ); in writeLocalHeader()
/trunk/main/oox/source/drawingml/chart/
H A Dchartdrawingfragment.cxx59 void ShapeAnchor::setPos( sal_Int32 nElement, sal_Int32 nParentContext, const OUString& rValue ) in setPos() function in oox::drawingml::chart::ShapeAnchor
205 mxAnchor->setPos( getCurrentElement(), getParentElement(), rChars ); in onCharacters()
/trunk/main/desktop/source/deployment/
H A Ddp_persmap.cxx177 m_MapFile.setPos( osl_Pos_Absolut, 0); in readAll()
239 m_MapFile.setPos( osl_Pos_Absolut, 0); in flush()
/trunk/main/oox/source/xls/
H A Ddrawingbase.cxx208 aAnchorRect.setPos( maPos ); in calcAnchorRectEmu()
217 aAnchorRect.setPos( aPoint ); in calcAnchorRectEmu()
/trunk/main/sal/osl/w32/
H A Dfile.cxx97 oslFileError setPos (sal_uInt64 uPos);
264 oslFileError FileHandle_Impl::setPos (sal_uInt64 uPos) in setPos() function in FileHandle_Impl
1070 return pImpl->setPos (nPos + nOffset); in osl_setFilePos()
/trunk/main/sal/osl/unx/
H A Dfile.cxx105 oslFileError setPos (sal_uInt64 uPos);
281 oslFileError FileHandle_Impl::setPos (sal_uInt64 uPos) in setPos() function in FileHandle_Impl
1350 return pImpl->setPos (nPos + nOffset); in osl_setFilePos()
/trunk/main/basic/source/runtime/
H A Diosys.cxx417 nRet = maFile.setPos( Pos_End, 0 ); in SeekPos()
421 nRet = maFile.setPos( Pos_Absolut, (sal_uInt64)nPos ); in SeekPos()
/trunk/main/oox/inc/oox/drawingml/chart/
H A Dchartdrawingfragment.hxx68 …void setPos( sal_Int32 nElement, sal_Int32 nParentContext, const ::rtl::OUString& r…
/trunk/main/soltools/testSHL/util/
H A Dtlog.cxx54 ret = m_logfile->setPos( Pos_End, 0 ); in open()
/trunk/main/fpicker/source/win32/filepicker/
H A DPreviewCtrl.hxx127 sal_Bool SAL_CALL setPos( POINT ulCorner );
H A DPreviewCtrl.cxx345 sal_Bool SAL_CALL CFilePreview::setPos( POINT ulCorner ) in setPos() function in CFilePreview
/trunk/main/sal/workben/
H A Dtestfile.cxx191 rc=pFile->setPos( Pos_Absolut, 0 ); in Initialize()
847 rc=pFile->setPos( Pos_Absolut , 0 ); in FileWriteAndReadTest()
1196 rc=rFile.setPos( Pos_End,0 ); in FilePointerTest()
/trunk/main/embeddedobj/test/Container1/
H A DBitmapPainter.java129 public void setPos( com.sun.star.awt.Point aPoint ) in setPos() method in BitmapPainter
/trunk/main/oox/inc/oox/drawingml/
H A Ddrawingmltypes.hxx197 inline void setPos( const EmuPoint& rPos ) { static_cast< EmuPoint& >( *this ) = rPos; } in setPos() function
/trunk/main/wizards/com/sun/star/wizards/web/
H A DImageListDialog.java194 il.setPos(new Size(6, 22)); in build()
/trunk/main/wizards/com/sun/star/wizards/form/
H A DUIControlArranger.java395 m_aButtonList.setPos(new Size(107, nypos)); in ArrangeButtonList()

Completed in 127 milliseconds

12