| /aoo41x/main/sc/source/core/data/ | 
| H A D | table5.cxx | 341 void ScTable::GetAllRowBreaks(set<SCROW>& rBreaks, bool bPage, bool bManual) const  in GetAllRowBreaks()  argument343     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 D | document.cxx | 3520 void ScDocument::GetAllRowBreaks(set<SCROW>& rBreaks, SCTAB nTab, bool bPage, bool bManual) const  in GetAllRowBreaks()  argument3525     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 …]
 
 | 
| /aoo41x/main/sw/source/ui/app/ | 
| H A D | applab.cxx | 97 						sal_uInt16 nCol, sal_uInt16 nRow, sal_Bool bPage)  in lcl_InsertBCText()  argument104     aSet.Put(SwFmtAnchor(bPage ? FLY_AS_CHAR : FLY_AT_PAGE, nPhyPageNum));  in lcl_InsertBCText()
 105 	if (!bPage)  in lcl_InsertBCText()
 137 						sal_uInt16 nCol, sal_uInt16 nRow, sal_Bool bLast, sal_Bool bPage)  in lcl_InsertLabText()  argument
 144     aSet.Put(SwFmtAnchor(bPage ? FLY_AS_CHAR : FLY_AT_PAGE, nPhyPageNum));  in lcl_InsertLabText()
 145 	if (!bPage)  in lcl_InsertLabText()
 337 			if ( rItem.bPage )  in InsertLab()
 
 | 
| H A D | docsh2.cxx | 775                 static sal_Bool bPage =  sal_False;  in Execute()  local781                 if(bPage)  in Execute()
 879                     aOpt.SetPageDescs(  bPage = (0 != (nFlags&SFX_LOAD_PAGE_STYLES )));  in Execute()
 
 | 
| /aoo41x/main/sw/source/ui/envelp/ | 
| H A D | labimg.cxx | 59 	bPage = sal_True;  in SwLabItem()83 	bPage	 = rItem.bPage;  in operator =()
 143 		   bPage	== rLab.bPage	&&  in operator ==()
 335 					case 12: aItem.bPage = *(sal_Bool*)pValues[nProp].getValue(); break;// "Option/Page",  in SwLabCfgItem()
 434 			case 12: pValues[nProp].setValue(&aItem.bPage, rType); break;// "Option/Page",  in Commit()
 
 | 
| H A D | labprt.cxx | 176 	rItem.bPage = aPageButton.IsChecked();  in FillItem()208 	if (aItem.bPage)  in Reset()
 
 | 
| /aoo41x/main/sc/source/ui/view/ | 
| H A D | drawvie3.cxx | 93 	sal_Bool bPage = sal_False;  in GetAnchor()  local107 				bPage = sal_True;  in GetAnchor()
 110 	if( bPage && !bCell )  in GetAnchor()
 112 	if( !bPage && bCell )  in GetAnchor()
 
 | 
| H A D | gridwin4.cxx | 576 	sal_Bool bPage = rOpts.GetOption( VOPT_PAGEBREAKS );  in Draw()  local733 	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 D | formatsh.cxx | 238 				sal_Bool bPage = pDesigner && SFX_STYLE_FAMILY_PAGE == pDesigner->GetActualFamily();  in GetStyleState()  local240 				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 D | output.cxx | 294 void ScOutputData::DrawGrid( sal_Bool bGrid, sal_Bool bPage )  in DrawGrid()  argument309 		bPage = sal_False;			// keine "normalen" Umbrueche ueber volle Breite/Hoehe  in DrawGrid()
 355 			if ( bPage )  in DrawGrid()
 480 			if ( bPage )  in DrawGrid()
 
 | 
| /aoo41x/main/sw/source/ui/chrdlg/ | 
| H A D | break.cxx | 233 	const sal_Bool bPage = aPageBtn.IsChecked();  in CheckEnable()  local234 	aPageCollText.Enable( bPage );  in CheckEnable()
 235 	aPageCollBox.Enable ( bPage );  in CheckEnable()
 237 	bEnable &= bPage;  in CheckEnable()
 
 | 
| /aoo41x/main/sw/source/ui/fldui/ | 
| H A D | flddok.cxx | 122 	sal_Bool bPage = sal_False;  in Reset()  local136 					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()
 
 | 
| /aoo41x/main/sd/source/ui/func/ | 
| H A D | fuprobjs.cxx | 104 	bool bPage = pOutl->HasParaFlag( pPara, PARAFLAG_ISPAGE );  in DoExecute()  local116 		if( pOutl->HasParaFlag( pPara, PARAFLAG_ISPAGE ) != bPage )  in DoExecute()
 133 		if( bPage )  in DoExecute()
 
 | 
| /aoo41x/main/sc/inc/ | 
| H A D | table.hxx | 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 D | document.hxx | 1380 …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);
 
 | 
| /aoo41x/main/sd/source/ui/view/ | 
| H A D | outlview.cxx | 2097 		bool bPage = mpOutliner->HasParaFlag( pPara, PARAFLAG_ISPAGE  );  in OnEndPasteOrDrop()  local2099 		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 D | outlnvsh.cxx | 882 	bool bPage = pOutl->HasParaFlag( pPara, PARAFLAG_ISPAGE );  in GetMenuState()  local889 		if( bPage != pOutl->HasParaFlag( pPara, PARAFLAG_ISPAGE ) )  in GetMenuState()
 
 | 
| /aoo41x/main/sw/source/core/doc/ | 
| H A D | docdesc.cxx | 148 						 const sal_Bool bPage = sal_True )  in lcl_DescSetAttr()  argument180             if( (  bPage && RES_HEADER_FOOTER_EAT_SPACING != nId ) ||  in lcl_DescSetAttr()
 181                 ( !bPage && RES_COL != nId && RES_PAPER_BIN != nId ))  in lcl_DescSetAttr()
 
 | 
| /aoo41x/main/editeng/source/outliner/ | 
| H A D | outlvw.cxx | 620 			const bool bPage = pPara->HasFlag(PARAFLAG_ISPAGE);  in Indent()  local621 			if( (bPage && (nDiff == +1)) || (!bPage && (nDiff == -1) && (nOldDepth <= 0))  )  in Indent()
 628 				if( bPage )  in Indent()
 
 | 
| /aoo41x/main/sd/source/ui/dlg/ | 
| H A D | tpaction.cxx | 433 	sal_Bool bPage = ( eCA == presentation::ClickAction_BOOKMARK );  in OpenFileDialog()  local438 	if( bPage )  in OpenFileDialog()
 
 | 
| /aoo41x/main/sw/source/ui/inc/ | 
| H A D | labimg.hxx | 68 	sal_Bool   		bPage;// Ganze Seite oder einzelnes Etikett?  member in SwLabItem
 | 
| /aoo41x/main/sc/source/ui/unoobj/ | 
| H A D | styleuno.cxx | 2140 	sal_Bool bPage = ( eFamily == SFX_STYLE_FAMILY_PAGE );  in supportsService()  local2143             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()
 
 | 
| /aoo41x/main/sw/source/core/layout/ | 
| H A D | pagechg.cxx | 2012     const bool bPage = pFrm->IsPageFrm();  in lcl_MoveAllLowerObjs()  local2014     if ( bPage )  in lcl_MoveAllLowerObjs()
 2029         if ( !bPage && !bAsChar )  in lcl_MoveAllLowerObjs()
 
 | 
| /aoo41x/main/sc/source/ui/inc/ | 
| H A D | output.hxx | 223 	void	DrawGrid( sal_Bool bGrid, sal_Bool bPage );
 |