Home
last modified time | relevance | path

Searched refs:bAll (Results 1 – 25 of 75) sorted by relevance

123

/trunk/main/l10ntools/scripts/
H A Dlocalize_old.pl337 …my ( $bAll , $bUseLocalize, $langhash_ref , $bHasSourceLanguage , $bFakeEnglish ) = parseLanguages…
370 if( $bAll || $bUseLocalize ){
387 if( $bAll ) {$args .= " en-US";}
438 if( !$bAll) {
534 … if( $bAll ){ print DESTFILE $leftpart."\t".$lang."\t".$rightpart.$extract_date ; }
924 my $bAll;
934 $bAll = "TRUE";
981 return ( $bAll , $bUseLocalize , \%langhash , $bHasSourceLanguage, $bFakeEnglish);
H A Dlocalize.pl358 …my ( $bAll , $bUseLocalize, $langhash_ref , $bHasSourceLanguage , $bFakeEnglish ) = parseLanguages…
377 if( $bAll || $bUseLocalize ){
394 if( $bAll ) {$args .= " en-US";}
435 if( !$bAll) {
530 … if( $bAll ){ print DESTFILE $leftpart."\t".$lang."\t".$rightpart.$extract_date ; }
921 my $bAll;
931 $bAll = "TRUE";
978 return ( $bAll , $bUseLocalize , \%langhash , $bHasSourceLanguage, $bFakeEnglish);
/trunk/main/sc/source/filter/html/
H A Dhtmlexp.cxx154 const ScRange& rRange, const CharSet /*eNach*/, sal_Bool bAll, in ScExportHTML() argument
157 ScHTMLExport aEx( rStrm, rBaseURL, pDoc, rRange, bAll, rStreamPath ); in ScExportHTML()
244 bAll( bAllP ), in ScHTMLExport()
393 PageDefaults( bAll ? 0 : aRange.aStart.Tab() ); in WriteHeader()
541 const SfxItemSet& rSet = PageDefaults( bAll ? 0 : aRange.aStart.Tab() ); in WriteBody()
547 if ( bAll && GPOS_NONE != pBrushItem->GetGraphicPos() ) in WriteBody()
607 if ( bAll ) in WriteBody()
633 if ( bAll ) in WriteTables()
653 if ( bAll ) in WriteTables()
701 if ( bAll && pDrawLayer ) in WriteTables()
[all …]
/trunk/main/svtools/source/misc/
H A Dunitconv.cxx33 void SetFieldUnit( MetricField& rField, FieldUnit eUnit, sal_Bool bAll ) in SetFieldUnit() argument
40 if ( !bAll ) in SetFieldUnit()
79 if ( !bAll ) in SetFieldUnit()
90 void SetFieldUnit( MetricBox& rBox, FieldUnit eUnit, sal_Bool bAll ) in SetFieldUnit() argument
95 if ( !bAll ) in SetFieldUnit()
118 if ( !bAll ) in SetFieldUnit()
/trunk/main/svx/source/dialog/
H A Dparaprev.cxx77 void SvxParaPrevWindow::DrawParagraph( sal_Bool bAll ) in DrawParagraph() argument
84 if( bAll ) in DrawParagraph()
198 if ( Lines[i] != aRect || bAll ) in DrawParagraph()
200 if ( !bAll ) in DrawParagraph()
/trunk/main/sc/source/ui/inc/
H A Dimpex.hxx62 sal_Bool bAll; // keine Selektion member in ScImportExport
94 sal_Bool IsDoubleRef() const { return sal_Bool( !( bAll || bSingle ) ); } in IsDoubleRef()
96 sal_Bool IsNoRef() const { return bAll; } in IsNoRef()
97 sal_Bool IsRef() const { return sal_Bool( !bAll ); } in IsRef()
H A Dinputwin.hxx61 void StopEditEngine( sal_Bool bAll );
181 void StopEditEngine( sal_Bool bAll );
/trunk/main/xmloff/source/draw/
H A Dximpshow.cxx104 sal_Bool bAll = sal_True; in SdXMLShowsContext() local
123 bAll = sal_False; in SdXMLShowsContext()
128 bAll = sal_False; in SdXMLShowsContext()
192 aAny = bool2any( bAll ); in SdXMLShowsContext()
/trunk/main/svx/inc/svx/
H A Dparaprev.hxx74 void DrawParagraph( sal_Bool bAll );
105 void Draw( sal_Bool bAll ) { DrawParagraph( bAll ); } in Draw() argument
/trunk/main/svtools/source/control/
H A Dctrltool.cxx245 void FontList::ImplInsertFonts( OutputDevice* pDevice, sal_Bool bAll, in ImplInsertFonts() argument
265 if ( !bAll && (aFontInfo.GetType() == TYPE_RASTER) ) in ImplInsertFonts()
343 FontList::FontList( OutputDevice* pDevice, OutputDevice* pDevice2, sal_Bool bAll ) : in FontList() argument
361 ImplInsertFonts( pDevice, bAll, sal_True ); in FontList()
374 ImplInsertFonts( pDevice2, bAll, !bCompareWindow ); in FontList()
/trunk/main/sot/source/sdstor/
H A Dstgstrms.cxx292 sal_Bool StgFAT::FreePages( sal_Int32 nStart, sal_Bool bAll ) in FreePages() argument
301 pPg->SetPage( nOffset >> 2, bAll ? STG_FREE : STG_EOF ); in FreePages()
302 bAll = sal_True; in FreePages()
458 sal_Bool bAll = sal_Bool( nBytes == 0 ); in SetSize() local
459 if( !Pos2Page( nBytes ) || !pFat->FreePages( nPage, bAll ) ) in SetSize()
461 if( bAll ) in SetSize()
/trunk/main/dbaccess/source/ui/misc/
H A DWColumnSelect.cxx210 sal_Bool bAll = sal_False; in IMPL_LINK() local
226 bAll = sal_True; in IMPL_LINK()
232 bAll = sal_True; in IMPL_LINK()
245 if(!bAll) in IMPL_LINK()
/trunk/main/sc/source/ui/view/
H A Dtabview5.cxx418 void ScTabView::SetZoomType( SvxZoomType eNew, sal_Bool bAll ) in SetZoomType() argument
420 aViewData.SetZoomType( eNew, bAll ); in SetZoomType()
423 void ScTabView::SetZoom( const Fraction& rNewX, const Fraction& rNewY, sal_Bool bAll ) in SetZoom() argument
425 aViewData.SetZoom( rNewX, rNewY, bAll ); in SetZoom()
H A Dviewdata.cxx611 sal_Bool bAll = ( tabs.size() == 0 ); in SetZoomType() local
613 if ( !bAll ) // create associated table data in SetZoomType()
616 if ( bAll ) in SetZoomType()
638 void ScViewData::SetZoomType( SvxZoomType eNew, sal_Bool bAll ) in SetZoomType() argument
641 if ( !bAll ) // get selected tabs in SetZoomType()
655 sal_Bool bAll = ( tabs.size() == 0 ); in SetZoom() local
656 if ( !bAll ) // create associated table data in SetZoom()
673 if ( bAll ) in SetZoom()
727 void ScViewData::SetZoom( const Fraction& rNewX, const Fraction& rNewY, sal_Bool bAll ) in SetZoom() argument
730 if ( !bAll ) // get selected tabs in SetZoom()
/trunk/main/svx/source/fmcomp/
H A Dgridctrl.cxx563 void DbGridControl::NavigationBar::InvalidateAll(sal_Int32 nCurrentPos, sal_Bool bAll) in InvalidateAll() argument
565 if (m_nCurrentPos != nCurrentPos || nCurrentPos < 0 || bAll) in InvalidateAll()
572 bAll = bAll || m_nCurrentPos <= 0; in InvalidateAll()
573 bAll = bAll || nCurrentPos <= 0; in InvalidateAll()
574 bAll = bAll || m_nCurrentPos >= nAdjustedRowCount; in InvalidateAll()
575 bAll = bAll || nCurrentPos >= nAdjustedRowCount; in InvalidateAll()
577 if ( bAll ) in InvalidateAll()
/trunk/main/sw/source/ui/app/
H A Ddocstyle.cxx2720 const sal_Bool bAll = nSMask == SFXSTYLEBIT_ALL; in First() local
2721 if ( bAll || (nSMask & ~SFXSTYLEBIT_USED) == SWSTYLEBIT_TEXT ) in First()
2724 if ( bAll || (nSMask & ~SFXSTYLEBIT_USED) == SWSTYLEBIT_CHAPTER ) in First()
2727 if ( bAll || (nSMask & ~SFXSTYLEBIT_USED) == SWSTYLEBIT_LIST ) in First()
2730 if ( bAll || (nSMask & ~SFXSTYLEBIT_USED) == SWSTYLEBIT_IDX ) in First()
2733 if ( bAll || (nSMask & ~SFXSTYLEBIT_USED) == SWSTYLEBIT_EXTRA ) in First()
2736 if ( bAll || (nSMask & ~SFXSTYLEBIT_USED) == SWSTYLEBIT_CONDCOLL ) in First()
2743 if ( bAll || in First()
2750 if( !bAll ) in First()
/trunk/main/sc/source/ui/docshell/
H A Dimpex.cxx112 bAll( sal_True ), bSingle( sal_True ), bUndo( sal_False ), in ScImportExport()
127 bAll( sal_False ), bSingle( sal_True ), bUndo( sal_Bool( pDocSh != NULL ) ), in ScImportExport()
143 bAll( sal_False ), bSingle( sal_False ), bUndo( sal_Bool( pDocSh != NULL ) ), in ScImportExport()
160 bAll( sal_False ), bSingle( sal_True ), bUndo( sal_Bool( pDocSh != NULL ) ), in ScImportExport()
191 bAll = sal_True; in ScImportExport()
234 if ( !bAll ) in StartPaste()
504 if( nFmt == SOT_FORMATSTR_ID_LINK && !bAll ) in ExportStream()
1932 …ScFormatFilter::Get().ScExportHTML( rStrm, rBaseURL, pDoc, aRange, RTL_TEXTENCODING_DONTKNOW, bAll, in Doc2HTML()
/trunk/main/sw/source/core/doc/
H A Ddocdesc.cxx730 void SwDoc::PrtOLENotify( sal_Bool bAll ) in PrtOLENotify() argument
752 if ( bAll ) in PrtOLENotify()
758 bAll = sal_True; in PrtOLENotify()
762 SwOLENodes *pNodes = SwCntntNode::CreateOLENodesArray( *GetDfltGrfFmtColl(), !bAll ); in PrtOLENotify()
/trunk/main/svtools/inc/svtools/
H A Dunitconv.hxx39 SVT_DLLPUBLIC void SetFieldUnit( MetricField& rCtrl, FieldUnit eUnit, sal_Bool bAll = sal_False );
40 SVT_DLLPUBLIC void SetFieldUnit( MetricBox& rCtrl, FieldUnit eUnit, sal_Bool bAll = sal_False );
H A Dctrltool.hxx176 SVT_DLLPRIVATE void ImplInsertFonts( OutputDevice* pDev, sal_Bool bAll,
183 sal_Bool bAll = sal_True );
/trunk/main/sc/source/filter/xml/
H A DXMLChangeTrackingExportHelper.cxx616 sal_Bool bAll(sal_False); in AddDeletionAttributes() local
618 while (!bAll && p) in AddDeletionAttributes()
621 bAll = sal_True; in AddDeletionAttributes()
632 bAll = sal_True; in AddDeletionAttributes()
/trunk/main/dbaccess/source/ui/inc/
H A DTableWindowData.hxx89 inline void ShowAll( sal_Bool bAll ) { m_bShowAll = bAll; } in ShowAll() argument
/trunk/main/soltools/ldump/
H A Dldump.cxx86 bAll = false; in LibDump()
190 else if ( bAll == true ) in Dump()
582 strcpy( cAPrefix, pName );bAll = true; in SetCExport()
/trunk/main/sc/source/filter/inc/
H A Dhtmlexp.hxx113 sal_Bool bAll; // ganzes Dokument member in ScHTMLExport
162 sal_Bool bAll, const String& aStreamPath );
/trunk/main/cui/source/inc/
H A Dparagrph.hxx113 void UpdateExample_Impl( sal_Bool bAll = sal_False );
177 void UpdateExample_Impl( sal_Bool bAll = sal_False );

Completed in 154 milliseconds

123