Home
last modified time | relevance | path

Searched refs:nOffset (Results 351 – 375 of 408) sorted by relevance

1...<<11121314151617

/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx4364 sal_uInt32 nOffset; in CoreLoad() local
4365 *pTableStream >> nOffset; in CoreLoad()
4366 aOffsets.push_back(nOffset); in CoreLoad()
4377 sal_uInt32 nOffset = *aIter; in CoreLoad() local
4380 pStrm->Seek(nOffset); in CoreLoad()
4382 nLen = *aIter - nOffset; in CoreLoad()
H A Dww8scan.hxx1449 WW8Fib( SvStream& rStrm, sal_uInt8 nWantedVersion,sal_uInt32 nOffset=0 );
1784 Word2CHPX ReadWord2Chpx(SvStream &rSt, sal_Size nOffset, sal_uInt8 nSize);
H A Dwrtw8sty.cxx120 WW8_WrPlc0( sal_uLong nOffset );
880 WW8_WrPlc0::WW8_WrPlc0( sal_uLong nOffset ) in WW8_WrPlc0() argument
881 : aPos( 4, 4 ), nOfs( nOffset ) in WW8_WrPlc0()
/trunk/main/sw/source/core/crsr/
H A Dcrsrsh.cxx2317 sal_Unicode SwCrsrShell::GetChar( sal_Bool bEnd, long nOffset ) in GetChar() argument
2332 if( ((nPos+nOffset) >= 0 ) && (nPos+nOffset) < rStr.Len() ) in GetChar()
2333 cCh = rStr.GetChar( static_cast<xub_StrLen>(nPos+nOffset) ); in GetChar()
/trunk/main/vcl/unx/generic/app/
H A Dwmadaptor.cxx1990 long nOffset = 0; in handlePropertyNotify() local
1996 nOffset, 64, in handlePropertyNotify()
2020 nOffset += nItems * nFormat / 32; in handlePropertyNotify()
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsSelectionFunction.cxx729 void SelectionFunction::GotoNextPage (int nOffset) in GotoNextPage() argument
738 GotoPage(nIndex + nOffset); in GotoNextPage()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh3.cxx814 …t( ScDocument& rOtherDoc, bool bShared, bool bCheckDuplicates, sal_uLong nOffset, ScChangeActionMe… in MergeDocument() argument
995 nReject += nOffset; in MergeDocument()
/trunk/main/filter/inc/filter/msfilter/
H A Dsvdfppt.hxx911 sal_uInt16 nOffset; member
939 …t16 GetTabOffsetByIndex( sal_uInt16 nIndex ) const { return mpImplRuler->pTab[ nIndex ].nOffset; }; in GetTabOffsetByIndex()
/trunk/main/connectivity/source/inc/dbase/
H A DDTable.hxx143 …virtual sal_Bool seekRow(IResultSetHelper::Movement eCursorPosition, sal_Int32 nOffset, sal_Int32&…
/trunk/main/svtools/source/inc/
H A Dsvimpicn.hxx146 void AddSelectedRect( const Rectangle&, short nOffset = SELRECT_BORDER_OFFS );
/trunk/main/svtools/inc/svtools/
H A Dtaskbar.hxx346 void InsertStatusField( long nOffset = STATUSBAR_OFFSET,
/trunk/main/vcl/aqua/source/gdi/
H A Daquaprintaccessoryview.mm556 long nOffset; field
561 , nOffset( i_nOffset )
572 nWidth += nOffset;
/trunk/main/framework/source/layoutmanager/
H A Dtoolbarlayoutmanager.cxx241 sal_Int32 nOffset( 0 ); in doLayout() local
246 …implts_calcWindowPosSizeOnSingleRowColumn( i, nOffset, aRowColumnsWindowData[nIndex], aContainerSi… in doLayout()
247 nOffset += aRowColumnsWindowData[j].nStaticSize; in doLayout()
2569 sal_Int32 nOffset, in implts_calcWindowPosSizeOnSingleRowColumn() argument
2727 …pWindow->SetPosSizePixel( ::Point( aWinRect.X, nOffset ), ::Size( aWinRect.Width, rRowColumnWindow… in implts_calcWindowPosSizeOnSingleRowColumn()
2735 …pWindow->SetPosSizePixel( ::Point( nOffset, aWinRect.Y ), ::Size( rRowColumnWindowData.nStaticSize… in implts_calcWindowPosSizeOnSingleRowColumn()
/trunk/main/sw/source/core/doc/
H A Ddoctxm.cxx2213 xub_StrLen nOffset = pNd->GetTxt().Len() - aNumStr.Len(); in _UpdatePageNum() local
2217 xub_StrLen nStartIdx = (*pCharStyleIdx)[j] + nOffset; in _UpdatePageNum()
2218 xub_StrLen nEndIdx = (*pCharStyleIdx)[j + 1] + nOffset; in _UpdatePageNum()
/trunk/main/sw/source/ui/inc/
H A Dswuicnttab.hxx308 void MoveControls(long nOffset);
/trunk/main/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_import.cxx846 sal_Int32 nOffset, in importLongProperty() argument
855 _xControlModel->setPropertyValue( rPropName, makeAny( toInt32( aValue ) + nOffset ) ); in importLongProperty()
/trunk/main/sc/source/core/tool/
H A Dtoken.cxx339 static sal_uInt16 nOffset = lcl_ScRawTokenOffset(); // offset of sbyte in Clone() local
340 sal_uInt16 n = nOffset; in Clone()
/trunk/main/sw/source/core/docnode/
H A Dndcopy.cxx1571 long nOffset = pNewPos->nNode.GetIndex() - rRg.aStart.GetIndex(); in CopyFlyInFlyImpl() local
1572 SwNodeIndex aIdx( rStartIdx, nOffset ); in CopyFlyInFlyImpl()
/trunk/main/ucb/source/sorter/
H A Dsortresult.hxx205 void Move( long nPos, long nCount, long nOffset );
/trunk/main/filter/source/msfilter/
H A Descherex.cxx4231 void EscherGraphicProvider::SetNewBlipStreamOffset( sal_Int32 nOffset ) in SetNewBlipStreamOffset() argument
4236 pBlibEntry->mnPictureOffset += nOffset; in SetNewBlipStreamOffset()
5221 void EscherEx::InsertPersistOffset( sal_uInt32 nKey, sal_uInt32 nOffset ) in InsertPersistOffset() argument
5223 PtInsert( ESCHER_Persist_PrivateEntry | nKey, nOffset ); in InsertPersistOffset()
5226 void EscherEx::ReplacePersistOffset( sal_uInt32 nKey, sal_uInt32 nOffset ) in ReplacePersistOffset() argument
5228 PtReplace( ESCHER_Persist_PrivateEntry | nKey, nOffset ); in ReplacePersistOffset()
/trunk/main/sc/source/filter/excel/
H A Dxeformula.cxx459 void Overwrite( sal_uInt16 nWriteToPos, sal_uInt16 nOffset );
2476 void XclExpFmlaCompImpl::Overwrite( sal_uInt16 nWriteToPos, sal_uInt16 nOffset ) in Overwrite() argument
2479 ShortToSVBT16( nOffset, &mxData->maTokVec[ nWriteToPos ] ); in Overwrite()
/trunk/main/xmloff/source/text/
H A Dtxtflde.cxx2995 sal_Int32& nOffset) in MapPageNumberName() argument
3006 nOffset += 1; in MapPageNumberName()
3013 nOffset -= 1; in MapPageNumberName()
/trunk/main/fpicker/source/office/
H A Diodlg.cxx3405 xub_StrLen nOffset = aTemp.Len() - nExtLen; in appendDefaultExtension() local
3407 if ( aTemp.Search(pExt, nOffset) == nOffset ) in appendDefaultExtension()
/trunk/main/sc/source/ui/unoobj/
H A Dchart2uno.cxx2150 sal_Int32 nOffset = 0; in convertRangeFromXML() local
2151 while( nOffset >= 0 ) in convertRangeFromXML()
2154 ScRangeStringConverter::GetTokenByOffset( sToken, sXMLRange, nOffset, cSep, cQuote ); in convertRangeFromXML()
2155 if( nOffset >= 0 ) in convertRangeFromXML()
/trunk/main/sc/source/ui/inc/
H A Ddocsh.hxx258 …OtherDoc, bool bShared = false, bool bCheckDuplicates = false, sal_uLong nOffset = 0, ScChangeActi…

Completed in 448 milliseconds

1...<<11121314151617