Searched refs:nForbiddenFlags (Results 1 – 1 of 1) sorted by relevance
/trunk/main/oox/source/xls/ |
H A D | formulabase.cxx | 1365 …CellAddress& orAddress, const SingleReference& rSingleRef, sal_Int32 nForbiddenFlags, sal_Int32 nF… in lclConvertToCellAddress() argument 1370 !getFlag( rSingleRef.Flags, nForbiddenFlags ) && in lclConvertToCellAddress() 1374 …angeAddress& orRange, const ComplexReference& rComplexRef, sal_Int32 nForbiddenFlags, sal_Int32 nF… in lclConvertToCellRange() argument 1380 !getFlag( rComplexRef.Reference1.Flags, nForbiddenFlags ) && in lclConvertToCellRange() 1381 !getFlag( rComplexRef.Reference2.Flags, nForbiddenFlags ) && in lclConvertToCellRange() 1394 sal_Int32 nForbiddenFlags = bAllowRelative ? FORBIDDEN_FLAGS_DEL : FORBIDDEN_FLAGS_REL; in lclProcessRef() local 1400 if( lclConvertToCellAddress( aAddress, aSingleRef, nForbiddenFlags, nFilterBySheet ) ) in lclProcessRef() 1409 if( lclConvertToCellRange( aRange, aComplexRef, nForbiddenFlags, nFilterBySheet ) ) in lclProcessRef()
|
Completed in 19 milliseconds