| /aoo41x/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 …]
 
 | 
| /aoo41x/main/writerfilter/inc/resourcemodel/ | 
| H A D | SubSequence.hxx | 54     sal_uInt32 mnOffset;  member in writerfilter::SubSequence61                     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 …]
 
 | 
| /aoo41x/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::WW8PropertySetIteratorImpl120     : mpAttrSet(pAttrSet), mnOffset(nOffset)  in WW8PropertySetIteratorImpl()
 
 | 
| H A D | WW8StructBase.hxx | 273     sal_uInt32 mnOffset;  member in writerfilter::doctok::WW8StructBaseTmpOffset
 | 
| /aoo41x/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()
 
 | 
| /aoo41x/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()
 
 | 
| /aoo41x/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()
 
 | 
| /aoo41x/main/tools/inc/tools/ | 
| H A D | multisel.hxx | 125     sal_Int32                                              mnOffset;  member in StringRangeEnumerator155     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()
 
 | 
| /aoo41x/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()
 
 | 
| /aoo41x/main/svtools/source/dialogs/ | 
| H A D | wizdlg.cxx | 61     long                mnOffset;  member149             nBtnWidth += pBtnData->mnOffset;  in ImplPosCtrls()
 171                 nOffX += pBtnData->mnOffset;  in ImplPosCtrls()
 178                 nOffLeftAlignX += pBtnData->mnOffset;  in ImplPosCtrls()
 645     pNewBtnData->mnOffset   = nOffset;  in AddButton()
 
 | 
| /aoo41x/main/sc/source/ui/Accessibility/ | 
| H A D | AccessibleDocumentPagePreview.cxx | 107     sal_Int32               mnOffset;  member in ScNotesChilds125     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 …]
 
 | 
| /aoo41x/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()
 
 | 
| /aoo41x/main/vcl/source/window/ | 
| H A D | status.cxx | 82 	long				mnOffset;  member288 			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()
 
 | 
| /aoo41x/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()
 
 | 
| /aoo41x/main/svtools/inc/svtools/ | 
| H A D | headbar.hxx | 243 	long				mnOffset;  member in HeaderBar333 	long				GetOffset() const { return mnOffset; }  in GetOffset()
 
 | 
| /aoo41x/main/sc/source/filter/inc/ | 
| H A D | biff.hxx | 44     sal_uInt32 mnOffset;  member in ScBiffReader
 | 
| /aoo41x/main/sfx2/inc/sfx2/sidebar/ | 
| H A D | GridLayouter.hxx | 134     sal_Int32 mnOffset;  member in sfx2::sidebar::CellDescriptor
 | 
| /aoo41x/main/oox/inc/oox/core/ | 
| H A D | binarycodec.hxx | 171     sal_Int32           mnOffset;           /// Key offset.  member in oox::core::BinaryCodec_XOR
 | 
| /aoo41x/main/filter/inc/filter/msfilter/ | 
| H A D | mscodec.hxx | 126     sal_Size            mnOffset;       /// Key offset.  member in msfilter::MSCodec_Xor95
 | 
| H A D | escherex.hxx | 1027 	sal_uInt32	mnOffset;  member1028 			EscherPersistEntry( sal_uInt32 nId, sal_uInt32 nOffset ) { mnID = nId; mnOffset = nOffset; };  in EscherPersistEntry()
 
 | 
| /aoo41x/main/oox/inc/oox/ole/ | 
| H A D | vbamodule.hxx | 100     sal_uInt32          mnOffset;  member in oox::ole::VbaModule
 | 
| /aoo41x/main/tools/source/memtools/ | 
| H A D | multisel.cxx | 879     , mnOffset( i_nLogicalOffset )                     in StringRangeEnumerator()1001             nNumber += mnOffset;  in setRange()
 
 | 
| /aoo41x/main/sw/source/filter/ww8/ | 
| H A D | ww8par2.cxx | 4488     struct pxoffset { sal_Size mnOffset; sal_uInt8 mnSize; };  member4570             aCHPXOffsets.at(stcp).mnOffset = rSt.Tell();  in ImportOldFormatStyles()
 4573             Word2CHPX aChpx = ReadWord2Chpx(rSt, aCHPXOffsets.at(stcp).mnOffset,  in ImportOldFormatStyles()
 4611             aPAPXOffsets[stcp].mnOffset = rSt.Tell();  in ImportOldFormatStyles()
 4662         ImportSprms(aPAPXOffsets[stcp].mnOffset, aPAPXOffsets[stcp].mnSize,  in ImportOldFormatStyles()
 
 |