Searched refs:bLimit (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/sc/source/filter/inc/ |
H A D | formel.hxx | 151 void Append( ScSingleRefData aSRD, const sal_Bool bLimit = sal_True ); 152 void Append( ScComplexRefData aCRD, const sal_Bool bLimit = sal_True );
|
/aoo42x/main/sc/source/core/data/ |
H A D | column3.cxx | 1571 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 D | documen3.cxx | 1445 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 D | table3.cxx | 1920 …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()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | tabview3.cxx | 705 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()
|
/aoo42x/main/sc/inc/ |
H A D | column.hxx | 381 sal_Bool GetDataEntries(SCROW nRow, TypedScStrCollection& rStrings, sal_Bool bLimit);
|
H A D | table.hxx | 780 sal_Bool GetDataEntries(SCCOL nCol, SCROW nRow, TypedScStrCollection& rStrings, sal_Bool bLimit);
|
H A D | document.hxx | 1527 TypedScStrCollection& rStrings, sal_Bool bLimit = sal_False );
|
Completed in 107 milliseconds