Searched refs:nBasePos (Results 1 – 6 of 6) sorted by relevance
/trunk/main/oox/inc/oox/xls/ |
H A D | richstring.hxx | 184 void setBaseRange( sal_Int32 nBasePos, sal_Int32 nBaseEnd ); 205 …explicit inline PhoneticPortionModel( sal_Int32 nPos, sal_Int32 nBasePos, sal_Int32 nBaseLen )… in PhoneticPortionModel() 206 mnPos( nPos ), mnBasePos( nBasePos ), mnBaseLen( nBaseLen ) {} in PhoneticPortionModel()
|
/trunk/main/oox/source/xls/ |
H A D | defnamesbuffer.cxx | 172 …_Int32& ornFlags, sal_Int32& ornAbsPos, sal_Int32& ornRelPos, sal_Int32 nBasePos, sal_Int32 nApiRe… in lclConvertRefFlags() argument 178 ornAbsPos = nBasePos + ornRelPos; in lclConvertRefFlags() 184 ornRelPos = ornAbsPos - nBasePos; in lclConvertRefFlags()
|
H A D | richstring.cxx | 286 void RichStringPhonetic::setBaseRange( sal_Int32 nBasePos, sal_Int32 nBaseEnd ) in setBaseRange() argument 288 mnBasePos = nBasePos; in setBaseRange()
|
/trunk/main/sc/source/ui/dbgui/ |
H A D | pvfundlg.cxx | 371 size_t nBasePos = maLbBaseField.GetSelectEntryPos(); in IMPL_LINK() local 372 if( nBasePos < mrLabelVec.size() ) in IMPL_LINK() 373 …mbEmptyItem = lclFillListBox( maLbBaseItem, mrLabelVec[ nBasePos ].maMembers, SC_BASEITEM_USER_POS… in IMPL_LINK()
|
/trunk/main/sc/source/core/data/ |
H A D | dptabres.cxx | 408 nBasePos( nBase ), in ScDPRelativePos() 2478 … aRefItemPos.nBasePos = pColVisible[nColPos]; // without sort order applied in UpdateRunningTotals() 2484 … aRefItemPos.nBasePos = pRowVisible[nRowPos]; // without sort order applied in UpdateRunningTotals() 3260 nMemberIndex = pRelativePos->nBasePos + nDirection; // bounds are handled below in GetRowReferenceMember() 3395 nMemberIndex = pRelativePos->nBasePos + nDirection; // bounds are handled below in GetColReferenceMember()
|
/trunk/main/sc/inc/ |
H A D | dptabres.hxx | 150 long nBasePos; // simple count, without sort order applied member
|
Completed in 73 milliseconds