Home
last modified time | relevance | path

Searched refs:nOffset (Results 176 – 200 of 408) sorted by relevance

12345678910>>...17

/trunk/main/basic/source/inc/
H A Dcodegen.hxx59 static sal_uInt32 calcNewOffSet( sal_uInt8* pCode, sal_uInt16 nOffset );
60 static sal_uInt16 calcLegacyOffSet( sal_uInt8* pCode, sal_uInt32 nOffset );
H A Dimage.hxx94 sal_uInt16 CalcLegacyOffset( sal_Int32 nOffset );
95 sal_uInt32 CalcNewOffset( sal_Int16 nOffset );
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/tokenview/
H A DDocumentFactory.java57 final int nOffset) in AddText() argument
59 final Run<TokenType> aRun = new Run<TokenType>(sText, eTokenType, aStyle, nOffset); in AddText()
/trunk/main/chart2/source/view/charttypes/
H A DBubbleChart.cxx389 sal_Int32 nOffset = 0; in createShapes() local
391nOffset = 100;//add some spacing //@todo maybe get more intelligent values in createShapes()
393 … , fBubbleSize, fBubbleSize, aScreenPosition2D, eAlignment, nOffset ); in createShapes()
/trunk/main/framework/inc/framework/
H A Dstatusbarconfiguration.hxx45 long nOffset; // offset member
51 ,nOffset( STATUSBAR_OFFSET ) {} in StatusBarItemDescriptor()
/trunk/main/filter/source/graphicfilter/ipict/
H A Dipict.cxx1105 sal_uInt32 nOffset; in ReadHeader() local
1111 if (st < 2) nOffset = nStartPos+st*512; in ReadHeader()
1118 nOffset = nStartPos+actPos*512; in ReadHeader()
1121nOffset = 509+st; // illogical : more logical will be nStartPos+509+st or to consider that nStartP… in ReadHeader()
1123 pPict->Seek(nOffset+10); in ReadHeader()
1129 pPict->Seek(nOffset); in ReadHeader()
/trunk/main/sw/inc/
H A Dswgstr.hxx124 sal_uLong nOffset; // Record-Offset-Portion member in swistream
133 long getskip() { return nOffset; } in getskip()
H A DIDocumentMarkAccess.hxx146 const xub_StrLen nOffset) =0;
164 const xub_StrLen nOffset) =0;
/trunk/main/sc/source/filter/inc/
H A Dhtmlpars.hxx162 static sal_Bool SeekOffset( ScHTMLColOffset*, sal_uInt16 nOffset,
164 static void MakeCol( ScHTMLColOffset*, sal_uInt16& nOffset,
167 static void MakeColNoRef( ScHTMLColOffset*, sal_uInt16 nOffset,
/trunk/main/filter/inc/filter/msfilter/
H A Descherex.hxx1028 EscherPersistEntry( sal_uInt32 nId, sal_uInt32 nOffset ) { mnID = nId; mnOffset = nOffset; }; in EscherPersistEntry()
1099 void SetNewBlipStreamOffset( sal_Int32 nOffset );
1515 …void InsertPersistOffset( sal_uInt32 nKey, sal_uInt32 nOffset ); // Es wird nicht geprueft, ob sic…
1516 void ReplacePersistOffset( sal_uInt32 nKey, sal_uInt32 nOffset );
/trunk/main/sw/source/core/layout/
H A Datrfrm.cxx781 sal_Int16 nOffset = 0; in PutValue() local
782 if(rVal >>= nOffset) in PutValue()
783 SetNumOffset( nOffset ); in PutValue()
1899 nOffset = rAttr.nOffset; in operator =()
1910 nOffset == rAttr.nOffset && in operator ==()
1932 case MID_NUM_START_AT: rVal <<= (sal_Int16) nOffset; break; in QueryValue()
1976 nOffset = nVal; in PutValue()
/trunk/main/writerfilter/source/doctok/
H A DPLCF.hxx78 sal_Int32 nOffset, sal_Int32 nCount) in PLCF() argument
79 : WW8StructBase(rStream, nOffset, nCount), in PLCF()
H A DWW8Picture.cxx156 sal_uInt32 nOffset = lcl_FFDATA_default_offset(*this); in get_default() local
160 sResult = getString(nOffset); in get_default()
/trunk/main/sw/source/core/inc/
H A DMarkManager.hxx60 …ectMarksAbsolute(const SwNodeIndex& rOldNode, const SwPosition& rNewPos, const xub_StrLen nOffset);
61 …ectMarksRelative(const SwNodeIndex& rOldNode, const SwPosition& rNewPos, const xub_StrLen nOffset);
H A DUndoCore.hxx197 short nOffset; member in SwUndoOutlineLeftRight
199 SwUndoOutlineLeftRight( const SwPaM& rPam, short nOffset );
H A Dcntfrm.hxx87 virtual sal_Bool UnitUp( SwPaM *, const SwTwips nOffset = 0,
89 virtual sal_Bool UnitDown( SwPaM *, const SwTwips nOffset = 0,
/trunk/main/sfx2/inc/
H A Dbitset.hxx38 BitSet operator<<( sal_uInt16 nOffset ) const;
39 BitSet operator>>( sal_uInt16 nOffset ) const;
/trunk/main/sw/source/core/undo/
H A DSwUndoField.cxx46 nOffset = rPos.nContent.GetIndex(); in SwUndoField()
58 SwIndex aIndex(pNode->GetCntntNode(), nOffset); in GetPosition()
H A Duntbl.cxx103 sal_uLong nBoxIdx, nOffset; member
2494 : nBoxIdx( rBox.GetSttIdx() ), nOffset( 0 ), in _UndoTblCpyTbl_Entry()
2527 sal_uLong nSttPos = pEntry->nBoxIdx + pEntry->nOffset; in UndoImpl()
2654 pEntry->nOffset = rBox.GetSttIdx() - pEntry->nBoxIdx; in UndoImpl()
2678 sal_uLong nSttPos = pEntry->nBoxIdx + pEntry->nOffset; in RedoImpl()
2745 pEntry->nOffset = rBox.GetSttIdx() - pEntry->nBoxIdx; in RedoImpl()
2800 pEntry->nOffset = rBox.GetSttIdx() - pEntry->nBoxIdx; in AddBoxAfter()
2956 nTblNode( rTblNd.GetIndex() ), nOffset( 0 ), mpSaveRowSpan( pRowSp ), pSavTbl( 0 ), in SwUndoSplitTbl()
2985 rIdx = nTblNode + nOffset; in UndoImpl()
2990 rIdx = nTblNode + nOffset; in UndoImpl()
[all …]
/trunk/main/sfx2/source/dialog/
H A Dprintopt.cxx108 const long nOffset = 10; in SfxCommonPrintOptionsTabPage() local
111 aNewSize.Width() += nOffset; in SfxCommonPrintOptionsTabPage()
119 aNewSize.Width() += nOffset; in SfxCommonPrintOptionsTabPage()
/trunk/main/sc/source/ui/inc/
H A Dparawin.hxx124 void UpdateArgInput( sal_uInt16 nOffset, sal_uInt16 i );
131 void SetArgumentOffset(sal_uInt16 nOffset);
/trunk/main/svtools/source/filter/igif/
H A Ddecode.cxx95 sal_uLong nOffset = pTmpTarget - pTarget; in DecompressBlock() local
102 pTmpTarget = ( pTarget = pTmp ) + nOffset; in DecompressBlock()
/trunk/main/formula/source/ui/dlg/
H A Dparawin.hxx127 void UpdateArgInput( sal_uInt16 nOffset, sal_uInt16 i );
134 void SetArgumentOffset(sal_uInt16 nOffset);
/trunk/main/framework/source/uielement/
H A Dgenericstatusbarcontroller.cxx148 sal_Int32 nOffset = m_xStatusbarItem->getOffset( ); in paint() local
150 aPos.X = ( rOutputRectangle.Width + nOffset ) / 2 - aGraphicSize.Width / 2; in paint()
/trunk/main/package/source/package/zippackage/
H A DZipPackageFolder.cxx78 aEntry.nOffset = -1; in ZipPackageFolder()
179 rDest.nOffset = rSource.nOffset; in copyZipEntry()
672 rInfo.pStream->aEntry.nOffset *= -1; in saveChild()

Completed in 173 milliseconds

12345678910>>...17