Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Dtable5.cxx341 void ScTable::GetAllRowBreaks(set<SCROW>& rBreaks, bool bPage, bool bManual) const in GetAllRowBreaks()
346 if (bManual) in GetAllRowBreaks()
358 if (bManual) in GetAllColBreaks()
415 void ScTable::RemoveRowBreak(SCROW nRow, bool bPage, bool bManual) in RemoveRowBreak() argument
423 if (bManual) in RemoveRowBreak()
430 void ScTable::RemoveColBreak(SCCOL nCol, bool bPage, bool bManual) in RemoveColBreak() argument
438 if (bManual) in RemoveColBreak()
445 void ScTable::SetRowBreak(SCROW nRow, bool bPage, bool bManual) in SetRowBreak() argument
453 if (bManual) in SetRowBreak()
460 void ScTable::SetColBreak(SCCOL nCol, bool bPage, bool bManual) in SetColBreak() argument
[all …]
H A Ddocument.cxx3241 pTab[nTab]->SetManualHeight( nStartRow, nEndRow, bManual ); in SetManualHeight()
3525 pTab[nTab]->GetAllRowBreaks(rBreaks, bPage, bManual); in GetAllRowBreaks()
3533 pTab[nTab]->GetAllColBreaks(rBreaks, bPage, bManual); in GetAllColBreaks()
3566 void ScDocument::SetRowBreak(SCROW nRow, SCTAB nTab, bool bPage, bool bManual) in SetRowBreak() argument
3571 pTab[nTab]->SetRowBreak(nRow, bPage, bManual); in SetRowBreak()
3574 void ScDocument::SetColBreak(SCCOL nCol, SCTAB nTab, bool bPage, bool bManual) in SetColBreak() argument
3579 pTab[nTab]->SetColBreak(nCol, bPage, bManual); in SetColBreak()
3582 void ScDocument::RemoveRowBreak(SCROW nRow, SCTAB nTab, bool bPage, bool bManual) in RemoveRowBreak() argument
3587 pTab[nTab]->RemoveRowBreak(nRow, bPage, bManual); in RemoveRowBreak()
3590 void ScDocument::RemoveColBreak(SCCOL nCol, SCTAB nTab, bool bPage, bool bManual) in RemoveColBreak() argument
[all …]
H A Dtable2.cxx2365 void ScTable::SetManualHeight( SCROW nStartRow, SCROW nEndRow, sal_Bool bManual ) in SetManualHeight() argument
2369 if (bManual) in SetManualHeight()
/trunk/main/sc/inc/
H A Dtable.hxx649 void SetManualHeight( SCROW nStartRow, SCROW nEndRow, sal_Bool bManual );
710 void GetAllRowBreaks(::std::set<SCROW>& rBreaks, bool bPage, bool bManual) const;
711 void GetAllColBreaks(::std::set<SCCOL>& rBreaks, bool bPage, bool bManual) const;
730 void RemoveRowBreak(SCROW nRow, bool bPage, bool bManual);
731 void RemoveColBreak(SCCOL nCol, bool bPage, bool bManual);
732 void SetRowBreak(SCROW nRow, bool bPage, bool bManual);
733 void SetColBreak(SCCOL nCol, bool bPage, bool bManual);
H A Ddocument.hxx1328 … SetManualHeight( SCROW nStartRow, SCROW nEndRow, SCTAB nTab, sal_Bool bManual );
1380 … GetAllRowBreaks(::std::set<SCROW>& rBreaks, SCTAB nTab, bool bPage, bool bManual) const;
1381 … GetAllColBreaks(::std::set<SCCOL>& rBreaks, SCTAB nTab, bool bPage, bool bManual) const;
1384 SC_DLLPUBLIC void SetRowBreak(SCROW nRow, SCTAB nTab, bool bPage, bool bManual);
1385 SC_DLLPUBLIC void SetColBreak(SCCOL nCol, SCTAB nTab, bool bPage, bool bManual);
1386 void RemoveRowBreak(SCROW nRow, SCTAB nTab, bool bPage, bool bManual);
1387 void RemoveColBreak(SCCOL nCol, SCTAB nTab, bool bPage, bool bManual);
/trunk/main/sd/source/core/
H A DEffectMigration.cxx520 const bool bManual = (pPage == 0) || (pPage->GetPresChange() == PRESCHANGE_MANUAL); in SetAnimationEffect() local
521 if( !bManual ) in SetAnimationEffect()
530 createTextGroup( pEffect, 10, bManual ? -1 : 0.0, sal_False, sal_False ); in SetAnimationEffect()
700 const bool bManual = (pPage == 0) || (pPage->GetPresChange() == PRESCHANGE_MANUAL); in SetTextAnimationEffect() local
705 createTextGroup( pShapeEffect, 10, bManual ? -1 : 0.0, sal_True, sal_False ); in SetTextAnimationEffect()

Completed in 95 milliseconds