Home
last modified time | relevance | path

Searched refs:bLimit (Results 1 – 8 of 8) sorted by relevance

/aoo4110/main/sc/source/filter/inc/
H A Dformel.hxx151 void Append( ScSingleRefData aSRD, const sal_Bool bLimit = sal_True );
152 void Append( ScComplexRefData aCRD, const sal_Bool bLimit = sal_True );
/aoo4110/main/sc/source/core/data/
H A Dcolumn3.cxx1571 sal_Bool ScColumn::GetDataEntries(SCROW nStartRow, TypedScStrCollection& rStrings, sal_Bool bLimit) in GetDataEntries() argument
1605 else if ( bLimit && rStrings.GetCount() >= DATENT_MAX ) in GetDataEntries()
1609 if ( bLimit ) in GetDataEntries()
1630 else if ( bLimit && rStrings.GetCount() >= DATENT_MAX ) in GetDataEntries()
1634 if ( bLimit ) in GetDataEntries()
H A Ddocumen3.cxx1445 TypedScStrCollection& rStrings, sal_Bool bLimit ) in GetDataEntries() argument
1447 if( !bLimit ) in GetDataEntries()
1461 … return ValidTab(nTab) && pTab[nTab] && pTab[nTab]->GetDataEntries( nCol, nRow, rStrings, bLimit ); in GetDataEntries()
H A Dtable3.cxx1920 …ol ScTable::GetDataEntries(SCCOL nCol, SCROW nRow, TypedScStrCollection& rStrings, sal_Bool bLimit) in GetDataEntries() argument
1922 return aCol[nCol].GetDataEntries( nRow, rStrings, bLimit ); in GetDataEntries()
/aoo4110/main/sc/source/ui/view/
H A Dtabview3.cxx705 sal_Bool bLimit = sal_False; in AlignToCursor() local
718 bLimit = sal_True; // es wird sowieso gescrollt in AlignToCursor()
727 bLimit = sal_True; // Zelle vom Dialog ueberdeckt in AlignToCursor()
732 if (bLimit) in AlignToCursor()
/aoo4110/main/sc/inc/
H A Dcolumn.hxx381 sal_Bool GetDataEntries(SCROW nRow, TypedScStrCollection& rStrings, sal_Bool bLimit);
H A Dtable.hxx780 sal_Bool GetDataEntries(SCCOL nCol, SCROW nRow, TypedScStrCollection& rStrings, sal_Bool bLimit);
H A Ddocument.hxx1527 TypedScStrCollection& rStrings, sal_Bool bLimit = sal_False );

Completed in 132 milliseconds