Home
last modified time | relevance | path

Searched refs:isFooter (Results 1 – 25 of 61) sorted by relevance

123

/dports/www/foswiki/Foswiki-2.1.6/lib/Foswiki/Tables/
H A DRow.pm50 $this->{isFooter} = undef;
134 sub isFooter { subroutine
137 $this->{isFooter} = $set;
139 return $this->{isFooter} || 0;
/dports/editors/libreoffice/libreoffice-7.2.6.2/lotuswordpro/source/filter/xfilter/
H A Dxfheaderstyle.cxx63 XFHeaderStyle::XFHeaderStyle(bool isFooter) in XFHeaderStyle() argument
65 m_bIsFooter = isFooter; in XFHeaderStyle()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/lotuswordpro/source/filter/xfilter/
H A Dxfheaderstyle.cxx63 XFHeaderStyle::XFHeaderStyle(bool isFooter) in XFHeaderStyle() argument
65 m_bIsFooter = isFooter; in XFHeaderStyle()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/vba/
H A Dvbaheaderfooterhelper.cxx110 bool HeaderFooterHelper::isFooter( const uno::Reference< frame::XModel >& xModel ) in isFooter() function in HeaderFooterHelper
149 if( isFooter( xModel ) ) in isFirstPageFooter()
160 if( isFooter( xModel ) ) in isEvenPagesFooter()
H A Dvbaheaderfooterhelper.hxx39 static bool isFooter(const css::uno::Reference<css::frame::XModel>& xModel);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/vba/
H A Dvbaheaderfooterhelper.cxx114 bool HeaderFooterHelper::isFooter( const uno::Reference< frame::XModel >& xModel ) in isFooter() function in HeaderFooterHelper
154 if( isFooter( xModel ) ) in isFirstPageFooter()
165 if( isFooter( xModel ) ) in isEvenPagesFooter()
H A Dvbaheaderfooterhelper.hxx39 static bool isFooter( const css::uno::Reference< css::frame::XModel >& xModel );
/dports/www/foswiki/Foswiki-2.1.6/lib/Foswiki/Plugins/EditRowPlugin/
H A DTableRow.pm89 && !( $this->isFooter() || $this->isFooter() );
216 if ( $this->isHeader() || $this->isFooter() ) {
H A DTable.pm145 $this->{rows}->[ -$tails ]->isFooter(1);
153 if ( $row->isHeader || $row->isFooter ) {
276 my $isLard = ( $row->isHeader || $row->isFooter );
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/autofill/android/java/src/org/chromium/components/autofill/
H A DAutofillPopup.java85 } else if (isFooter(itemId, isRefresh)) { in filterAndShow()
167 private boolean isFooter(int row, boolean isRefresh) { in isFooter() method in AutofillPopup
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/autofill/android/java/src/org/chromium/components/autofill/
H A DAutofillPopup.java85 } else if (isFooter(itemId, isRefresh)) { in filterAndShow()
167 private boolean isFooter(int row, boolean isRefresh) { in isFooter() method in AutofillPopup
/dports/print/limereport/LimeReport-1.5.35/limereport/bands/
H A Dlrtearoffband.h16 bool isFooter() const{ return true;} in isFooter() function
H A Dlrreportfooter.h48 bool isFooter() const;
H A Dlrpagefooter.h46 virtual bool isFooter() const {return true;} in isFooter() function
H A Dlrreportfooter.cpp66 bool ReportFooter::isFooter() const in isFooter() function in LimeReport::ReportFooter
H A Dlrsubdetailband.h85 bool isFooter() const{return true;} in isFooter() function
H A Dlrgroupbands.h88 virtual bool isFooter() const{return true;} in isFooter() function
H A Dlrdataband.h95 bool isFooter() const {return true;} in isFooter() function
/dports/editors/libreoffice/libreoffice-7.2.6.2/lotuswordpro/inc/xfilter/
H A Dxfheaderstyle.hxx78 explicit XFHeaderStyle(bool isFooter = false);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/lotuswordpro/inc/xfilter/
H A Dxfheaderstyle.hxx78 explicit XFHeaderStyle(bool isFooter=false);
/dports/editors/abiword/abiword-3.0.5/src/wp/ap/xp/
H A Dap_Dialog_PageNumbers.h55 bool isFooter(void);
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/window/
H A Ddockingarea.cxx172 … const bool isFooter = GetAlign() == WindowAlign::Bottom && !rSetting.GetPersonaFooter().IsEmpty(); in Paint() local
174 if ((GetAlign() == WindowAlign::Top && !rSetting.GetPersonaHeader().IsEmpty() ) || isFooter) in Paint()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/window/
H A Ddockingarea.cxx171 … const bool isFooter = GetAlign() == WindowAlign::Bottom && !rSetting.GetPersonaFooter().IsEmpty(); in Paint() local
173 if ((GetAlign() == WindowAlign::Top && !rSetting.GetPersonaHeader().IsEmpty() ) || isFooter) in Paint()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/environment/view/
H A DEnvironmentObjectGrid.java251 boolean isFooter) in GridHeaderBuilder() argument
253 super(table, isFooter); in GridHeaderBuilder()
/dports/print/limereport/LimeReport-1.5.35/limereport/
H A Dlrreportrender.cpp219 if (band->isFooter() || band->isHeader()){ in analizePage()
488 if (patternBand->isFooter()) in renderBand()
570 if (patternBand->isFooter()) in renderBand()
903 if (band->isFooter()) extractGroupFunctions(band); in initGroups()
1259 if (patternBand->isFooter()){ in renderData()
1391 if (it.previous()->isFooter()){ in checkLostHeadersOnPrevPage()
1428 if (it.previous()->isFooter()){ in checkLostHeadersInPrevColumn()

123