/aoo4110/main/vcl/source/helper/ |
H A D | strhelper.cxx | 324 String WhitespaceToSpace( const String& rLine, sal_Bool bProtect ) in WhitespaceToSpace() argument 355 else if( bProtect && *pRun == '`' ) in WhitespaceToSpace() 357 else if( bProtect && *pRun == '\'' ) in WhitespaceToSpace() 359 else if( bProtect && *pRun == '"' ) in WhitespaceToSpace() 381 ByteString WhitespaceToSpace( const ByteString& rLine, sal_Bool bProtect ) in WhitespaceToSpace() argument 412 else if( bProtect && *pRun == '`' ) in WhitespaceToSpace() 414 else if( bProtect && *pRun == '\'' ) in WhitespaceToSpace() 416 else if( bProtect && *pRun == '"' ) in WhitespaceToSpace()
|
/aoo4110/main/sc/source/ui/attrdlg/ |
H A D | tabpages.cxx | 72 bTriEnabled = bDontCare = bProtect = bHideForm = bHideCell = bHidePrint = sal_False; in ScTabPageProtection() 126 bProtect = sal_True; in Reset() 131 bProtect = pProtAttr->GetProtection(); in Reset() 160 aProtAttr.SetProtection( bProtect ); in FillItemSet() 204 bProtect = bOn; in IMPL_LINK() 235 aBtnProtect.SetState( bProtect ? STATE_CHECK : STATE_NOCHECK ); in UpdateButtons()
|
/aoo4110/main/sw/source/core/draw/ |
H A D | dview.cxx | 954 sal_Bool bProtect = sal_False, in CheckPossibilities() local 956 for ( sal_uInt16 i = 0; !bProtect && i < rMrkList.GetMarkCount(); ++i ) in CheckPossibilities() 1002 bProtect = pFrm->IsProtected(); //Rahmen, Bereiche usw. in CheckPossibilities() 1009 bProtect = sal_True; in CheckPossibilities() 1014 bProtect = sal_True; in CheckPossibilities() 1018 bMoveProtect |= bProtect; in CheckPossibilities() 1019 bResizeProtect |= bProtect | bSzProtect; in CheckPossibilities()
|
/aoo4110/main/sc/source/core/data/ |
H A D | attrib.cxx | 213 ScProtectionAttr::ScProtectionAttr( sal_Bool bProtect, sal_Bool bHFormula, in ScProtectionAttr() argument 216 bProtection(bProtect), in ScProtectionAttr() 396 sal_Bool bProtect; in Create() local 401 rStream >> bProtect; in Create() 406 return new ScProtectionAttr(bProtect,bHFormula,bHCell,bHPrint); in Create() 411 sal_Bool ScProtectionAttr::SetProtection( sal_Bool bProtect) in SetProtection() argument 413 bProtection = bProtect; in SetProtection()
|
/aoo4110/main/xmloff/source/text/ |
H A D | XMLSectionImportContext.cxx | 112 , bProtect(sal_False) in XMLSectionImportContext() 211 aAny.setValue( &bProtect, ::getBooleanCppuType() ); in StartElement() 328 bProtect = bTmp; in ProcessAttributes()
|
H A D | XMLSectionImportContext.hxx | 74 sal_Bool bProtect; member in XMLSectionImportContext
|
/aoo4110/main/sw/source/filter/xml/ |
H A D | xmltbli.cxx | 199 sal_Bool bProtect = sal_False, 234 sal_Bool bProtect, in Set() argument 251 bProtected = bProtect; in Set() 405 sal_Bool bProtect; member in SwXMLTableCellContext_Impl 449 bProtect( sal_False ), in SwXMLTableCellContext_Impl() 547 bProtect = bTmp; in SwXMLTableCellContext_Impl() 569 NULL, bProtect, &sFormula, bHasValue, fValue, bHasTextValue ); in _InsertContent() 588 GetTable()->InsertCell( aStyleName, nRowSpan, nColSpan, 0, mXmlId, pTable, bProtect ); in InsertContent() 1585 sal_Bool bProtect, in InsertCell() argument 1684 pTable, bProtect, pFormula, bHasValue, bCovered, fValue, in InsertCell()
|
/aoo4110/main/vcl/inc/vcl/ |
H A D | strhelper.hxx | 45 String VCL_DLLPUBLIC WhitespaceToSpace( const String&, sal_Bool bProtect = sal_True ); 46 ByteString VCL_DLLPUBLIC WhitespaceToSpace( const ByteString&, sal_Bool bProtect = sal_True );
|
/aoo4110/main/sfx2/source/dialog/ |
H A D | securitypage.cxx | 123 bool bProtect, in lcl_GetPassword() argument 128 … const String aTitle( SfxResId( bProtect ? RID_SFX_PROTECT_RECORDS : RID_SFX_UNPROTECT_RECORDS ) ); in lcl_GetPassword() 131 if (bProtect) in lcl_GetPassword()
|
/aoo4110/main/sw/source/ui/shells/ |
H A D | frmsh.cxx | 711 sal_Bool bProtect = rSh.IsSelObjProtected(FLYPROTECT_POS); in GetState() local 714 bProtect |= bParentCntProt; in GetState() 752 bProtect || in GetState() 762 if ( !(eFrmType & FRMTYPE_FLY_INCNT) || bProtect in GetState() 774 if ( bProtect || (bHtmlMode && eFrmType & FRMTYPE_FLY_ATCNT) ) in GetState()
|
H A D | basesh.cxx | 1299 sal_Bool bProtect = 0 != rSh.IsSelObjProtected(FLYPROTECT_CONTENT|FLYPROTECT_PARENT); in IMPL_LINK() local 1317 ( SID_IMAP == nSlot && !bProtect)) && in IMPL_LINK() 1321 if( !bProtect && SID_IMAP == nSlot ) in IMPL_LINK() 1327 if( !bProtect ) in IMPL_LINK() 1343 if( !bProtect ) in IMPL_LINK() 1474 … const sal_Bool bProtect = 0 != rSh.IsSelObjProtected(FLYPROTECT_CONTENT|FLYPROTECT_PARENT); in GetState() local 1475 if ( bProtect ) in GetState()
|
/aoo4110/main/sw/source/ui/dialog/ |
H A D | regionsw.cxx | 143 const sal_Bool bProtect = SFX_ITEM_SET == in InsertRegionDialog() local 152 aSection.SetProtectFlag(bProtect); in InsertRegionDialog()
|
H A D | uiregionsw.cxx | 670 bool bProtect = true; in IMPL_LINK() local 685 bProtect = rData.IsProtectFlag(); in IMPL_LINK() 698 bProtectValid = (bProtect == rData.IsProtectFlag()); in IMPL_LINK() 714 bProtect ? STATE_CHECK : STATE_NOCHECK); in IMPL_LINK() 1548 Image SwEditRegionDlg::BuildBitmap(sal_Bool bProtect,sal_Bool bHidden, sal_Bool bHighContrast) in BuildBitmap() argument 1551 return rImgLst.GetImage((!bHidden+(bProtect<<1)) + 1); in BuildBitmap()
|
/aoo4110/main/sc/inc/ |
H A D | attrib.hxx | 117 ScProtectionAttr( sal_Bool bProtect, 140 sal_Bool SetProtection( sal_Bool bProtect);
|
/aoo4110/main/canvas/source/vcl/ |
H A D | canvashelper.cxx | 139 bool bProtect, in init() argument 147 setOutDev( rOutDev, bProtect ); in init() 151 bool bProtect ) in setOutDev() argument 153 if( bProtect ) in setOutDev()
|
H A D | spritecanvashelper.cxx | 202 bool bProtect, in init() argument 208 CanvasHelper::init(rOwningSpriteCanvas,rOutDev,bProtect,bHaveAlpha); in init()
|
H A D | canvashelper.hxx | 84 bool bProtect, 93 bool bProtect);
|
H A D | spritecanvashelper.hxx | 52 bool bProtect,
|
/aoo4110/main/sc/source/ui/inc/ |
H A D | undotab.hxx | 383 void DoProtect(bool bProtect); 408 void DoProtect(bool bProtect);
|
H A D | tabpages.hxx | 67 sal_Bool bProtect; // einzelne Einstellungen ueber TriState sichern member in ScTabPageProtection
|
/aoo4110/main/sw/inc/ |
H A D | swtable.hxx | 186 const SearchType eSearchType, bool bProtect ) const; 188 SwSelBoxes& rBoxes, const SearchType eSearchType, bool bProtect ) const;
|
/aoo4110/main/sc/source/ui/undo/ |
H A D | undotab.cxx | 1243 void ScUndoDocProtect::DoProtect(bool bProtect) in DoProtect() argument 1247 if (bProtect) in DoProtect() 1313 void ScUndoTabProtect::DoProtect(bool bProtect) in DoProtect() argument 1317 if (bProtect) in DoProtect()
|
/aoo4110/main/vcl/inc/unx/ |
H A D | strhelper.hxx | 35 String WhitespaceToSpace( const String&, BOOL bProtect = TRUE );
|
/aoo4110/main/sw/source/filter/inc/ |
H A D | fltshell.hxx | 508 sal_Bool bProtect; member in SwFltShell 521 void SetProtect() { bProtect = sal_True; } in SetProtect()
|
/aoo4110/main/sw/source/ui/inc/ |
H A D | regionsw.hxx | 119 Image BuildBitmap(sal_Bool bProtect,sal_Bool bHidden,sal_Bool bHighContrast);
|