Searched refs:rErrPos (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/svx/source/items/ |
H A D | numfmtsh.cxx | 247 sal_Bool SvxNumberFormatShell::AddFormat( String& rFormat, xub_StrLen& rErrPos, in AddFormat() argument 281 bInserted = pFormatter->PutEntry( rFormat, rErrPos, in AddFormat() 300 else if ( rErrPos != 0 ) // Syntaxfehler in AddFormat() 370 xub_StrLen rErrPos=0; in MakeFormat() local 379 AddFormat( *aCurrencyFormatList[nCurrencyPos],rErrPos,rCatLbSelPos, in MakeFormat() 383 if(rErrPos==0) in MakeFormat()
|
/aoo42x/main/sc/source/core/tool/ |
H A D | detfunc.cxx | 299 sal_Bool ScDetectiveFunc::HasError( const ScRange& rRange, ScAddress& rErrPos ) in HasError() argument 301 rErrPos = rRange.aStart; in HasError() 312 rErrPos.Set( aCellIter.GetCol(), aCellIter.GetRow(), aCellIter.GetTab() ); in HasError()
|
/aoo42x/main/sc/inc/ |
H A D | detfunc.hxx | 90 sal_Bool HasError( const ScRange& rRange, ScAddress& rErrPos );
|
/aoo42x/main/svx/inc/svx/ |
H A D | numfmtsh.hxx | 142 xub_StrLen& rErrPos,
|
Completed in 86 milliseconds