/aoo42x/main/vcl/unx/generic/printergfx/ |
H A D | bitmap_gfx.cxx | 86 mnOffset (0) in HexEncoder() 101 mnOffset += nOff; in WriteAscii() 105 mnOffset += psp::appendStr ("\n", mpFileBuffer + mnOffset); in WriteAscii() 121 if (mnOffset > 0) in FlushLine() 124 mnOffset = 0; in FlushLine() 162 mnOffset (0) in Ascii85Encoder() 193 mnOffset += 1; in ConvertToAscii85() 238 mnOffset += psp::appendStr ("\n", mpFileBuffer + mnOffset); in WriteAscii() 254 if (mnOffset > 0) in FlushLine() 257 mnOffset = 0; in FlushLine() [all …]
|
/aoo42x/main/writerfilter/inc/resourcemodel/ |
H A D | SubSequence.hxx | 54 sal_uInt32 mnOffset; member in writerfilter::SubSequence 61 mnOffset(0), mnCount(0) in SubSequence() 67 : mpSequence(pSequence), mnOffset(nOffset_), mnCount(nCount_) in SubSequence() 79 mnOffset(rSubSequence.mnOffset + nOffset_), in SubSequence() 86 mnOffset(0), mnCount(nCount_) in SubSequence() 107 mnOffset = 0; in reset() 111 sal_uInt32 getOffset() const { return mnOffset; } in getOffset() 116 if (mnOffset + nIndex >= in operator []() 120 return (*mpSequence)[mnOffset + nIndex]; in operator []() 130 mpSequence.get(), mnOffset, mnCount); in dump() [all …]
|
/aoo42x/main/writerfilter/source/doctok/ |
H A D | WW8StructBase.cxx | 161 : mnOffset(0), mpStructBase(pStructBase) in WW8StructBaseTmpOffset() 170 mnOffset = nOffset; in set() 172 return mnOffset; in set() 177 return mnOffset; in get() 182 if (mpStructBase->getCount() - mnOffset < nOffset) in inc() 185 mnOffset += nOffset; in inc() 187 return mnOffset; in inc() 192 return mnOffset; in operator sal_uInt32()
|
H A D | WW8PropertySetImpl.cxx | 390 WW8Property::Pointer_t pTmpAttr = mpAttrSet->getAttribute(mnOffset); in operator ++() 392 mnOffset += dynamic_cast<WW8PropertyImpl *>(pTmpAttr.get())-> in operator ++() 395 if (mnOffset > mpAttrSet->getCount() || in operator ++() 396 mpAttrSet->getCount() - mnOffset < 3) in operator ++() 397 mnOffset = mpAttrSet->getCount(); in operator ++() 404 return mpAttrSet->getAttribute(mnOffset); in get() 413 return mpAttrSet == rMyIt.mpAttrSet && mnOffset == rMyIt.mnOffset; in equal() 422 snprintf(sBuffer, sizeof(sBuffer), "(%" SAL_PRIuUINT32 ")", mnOffset); in toString()
|
H A D | WW8PropertySetImpl.hxx | 115 sal_uInt32 mnOffset; member in writerfilter::doctok::WW8PropertySetIteratorImpl 120 : mpAttrSet(pAttrSet), mnOffset(nOffset) in WW8PropertySetIteratorImpl()
|
/aoo42x/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/xml/ |
H A D | XMLScanner.java | 90 AddToken(TokenType.EOF, "", mnOffset); in ProvideToken() 174 final int nStartOffset = mnOffset; in ScanSymbol() 262 final int nStartOffset = mnOffset; in ScanIdentifier() 301 final int nStartOffset = mnOffset; in ScanWhitespace() 332 final int nStartOffset = mnOffset; in ScanQuotedValue() 355 final int nStartOffset = mnOffset; in ScanText() 392 ++mnOffset; in GetNextCharacter() 437 private int mnOffset; field in XMLScanner
|
/aoo42x/main/sc/source/filter/qpro/ |
H A D | biff.cxx | 43 mnOffset(0) in ScBiffReader() 68 if( nPos != mnOffset + mnLength ) in nextRecord() 69 mpStream->Seek( mnOffset + mnLength ); in nextRecord() 74 mnOffset = mpStream->Tell(); in nextRecord() 77 (unsigned)mnId, (unsigned)mnLength, (unsigned)mnOffset ); in nextRecord() 95 mpStream->Seek( mnOffset ); in nextRecord()
|
/aoo42x/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/tokenview/ |
H A D | Run.java | 43 mnOffset = nOffset; in Run() 58 mnOffset = -aMetrics.getDescent(); in Format() 85 aG2.drawString(msText, nX, nY+mnOffset); in Paint() 232 return "run '"+msText+"' @ "+mnOffset; in toString() 244 private int mnOffset; field in Run
|
/aoo42x/main/oox/source/ole/ |
H A D | vbamodule.cxx | 60 mnOffset( SAL_MAX_UINT32 ), in VbaModule() 96 aRecStrm >> mnOffset; in importDirRecords() 130 …OSL_ENSURE( mnOffset < SAL_MAX_UINT32, "VbaModule::importDirRecords - missing module stream offset… in importDirRecords() 150 if( (maStreamName.getLength() > 0) && (mnOffset != SAL_MAX_UINT32) ) in readSourceCode() 155 aInStrm.seek( mnOffset ); in readSourceCode()
|
/aoo42x/main/filter/source/msfilter/ |
H A D | mscodec.cxx | 127 mnOffset( 0 ), in MSCodec_Xor95() 210 mnOffset = 0; in InitCipher() 215 const sal_uInt8* pnCurrKey = mpnKey + mnOffset; in Decode() 231 const sal_uInt8* pnCurrKey = mpnKey + mnOffset; in Decode() 249 mnOffset = (mnOffset + nBytes) & 0x0F; in Skip()
|
/aoo42x/main/tools/inc/tools/ |
H A D | multisel.hxx | 125 sal_Int32 mnOffset; member in StringRangeEnumerator 155 StringRangeEnumerator() : mnCount( 0 ), mnMin( -1 ), mnMax( -1 ), mnOffset( -1 ) {} in StringRangeEnumerator() 170 sal_Int32 getLogicalOffset() const { return mnOffset; } in getLogicalOffset() 171 void setLogicalOffset( sal_Int32 i_nOffset ) { mnOffset = i_nOffset; } in setLogicalOffset()
|
/aoo42x/main/oox/source/core/ |
H A D | binarycodec.cxx | 126 mnOffset( 0 ), in BinaryCodec_XOR() 219 mnOffset = 0; in startBlock() 224 const sal_uInt8* pnCurrKey = mpnKey + mnOffset; in decode() 262 mnOffset = static_cast< sal_Int32 >( (mnOffset + nBytes) & 0x0F ); in skip()
|
/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/base/ |
H A D | Location.java | 38 mnOffset = nOffset; in Location() 59 mnOffset); in toString() 68 private final int mnOffset; field in Location
|
/aoo42x/main/sc/source/ui/Accessibility/ |
H A D | AccessibleDocumentPagePreview.cxx | 107 sal_Int32 mnOffset; member in ScNotesChilds 125 mnOffset(0) in ScNotesChilds() 191 …Helper(aNote.maNoteText, aNote.maRect, aNote.maNoteCell, aNote.mbMarkNote, nParagraphs + mnOffset); in AddNotes() 207 mnOffset = nOffset; in Init() 255 …aRect, maMarks[nIndex].maNoteCell, maMarks[nIndex].mbMarkNote, nIndex + mnOffset); // the marks ar… in GetChild() 267 …ct, aItr->maNoteCell, aItr->mbMarkNote, (nIndex - aParaFound.mnIndex) + mnOffset + maMarks.size()); in GetChild() 308 …maNoteText, aItr->maRect, aItr->maNoteCell, aItr->mbMarkNote, aPointFound.mnParagraphs + mnOffset); in GetAt() 388 …Helper(aNote.maNoteText, aNote.maRect, aNote.maNoteCell, aNote.mbMarkNote, nParagraphs + mnOffset); in CheckChanges() 404 …Helper(aNote.maNoteText, aNote.maRect, aNote.maNoteCell, aNote.mbMarkNote, nParagraphs + mnOffset); in CheckChanges() 501 sal_Int32 nDiff(nNewOffset - mnOffset); in SetOffset() [all …]
|
/aoo42x/main/svtools/source/dialogs/ |
H A D | wizdlg.cxx | 61 long mnOffset; member 149 nBtnWidth += pBtnData->mnOffset; in ImplPosCtrls() 171 nOffX += pBtnData->mnOffset; in ImplPosCtrls() 178 nOffLeftAlignX += pBtnData->mnOffset; in ImplPosCtrls() 645 pNewBtnData->mnOffset = nOffset; in AddButton()
|
/aoo42x/main/sfx2/source/sidebar/ |
H A D | GridLayouter.cxx | 155 mnOffset(0) in CellDescriptor() 198 mnOffset = nOffset; in SetOffset() 249 return mnMinimumWidth + mnOffset; in GetMinimumWidth() 264 return mnOffset; in GetOffset()
|
/aoo42x/main/vcl/source/window/ |
H A D | status.cxx | 82 long mnOffset; member 288 nOffset = pItem->mnOffset; in ImplFormat() 341 nX += pItem->mnWidth + pItem->mnExtraWidth + pItem->mnOffset; in ImplFormat() 1031 pItem->mnOffset = nOffset; in InsertItem() 1339 return mpItemList->GetObject( nPos )->mnOffset; in GetItemOffset() 1737 nOffset = pItem->mnOffset; in CalcWindowSizePixel()
|
/aoo42x/main/svtools/source/control/ |
H A D | headbar.cxx | 86 mnOffset = 0; in DECLARE_LIST() 199 long nX = -mnOffset; in ImplGetItemPos() 225 long nX = -mnOffset; in ImplHitTest() 1359 long nDelta = mnOffset-nNewOffset; in SetOffset() 1360 mnOffset = nNewOffset; in SetOffset()
|
/aoo42x/main/svtools/inc/svtools/ |
H A D | headbar.hxx | 243 long mnOffset; member in HeaderBar 333 long GetOffset() const { return mnOffset; } in GetOffset()
|
/aoo42x/main/sc/source/filter/inc/ |
H A D | biff.hxx | 44 sal_uInt32 mnOffset; member in ScBiffReader
|
/aoo42x/main/sfx2/inc/sfx2/sidebar/ |
H A D | GridLayouter.hxx | 134 sal_Int32 mnOffset; member in sfx2::sidebar::CellDescriptor
|
/aoo42x/main/oox/inc/oox/core/ |
H A D | binarycodec.hxx | 171 sal_Int32 mnOffset; /// Key offset. member in oox::core::BinaryCodec_XOR
|
/aoo42x/main/tools/source/memtools/ |
H A D | multisel.cxx | 879 , mnOffset( i_nLogicalOffset ) in StringRangeEnumerator() 1001 nNumber += mnOffset; in setRange()
|
/aoo42x/main/oox/inc/oox/ole/ |
H A D | vbamodule.hxx | 100 sal_uInt32 mnOffset; member in oox::ole::VbaModule
|
/aoo42x/main/filter/inc/filter/msfilter/ |
H A D | mscodec.hxx | 126 sal_Size mnOffset; /// Key offset. member in msfilter::MSCodec_Xor95
|