Home
last modified time | relevance | path

Searched refs:bPage (Results 1 – 24 of 24) 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() argument
343 if (bPage) in GetAllRowBreaks()
355 if (bPage) in GetAllColBreaks()
415 void ScTable::RemoveRowBreak(SCROW nRow, bool bPage, bool bManual) in RemoveRowBreak() argument
420 if (bPage) in RemoveRowBreak()
430 void ScTable::RemoveColBreak(SCCOL nCol, bool bPage, bool bManual) in RemoveColBreak() argument
435 if (bPage) in RemoveColBreak()
445 void ScTable::SetRowBreak(SCROW nRow, bool bPage, bool bManual) in SetRowBreak() argument
450 if (bPage) in SetRowBreak()
460 void ScTable::SetColBreak(SCCOL nCol, bool bPage, bool bManual) in SetColBreak() argument
[all …]
H A Ddocument.cxx3520 void ScDocument::GetAllRowBreaks(set<SCROW>& rBreaks, SCTAB nTab, bool bPage, bool bManual) const in GetAllRowBreaks() argument
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 …]
/trunk/main/sw/source/ui/app/
H A Dapplab.cxx97 sal_uInt16 nCol, sal_uInt16 nRow, sal_Bool bPage) in lcl_InsertBCText() argument
105 aSet.Put(SwFmtAnchor(bPage ? FLY_AS_CHAR : FLY_AT_PAGE, nPhyPageNum)); in lcl_InsertBCText()
106 if (!bPage) in lcl_InsertBCText()
142 sal_uInt16 nCol, sal_uInt16 nRow, sal_Bool bLast, sal_Bool bPage) in lcl_InsertLabText() argument
150 aSet.Put(SwFmtAnchor(bPage ? FLY_AS_CHAR : FLY_AT_PAGE, nPhyPageNum)); in lcl_InsertLabText()
151 if (!bPage) in lcl_InsertLabText()
347 if ( rItem.bPage ) in InsertLab()
H A Ddocsh2.cxx775 static sal_Bool bPage = sal_False; in Execute() local
781 if(bPage) in Execute()
879 aOpt.SetPageDescs( bPage = (0 != (nFlags&SFX_LOAD_PAGE_STYLES ))); in Execute()
/trunk/main/sw/source/ui/envelp/
H A Dlabimg.cxx61 bPage = sal_True; in SwLabItem()
85 bPage = rItem.bPage; in operator =()
147 bPage == rLab.bPage && in operator ==()
351 case 14: aItem.bPage = *(sal_Bool*)pValues[nProp].getValue(); break;// "Option/Page", in SwLabCfgItem()
452 case 14: pValues[nProp].setValue(&aItem.bPage, rType); break;// "Option/Page", in Commit()
H A Dlabprt.cxx176 rItem.bPage = aPageButton.IsChecked(); in FillItem()
208 if (aItem.bPage) in Reset()
/trunk/main/sc/source/ui/view/
H A Ddrawvie3.cxx93 sal_Bool bPage = sal_False; in GetAnchor() local
107 bPage = sal_True; in GetAnchor()
110 if( bPage && !bCell ) in GetAnchor()
112 if( !bPage && bCell ) in GetAnchor()
H A Dgridwin4.cxx576 sal_Bool bPage = rOpts.GetOption( VOPT_PAGEBREAKS ); in Draw() local
733 if ( bGridFirst && ( bGrid || bPage ) ) in Draw()
734 aOutputData.DrawGrid( bGrid, bPage ); in Draw()
767 if ( !bGridFirst && ( bGrid || bPage ) ) in Draw()
769 aOutputData.DrawGrid( bGrid, bPage ); in Draw()
H A Dformatsh.cxx238 sal_Bool bPage = pDesigner && SFX_STYLE_FAMILY_PAGE == pDesigner->GetActualFamily(); in GetStyleState() local
240 if ( bProtected || bPage ) in GetStyleState()
250 sal_Bool bPage = pDesigner && SFX_STYLE_FAMILY_PAGE == pDesigner->GetActualFamily(); in GetStyleState() local
252 if ( bProtected && !bPage ) in GetStyleState()
H A Doutput.cxx294 void ScOutputData::DrawGrid( sal_Bool bGrid, sal_Bool bPage ) in DrawGrid() argument
309 bPage = sal_False; // keine "normalen" Umbrueche ueber volle Breite/Hoehe in DrawGrid()
355 if ( bPage ) in DrawGrid()
480 if ( bPage ) in DrawGrid()
/trunk/main/sw/source/ui/chrdlg/
H A Dbreak.cxx233 const sal_Bool bPage = aPageBtn.IsChecked(); in CheckEnable() local
234 aPageCollText.Enable( bPage ); in CheckEnable()
235 aPageCollBox.Enable ( bPage ); in CheckEnable()
237 bEnable &= bPage; in CheckEnable()
/trunk/main/sw/source/ui/fldui/
H A Dflddok.cxx122 sal_Bool bPage = sal_False; in Reset() local
136 if (!bPage) in Reset()
140 bPage = sal_True; in Reset()
599 sal_Bool bPage = sal_False; in FillItemSet() local
608 bPage = sal_True; in FillItemSet()
/trunk/main/sd/source/ui/func/
H A Dfuprobjs.cxx104 bool bPage = pOutl->HasParaFlag( pPara, PARAFLAG_ISPAGE ); in DoExecute() local
116 if( pOutl->HasParaFlag( pPara, PARAFLAG_ISPAGE ) != bPage ) in DoExecute()
133 if( bPage ) in DoExecute()
/trunk/main/sc/inc/
H A Dtable.hxx710 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.hxx1380 …SC_DLLPUBLIC void GetAllRowBreaks(::std::set<SCROW>& rBreaks, SCTAB nTab, bool bPage, bo…
1381 …SC_DLLPUBLIC void GetAllColBreaks(::std::set<SCCOL>& rBreaks, SCTAB nTab, bool bPage, bo…
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/ui/view/
H A Doutlview.cxx2097 bool bPage = mpOutliner->HasParaFlag( pPara, PARAFLAG_ISPAGE ); in OnEndPasteOrDrop() local
2099 if( !bPage ) in OnEndPasteOrDrop()
2106 bPage = true; in OnEndPasteOrDrop()
2113 if( bPage && (nPara != pInfos->nStartPara) ) in OnEndPasteOrDrop()
2126 … SfxStyleSheet* pStyle = pPage->GetStyleSheetForPresObj( bPage ? PRESOBJ_TITLE : PRESOBJ_OUTLINE ); in OnEndPasteOrDrop()
2128 if( !bPage ) in OnEndPasteOrDrop()
H A Doutlnvsh.cxx882 bool bPage = pOutl->HasParaFlag( pPara, PARAFLAG_ISPAGE ); in GetMenuState() local
889 if( bPage != pOutl->HasParaFlag( pPara, PARAFLAG_ISPAGE ) ) in GetMenuState()
/trunk/main/editeng/source/outliner/
H A Doutlvw.cxx620 const bool bPage = pPara->HasFlag(PARAFLAG_ISPAGE); in Indent() local
621 if( (bPage && (nDiff == +1)) || (!bPage && (nDiff == -1) && (nOldDepth <= 0)) ) in Indent()
628 if( bPage ) in Indent()
/trunk/main/sw/source/core/doc/
H A Ddocdesc.cxx146 const sal_Bool bPage = sal_True ) in lcl_DescSetAttr() argument
179 if(bPage) in lcl_DescSetAttr()
/trunk/main/sd/source/ui/dlg/
H A Dtpaction.cxx433 sal_Bool bPage = ( eCA == presentation::ClickAction_BOOKMARK ); in OpenFileDialog() local
438 if( bPage ) in OpenFileDialog()
/trunk/main/sw/source/ui/inc/
H A Dlabimg.hxx70 sal_Bool bPage;// Ganze Seite oder einzelnes Etikett? member in SwLabItem
/trunk/main/sc/source/ui/unoobj/
H A Dstyleuno.cxx2140 sal_Bool bPage = ( eFamily == SFX_STYLE_FAMILY_PAGE ); in supportsService() local
2143 RTL_CONSTASCII_STRINGPARAM ( bPage ? SCPAGESTYLE_SERVICE : SCCELLSTYLE_SERVICE )); in supportsService()
2149 sal_Bool bPage = ( eFamily == SFX_STYLE_FAMILY_PAGE ); in getSupportedServiceNames() local
2153 pArray[1] = rtl::OUString::createFromAscii( bPage ? SCPAGESTYLE_SERVICE in getSupportedServiceNames()
/trunk/main/sw/source/core/layout/
H A Dpagechg.cxx2012 const bool bPage = pFrm->IsPageFrm(); in lcl_MoveAllLowerObjs() local
2014 if ( bPage ) in lcl_MoveAllLowerObjs()
2029 if ( !bPage && !bAsChar ) in lcl_MoveAllLowerObjs()
/trunk/main/sc/source/ui/inc/
H A Doutput.hxx223 void DrawGrid( sal_Bool bGrid, sal_Bool bPage );

Completed in 196 milliseconds