Home
last modified time | relevance | path

Searched refs:bProtected (Results 26 – 45 of 45) sorted by relevance

12

/aoo42x/main/sc/source/ui/Accessibility/
H A DAccessibleSpreadsheet.cxx1419 sal_Bool bProtected(sal_False); in IsEditable() local
1421 bProtected = sal_True; in IsEditable()
1422 return !bProtected; in IsEditable()
/aoo42x/main/sc/source/ui/inc/
H A Dinputhdl.hxx97 sal_Bool bProtected; member in ScInputHandler
/aoo42x/main/sw/source/filter/ww8/
H A Dww8attributeoutput.hxx171 virtual void SectionFormProtection( bool bProtected );
H A Dattributeoutputbase.hxx283 virtual void SectionFormProtection( bool bProtected ) = 0;
H A Drtfattributeoutput.hxx206 virtual void SectionFormProtection( bool bProtected );
H A Ddocxattributeoutput.hxx205 virtual void SectionFormProtection( bool bProtected );
H A Dwrtw8sty.cxx1283 void WW8AttributeOutput::SectionFormProtection( bool bProtected ) in SectionFormProtection() argument
1287 if ( m_rWW8Export.pSepx->DocumentIsProtected() && !bProtected ) in SectionFormProtection()
H A Dww8par.cxx4037 …bool bProtected = SectionIsProtected(*aIter); // do we really need this ?? I guess I have a diffe… in InsertSegments() local
4061 … if (((aNext != aEnd && aNext->IsContinous() && bThisAndNextAreCompatible) || bProtected)) in InsertSegments()
4064 if ((aIter->NoCols() > 1) || bProtected) in InsertSegments()
H A Ddocxattributeoutput.cxx1879 void DocxAttributeOutput::SectionFormProtection( bool bProtected ) in SectionFormProtection() argument
1881 if ( bProtected ) in SectionFormProtection()
H A Drtfattributeoutput.cxx1355 void RtfAttributeOutput::SectionFormProtection( bool bProtected ) in SectionFormProtection() argument
1360 m_aSectionBreaks.append((sal_Int32)!bProtected); in SectionFormProtection()
/aoo42x/main/cui/source/tabpages/
H A Dswpossizetabpage.cxx863 sal_Bool bProtected = ( ( const SfxBoolItem* )pItem )->GetValue(); in Reset() local
864 m_aPositionCB.SetState( bProtected ? STATE_CHECK : STATE_NOCHECK ); in Reset()
866 m_aSizeCB.Enable( !bProtected ); in Reset()
H A Dtransfrm.cxx1025 sal_Bool bProtected = ( ( const SfxBoolItem* )pItem )->GetValue(); in Reset() local
1026 maTsbPosProtect.SetState( bProtected ? STATE_CHECK : STATE_NOCHECK ); in Reset()
/aoo42x/main/xmloff/source/chart/
H A DSchXMLTableContext.cxx384 mrTable.bProtected = true; in StartElement()
945 if ( rTable.bProtected ) in applyTableToInternalDataProvider()
H A DSchXMLExport.cxx1686 bool bProtected = false; in exportTable() local
1688 …rtyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "DisableDataTableDialog" ) ) ) >>= bProtected ) && in exportTable()
1689 bProtected ) in exportTable()
/aoo42x/main/sw/source/ui/dialog/
H A Duiregionsw.cxx1793 sal_Bool bProtected = aProtectCB.IsChecked(); in FillItemSet() local
1794 aSection.SetProtectFlag(bProtected); in FillItemSet()
1799 if(bProtected) in FillItemSet()
/aoo42x/main/sw/source/filter/html/
H A Dhtmltab.cxx237 sal_Bool bProtected : 1; // Zelle darf nicht belegt werden member in HTMLTableCell
281 sal_Bool IsUsed() const { return pContents!=0 || bProtected; } in IsUsed()
751 bProtected(sal_False), in HTMLTableCell()
777 bProtected = sal_False; in Set()
810 bProtected = sal_True; in SetProtected()
/aoo42x/main/svtools/source/edit/
H A Dtextview.cxx2294 sal_Bool bProtected = sal_False; in dragOver() local
2300 bProtected = pStartAttr != 0 && in dragOver()
2305 if ( IsReadOnly() || IsInSelection( mpImpl->mpDDInfo->maDropPos ) || bProtected) in dragOver()
/aoo42x/main/sw/source/ui/utlui/
H A Dcontent.cxx1241 sal_Bool bProtected = ((SwContent*)pEntry->GetUserData())->IsProtect(); in CreateContextMenu() local
1243 ((bVisible && !bProtected) ||CONTENT_TYPE_REGION == nContentType); in CreateContextMenu()
1245 ((bVisible && !bProtected) ||CONTENT_TYPE_REGION == nContentType); in CreateContextMenu()
/aoo42x/main/sc/source/ui/docshell/
H A Ddocsh.cxx2985 sal_Bool bProtected = pChangeTrack->IsProtected(); in SetProtectionPassword() local
3002 if ( bProtected != pChangeTrack->IsProtected() ) in SetProtectionPassword()
/aoo42x/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx4031 sal_Bool bProtected = !pDocShell->IsEditable(); in replaceAll() local
4034 bProtected = sal_True; in replaceAll()
4035 if (bProtected) in replaceAll()

Completed in 291 milliseconds

12