| /aoo4110/main/oox/source/xls/ | 
| H A D | richstring.cxx | 122     mnPos = rStrm.readuInt16();  in read()131             mnPos = rStrm.readuInt8();  in read()
 152     if( empty() || (back().mnPos < rPortion.mnPos) )  in appendPortion()
 292     mnPos = rStrm.readuInt16();  in read()
 299     mnPos = rStrm.readuInt16();  in read()
 309     OSL_ENSURE( empty() || ((back().mnPos <= rPortion.mnPos) &&  in appendPortion()
 312     if( empty() || (back().mnPos < rPortion.mnPos) )  in appendPortion()
 316     else if( back().mnPos == rPortion.mnPos )  in appendPortion()
 567             sal_Int32 nPortionLen = (aIt + 1)->mnPos - aIt->mnPos;  in createTextPortions()
 598             sal_Int32 nPortionLen = (aIt + 1)->mnPos - aIt->mnPos;  in createTextPortions()
 [all …]
 
 | 
| /aoo4110/main/sw/source/core/unocore/ | 
| H A D | unotextmarkup.cxx | 195     if ( bStartInField && bEndInField && aStartPos.mnPos == aEndPos.mnPos )  in commitStringMarkup()216         nStart = aStartPos.mnPos;  in commitStringMarkup()
 218         nLength = aEndPos.mnPos + 1 - aStartPos.mnPos;  in commitStringMarkup()
 223         nStart = aStartPos.mnPos;  in commitStringMarkup()
 224         sal_Int32 nEnd = aEndPos.mnPos;  in commitStringMarkup()
 305     if ( bStartInField && bEndInField && aStartPos.mnPos == aEndPos.mnPos )  in lcl_commitGrammarMarkUp()
 323         nStart = aStartPos.mnPos;  in lcl_commitGrammarMarkUp()
 325         nLength = aEndPos.mnPos + 1 - aStartPos.mnPos;  in lcl_commitGrammarMarkUp()
 330         nStart = aStartPos.mnPos;  in lcl_commitGrammarMarkUp()
 331         sal_Int32 nEnd = aEndPos.mnPos;  in lcl_commitGrammarMarkUp()
 [all …]
 
 | 
| /aoo4110/main/sw/source/core/text/ | 
| H A D | wrong.cxx | 223                 const xub_StrLen nSTPos = (*aIter).mnPos;  in GetWrongPos()361         maList[i++].mnPos = nTmp;  in Move()
 457         maList[--nLst].mnPos = nSplitPos;  in SplitList()
 482         nWrPos = maList[nLst].mnPos - nSplitPos;  in SplitList()
 483         maList[nLst++].mnPos = nWrPos;  in SplitList()
 509                 maList[nCnt].mnPos = nWrPos;  in JoinList()
 594     while( aIter != maList.end() && (*aIter).mnPos < nBegin )  in RemoveEntry()
 609 …while( aIter != maList.end() && nBegin == (*aIter).mnPos && nEnd == (*aIter).mnPos +(*aIter).mnLen…  in RemoveEntry()
 621     while( aIter != maList.end() && (*aIter).mnPos < nBegin )  in LookForEntry()
 623 …  if( aIter != maList.end() && nBegin == (*aIter).mnPos && nEnd == (*aIter).mnPos +(*aIter).mnLen )  in LookForEntry()
 [all …]
 
 | 
| /aoo4110/main/vcl/source/gdi/ | 
| H A D | animate.cxx | 92 	mnPos				( 0 ),  in Animation()109 	mnPos				( rAnimation.mnPos ),  in Animation()
 156 	mnPos = rAnimation.mnPos;  in operator =()
 363 				mnPos = 0UL;  in Start()
 431 			const sal_uLong nOldPos = mnPos;  in Draw()
 432 			( (Animation*) this )->mnPos = mbLoopTerminated ? ( nCount - 1UL ) : mnPos;  in Draw()
 434 			( (Animation*) this )->mnPos = nOldPos;  in Draw()
 526 					mnPos = nAnimCount - 1UL;  in IMPL_LINK()
 535 					mnPos = 0;  in IMPL_LINK()
 536 					pStepBmp = (AnimationBitmap*) maList.GetObject( mnPos );  in IMPL_LINK()
 [all …]
 
 | 
| /aoo4110/main/sc/source/filter/ftools/ | 
| H A D | fprogressbar.cxx | 35     mnPos( 0 )  in ScfProgressSegment()161 …DBG_ASSERT( !pSegment || (pSegment->mnPos == 0), "ScfProgressBar::GetSegmentProgressBar - segment …  in GetSegmentProgressBar()
 162     if( pSegment && (pSegment->mnPos == 0) )  in GetSegmentProgressBar()
 174     return mpCurrSegment && (mpCurrSegment->mnPos >= mpCurrSegment->mnSize);  in IsFull()
 189         DBG_ASSERT( mpCurrSegment->mnPos <= nPos, "ScfProgressBar::ProgressAbs - delta pos < 0" );  in ProgressAbs()
 191         if( (mpCurrSegment->mnPos < nPos) && (nPos <= mpCurrSegment->mnSize) )  in ProgressAbs()
 193             IncreaseProgressBar( nPos - mpCurrSegment->mnPos );  in ProgressAbs()
 194             mpCurrSegment->mnPos = nPos;  in ProgressAbs()
 201     ProgressAbs( mpCurrSegment ? (mpCurrSegment->mnPos + nDelta) : 0 );  in Progress()
 
 | 
| /aoo4110/main/svx/source/svdraw/ | 
| H A D | svdedtv2.cxx | 795 	sal_Int32						mnPos;  member845 								pNew->mnPos = pNew->mpObj->GetSnapRect().Left();  in DECLARE_LIST()
 862 								pNew->mnPos = pNew->mpObj->GetSnapRect().Right();  in DECLARE_LIST()
 868 						while(nInsPos < aEntryList.Count() && aEntryList.GetObject(nInsPos)->mnPos < pNew->mnPos)  in DECLARE_LIST()
 879 						double fStepStart = (double)aEntryList.GetObject(0)->mnPos;  in DECLARE_LIST()
 897 …nt32 nWidth = aEntryList.GetObject(aEntryList.Count() - 1)->mnPos - aEntryList.GetObject(0)->mnPos;  in DECLARE_LIST()
 899 						double fStepStart = (double)aEntryList.GetObject(0)->mnPos;  in DECLARE_LIST()
 936 								pNew->mnPos = pNew->mpObj->GetSnapRect().Top();  in DECLARE_LIST()
 953 								pNew->mnPos = pNew->mpObj->GetSnapRect().Bottom();  in DECLARE_LIST()
 959 						while(nInsPos < aEntryList.Count() && aEntryList.GetObject(nInsPos)->mnPos < pNew->mnPos)  in DECLARE_LIST()
 [all …]
 
 | 
| /aoo4110/main/sw/source/core/access/ | 
| H A D | textmarkuphelper.cxx | 151                             mrPortionData.GetAccessiblePosition( pTextMarkup->mnPos );  in getTextMarkup()153 …                    mrPortionData.GetAccessiblePosition( pTextMarkup->mnPos + pTextMarkup->mnLen );  in getTextMarkup()
 205                  pTextMarkup->mnPos <= nCoreCharIndex &&  in getTextMarkupAtIndex()
 206                  nCoreCharIndex < ( pTextMarkup->mnPos + pTextMarkup->mnLen ) )  in getTextMarkupAtIndex()
 209                     mrPortionData.GetAccessiblePosition( pTextMarkup->mnPos );  in getTextMarkupAtIndex()
 211                     mrPortionData.GetAccessiblePosition( pTextMarkup->mnPos + pTextMarkup->mnLen );  in getTextMarkupAtIndex()
 
 | 
| /aoo4110/main/oox/inc/oox/xls/ | 
| H A D | richstring.hxx | 104     sal_Int32           mnPos;          /// First character in the string.  member107     explicit inline     FontPortionModel() : mnPos( 0 ), mnFontId( -1 ) {}  in FontPortionModel()
 109                             mnPos( nPos ), mnFontId( nFontId ) {}  in FontPortionModel()
 199     sal_Int32           mnPos;          /// First character in phonetic text.  member
 203     explicit inline     PhoneticPortionModel() : mnPos( -1 ), mnBasePos( -1 ), mnBaseLen( 0 ) {}  in PhoneticPortionModel()
 205                             mnPos( nPos ), mnBasePos( nBasePos ), mnBaseLen( nBaseLen ) {}  in PhoneticPortionModel()
 
 | 
| /aoo4110/main/cui/source/tabpages/ | 
| H A D | tabarea.cxx | 86     mnPos( 0 ),  in SvxAreaTabDialog()277 			( (SvxAreaTabPage&) rPage ).SetPos( mnPos );//add CHINA001  in IMPL_LINK_INLINE_END()
 306 			( (SvxGradientTabPage&) rPage ).SetPos( &mnPos );  in IMPL_LINK_INLINE_END()
 318 			( (SvxHatchTabPage&) rPage ).SetPos( &mnPos );  in IMPL_LINK_INLINE_END()
 330 			( (SvxBitmapTabPage&) rPage ).SetPos( &mnPos );  in IMPL_LINK_INLINE_END()
 341 			( (SvxColorTabPage&) rPage ).SetPos( &mnPos );  in IMPL_LINK_INLINE_END()
 
 | 
| /aoo4110/main/svx/source/table/ | 
| H A D | tablelayouter.cxx | 138     			const sal_Int32 x = maColumns[rPos.mnCol].mnPos;  in getCellArea()139 	    		const sal_Int32 y = maRows[rPos.mnRow].mnPos;  in getCellArea()
 246 		nRet = maRows[std::min((sal_Int32)nEdgeY,getRowCount()-1)].mnPos;  in getHorizontalEdge()
 255 			*pnMin = maRows[nEdgeY-1].mnPos + 600; // todo  in getHorizontalEdge()
 278 		nRet = maColumns[std::min((sal_Int32)nEdgeX,nColCount-1)].mnPos;  in getVerticalEdge()
 303 				*pnMin = maColumns[nEdgeX-1].mnPos + getMinimumColumnWidth( nEdgeX-1 );  in getVerticalEdge()
 318 				*pnMax = maColumns[nEdgeX].mnPos + maColumns[nEdgeX].mnSize - getMinimumColumnWidth( nEdgeX );  in getVerticalEdge()
 677 		maColumns[nCol].mnPos = nNewWidth;  in LayoutTableWidth()
 824 		maRows[nRow].mnPos = nNewHeight;  in LayoutTableHeight()
 1213 		return maColumns[nColumn].mnPos;  in getColumnStart()
 [all …]
 
 | 
| H A D | tablelayouter.hxx | 149 		sal_Int32 mnPos;  member153 		Layout() : mnPos( 0 ), mnSize( 0 ), mnMinSize( 0 ) {}  in Layout()
 154 		void clear() { mnPos = 0; mnSize = 0; mnMinSize = 0; }   in clear()
 
 | 
| /aoo4110/main/oox/source/helper/ | 
| H A D | binarystreambase.cxx | 126     mnPos( 0 )  in SequenceSeekableStream()137     return mpData ? mnPos : -1;  in tell()
 144         mnPos = getLimitedValue< sal_Int32, sal_Int64 >( nPos, 0, mpData->getLength() );  in seek()
 145         mbEof = mnPos != nPos;  in seek()
 
 | 
| H A D | binaryoutputstream.cxx | 127         if( mpData->getLength() - mnPos < nBytes )  in writeMemory()128             const_cast< StreamDataSequence* >( mpData )->realloc( mnPos + nBytes );  in writeMemory()
 129 …memcpy( const_cast< StreamDataSequence* >( mpData )->getArray() + mnPos, pMem, static_cast< size_t…  in writeMemory()
 130         mnPos += nBytes;  in writeMemory()
 
 | 
| H A D | binaryinputstream.cxx | 244 … memcpy( orData.getArray(), mpData->getConstArray() + mnPos, static_cast< size_t >( nReadBytes ) );  in readData()245         mnPos += nReadBytes;  in readData()
 258             memcpy( opMem, mpData->getConstArray() + mnPos, static_cast< size_t >( nReadBytes ) );  in readMemory()
 259         mnPos += nReadBytes;  in readMemory()
 270         mnPos += nSkipBytes;  in skip()
 
 | 
| /aoo4110/main/sfx2/inc/sfx2/ | 
| H A D | controlwrapper.hxx | 79         PosT                mnPos;      /// Position in the list.  member533         while( (pEntry->mnPos != nPos) && (pEntry->mnPos != mnNFPos) )  in GetValueFromPos()
 553         while( (pEntry->mnValue != nValue) && (pEntry->mnPos != mnNFPos) )  in GetPosFromValue()
 555         nPos = pEntry->mnPos;  in GetPosFromValue()
 
 | 
| /aoo4110/main/sw/source/core/txtnode/ | 
| H A D | modeltoviewhelper.cxx | 64     aRet.mnPos = nViewPos;  in ConvertToModelPosition()99                 aRet.mnPos  = nPrevPosModel + nDistToField;  in ConvertToModelPosition()
 104                 aRet.mnPos = nPrevPosModel;  in ConvertToModelPosition()
 
 | 
| /aoo4110/main/slideshow/source/inc/ | 
| H A D | shapeimporter.hxx | 123         sal_Int32 mnPos;  member129               mnCount(mxShapes->getCount()), mnPos(0) {}  in XShapesEntry()
 133               mnCount(xShapes->getCount()), mnPos(0) {}  in XShapesEntry()
 
 | 
| /aoo4110/main/vcl/inc/vcl/ | 
| H A D | vclevent.hxx | 250     sal_uInt16 mnPos;  member in VclMenuEvent253 …VclMenuEvent( Menu* pM, sal_uLong n, sal_uInt16 nPos ) : VclSimpleEvent(n) { pMenu = pM; mnPos = n…  in VclMenuEvent()
 257     sal_uInt16 GetItemPos() const { return mnPos; }  in GetItemPos()
 
 | 
| H A D | animate.hxx | 151 	long					mnPos;  member in Animation169 	SAL_DLLPRIVATE sal_uLong        ImplGetCurPos() const { return mnPos; }  in ImplGetCurPos()
 
 | 
| /aoo4110/main/slideshow/source/engine/shapes/ | 
| H A D | shapeimporter.cxx | 567         if( rTop.mnPos < rTop.mnCount )  in importShape()570                 rTop.mxShapes->getByIndex( rTop.mnPos ), uno::UNO_QUERY );  in importShape()
 571             ++rTop.mnPos;  in importShape()
 619         if( rTop.mnPos >= rTop.mnCount )   in importShape()
 
 | 
| /aoo4110/main/sw/source/core/inc/ | 
| H A D | wrong.hxx | 68     xub_StrLen mnPos;  member in SwWrongArea88     SwWrongArea() : mnPos(0), mnLen(0), mpSubList(NULL), mColor(0,0,0), mLineType(WRONGAREA_WAVE) {}  in SwWrongArea()
 252         return nIdx < maList.size() ? maList[nIdx].mnPos : 0;  in Pos()
 
 | 
| /aoo4110/main/sw/inc/ | 
| H A D | modeltoviewhelper.hxx | 59         sal_uInt32 mnPos;  member63         ModelPosition() : mnPos(0), mnSubPos(0), mbIsField(false) {}  in ModelPosition()
 
 | 
| /aoo4110/main/sw/source/filter/ww8/ | 
| H A D | wrtww8gr.cxx | 512     mnPos = rOther.mnPos;  in operator =()1056                 aIter->mnPos = aIter2->mnPos;  in Write()
 1064             aIter->mnPos = rStrm.Tell();  in Write()
 
 | 
| /aoo4110/main/xmloff/source/style/ | 
| H A D | impastpl.hxx | 107 	sal_uInt32							mnPos;  member in SvXMLAutoStylePoolPropertiesP_Impl119 	sal_uInt32 GetPos() const { return mnPos; }  in GetPos()
 
 | 
| /aoo4110/main/sc/source/filter/inc/ | 
| H A D | xistream.hxx | 188     inline sal_Size     GetPos() const { return mnPos; }  in GetPos()191     sal_Size            mnPos;          /// Absolute position of the stream.  member in XclImpStreamPos
 
 |