Home
last modified time | relevance | path

Searched refs:nBasePos (Results 1 – 6 of 6) sorted by relevance

/aoo4110/main/oox/inc/oox/xls/
H A Drichstring.hxx183 void setBaseRange( sal_Int32 nBasePos, sal_Int32 nBaseEnd );
204 …explicit inline PhoneticPortionModel( sal_Int32 nPos, sal_Int32 nBasePos, sal_Int32 nBaseLen )… in PhoneticPortionModel()
205 mnPos( nPos ), mnBasePos( nBasePos ), mnBaseLen( nBaseLen ) {} in PhoneticPortionModel()
/aoo4110/main/oox/source/xls/
H A Ddefnamesbuffer.cxx172 …_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 Drichstring.cxx282 void RichStringPhonetic::setBaseRange( sal_Int32 nBasePos, sal_Int32 nBaseEnd ) in setBaseRange() argument
284 mnBasePos = nBasePos; in setBaseRange()
/aoo4110/main/sc/source/ui/dbgui/
H A Dpvfundlg.cxx372 size_t nBasePos = maLbBaseField.GetSelectEntryPos(); in IMPL_LINK() local
373 if( nBasePos < mrLabelVec.size() ) in IMPL_LINK()
374 …mbEmptyItem = lclFillListBox( maLbBaseItem, mrLabelVec[ nBasePos ].maMembers, SC_BASEITEM_USER_POS… in IMPL_LINK()
/aoo4110/main/sc/source/core/data/
H A Ddptabres.cxx408 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()
/aoo4110/main/sc/inc/
H A Ddptabres.hxx150 long nBasePos; // simple count, without sort order applied member

Completed in 58 milliseconds