/aoo41x/main/ucb/source/ucp/file/ |
H A D | filrec.cxx | 79 ::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 D | filstr.cxx | 187 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 D | filinpstr.cxx | 189 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 D | filrec.hxx | 65 ::osl::FileBase::RC setPos( sal_uInt32 uHow, sal_Int64 uPos );
|
/aoo41x/main/xmlhelp/source/cxxhelp/provider/ |
H A D | inputstream.cxx | 135 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()
|
/aoo41x/main/unotools/inc/unotools/ |
H A D | digitgroupingiterator.hxx | 98 void setPos() in setPos() function in utl::DigitGroupingIterator 114 setPos(); in setDigits() 142 setPos(); in advance()
|
/aoo41x/main/comphelper/source/streaming/ |
H A D | oslfile2streamwrap.cxx | 112 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()
|
/aoo41x/main/sal/qa/osl/file/ |
H A D | osl_File.cxx | 4019 nError3 = testFile.setPos( Pos_Absolut, 0 ); in close_002() 4037 class setPos : public CppUnit::TestFixture class 4096 nError1 = testFile.setPos( Pos_Current, 0); in setPos_002() 4115 nError1 = testFile.setPos( Pos_End, -100 ); in setPos_003() 4118 nError1 = testFile.setPos( Pos_End, -53 ); in setPos_003() 4129 CPPUNIT_TEST_SUITE( setPos ); 4247 nError1 = testFile.setPos( Pos_End, 0 ); in isEndOfFile_001() 4269 nError1 = testFile.setPos( Pos_Absolut, 0 ); in isEndOfFile_002() 4347 nError1 = testFile.setPos( Pos_End, 0 ); in setSize_001() 4375 nError1 = testFile.setPos( Pos_End, 0 ); in setSize_002() [all …]
|
/aoo41x/main/filter/source/placeware/ |
H A D | exporter.cxx | 124 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 D | zip.cxx | 159 mnRC = mrFile.setPos( Pos_Absolut, e->offset ); in writeLocalHeader() 179 mnRC = mrFile.setPos( Pos_Absolut, e->endOffset ); in writeLocalHeader()
|
/aoo41x/main/oox/source/drawingml/chart/ |
H A D | chartdrawingfragment.cxx | 59 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()
|
/aoo41x/main/desktop/source/deployment/ |
H A D | dp_persmap.cxx | 177 m_MapFile.setPos( osl_Pos_Absolut, 0); in readAll() 239 m_MapFile.setPos( osl_Pos_Absolut, 0); in flush()
|
/aoo41x/main/oox/source/xls/ |
H A D | drawingbase.cxx | 208 aAnchorRect.setPos( maPos ); in calcAnchorRectEmu() 217 aAnchorRect.setPos( aPoint ); in calcAnchorRectEmu()
|
/aoo41x/main/sal/osl/w32/ |
H A D | file.cxx | 97 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()
|
/aoo41x/main/sal/osl/unx/ |
H A D | file.cxx | 105 oslFileError setPos (sal_uInt64 uPos); 283 oslFileError FileHandle_Impl::setPos (sal_uInt64 uPos) in setPos() function in FileHandle_Impl 1352 return pImpl->setPos (nPos + nOffset); in osl_setFilePos()
|
/aoo41x/main/oox/inc/oox/drawingml/chart/ |
H A D | chartdrawingfragment.hxx | 68 …void setPos( sal_Int32 nElement, sal_Int32 nParentContext, const ::rtl::OUString& r…
|
/aoo41x/main/soltools/testSHL/util/ |
H A D | tlog.cxx | 54 ret = m_logfile->setPos( Pos_End, 0 ); in open()
|
/aoo41x/main/fpicker/source/win32/filepicker/ |
H A D | PreviewCtrl.hxx | 127 sal_Bool SAL_CALL setPos( POINT ulCorner );
|
H A D | PreviewCtrl.cxx | 345 sal_Bool SAL_CALL CFilePreview::setPos( POINT ulCorner ) in setPos() function in CFilePreview
|
/aoo41x/main/basic/source/runtime/ |
H A D | iosys.cxx | 416 nRet = maFile.setPos( Pos_End, 0 ); in SeekPos() 420 nRet = maFile.setPos( Pos_Absolut, (sal_uInt64)nPos ); in SeekPos()
|
/aoo41x/main/embeddedobj/test/Container1/ |
H A D | BitmapPainter.java | 129 public void setPos( com.sun.star.awt.Point aPoint ) in setPos() method in BitmapPainter
|
/aoo41x/main/oox/inc/oox/drawingml/ |
H A D | drawingmltypes.hxx | 197 inline void setPos( const EmuPoint& rPos ) { static_cast< EmuPoint& >( *this ) = rPos; } in setPos() function
|
/aoo41x/main/sal/workben/ |
H A D | testfile.cxx | 191 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()
|
/aoo41x/main/wizards/com/sun/star/wizards/web/ |
H A D | ImageListDialog.java | 194 il.setPos(new Size(6, 22)); in build()
|
/aoo41x/main/wizards/com/sun/star/wizards/form/ |
H A D | UIControlArranger.java | 395 m_aButtonList.setPos(new Size(107, nypos)); in ArrangeButtonList()
|