| /trunk/main/xmloff/source/text/ |
| H A D | XMLIndexBodyContext.hxx | 59 inline sal_Bool HasContent(); 70 inline sal_Bool XMLIndexBodyContext::HasContent() in HasContent() function in XMLIndexBodyContext
|
| H A D | XMLIndexTOCContext.cxx | 281 ((XMLIndexBodyContext*)&xBodyContextRef)->HasContent() ) in EndElement() 314 !((XMLIndexBodyContext*)&xBodyContextRef)->HasContent() ) in CreateChildContext()
|
| /trunk/main/sw/source/ui/uiview/ |
| H A D | view1.cxx | 178 if( pFormatClipboard->HasContent() ) in ExecFormatPaintbrush() 209 bool bHasContent = pFormatClipboard && pFormatClipboard->HasContent(); in StateFormatPaintbrush()
|
| H A D | formatclipboard.cxx | 313 bool SwFormatClipboard::HasContent() const in HasContent() function in SwFormatClipboard 323 if( !HasContent() ) in HasContentForThisType()
|
| /trunk/main/sw/source/filter/ascii/ |
| H A D | ascatr.cxx | 108 else if ( pHt->HasContent() ) in SearchNext() 139 || pHt->HasContent() ) in OutAttr()
|
| /trunk/main/shell/source/win32/shlxthandler/thumbviewer/ |
| H A D | thumbviewer.cxx | 72 return zipfile->HasContent("META-INF/documentsignatures.xml"); in IsSignedDocument() 369 if (zipfile->HasContent(THUMBNAIL_CONTENT)) in Extract()
|
| /trunk/main/sw/source/ui/inc/ |
| H A D | formatclipboard.hxx | 44 bool HasContent() const;
|
| /trunk/main/shell/inc/internal/ |
| H A D | zipfile.hxx | 146 bool HasContent(const std::string& ContentName) const;
|
| /trunk/main/shell/qa/zip/testimpl/ |
| H A D | testzipimpl.cxx | 69 return zipFile.HasContent("mimetype"); in test_hasContentCaseInSensitive()
|
| /trunk/main/shell/source/all/zipfile/ |
| H A D | zipfile.cxx | 213 bool ZipFile::HasContent(const std::string& ContentName) const in HasContent() function in ZipFile
|
| /trunk/main/sw/source/filter/xml/ |
| H A D | xmltbli.cxx | 413 sal_Bool HasContent() const { return bHasTextContent || bHasTableContent; } in HasContent() function in SwXMLTableCellContext_Impl 571 ASSERT( !HasContent(), "content already there" ); in InsertContent() 578 if( !HasContent() ) in InsertContentIfNotThere() 627 if( !HasContent() ) in CreateChildContext()
|
| /trunk/main/sw/inc/ |
| H A D | txatbase.hxx | 104 bool HasContent() const { return m_bHasContent; } in HasContent() function in SwTxtAttr
|
| /trunk/main/sw/source/core/txtnode/ |
| H A D | thints.cxx | 1509 const bool bHasContent( pAttr->HasContent() ); in InsertHint() 1673 else if ( pAttr->HasContent() ) in DeleteAttribute() 1749 else if ( pTxtHt->HasContent() ) in DeleteAttributes()
|
| H A D | txtedt.cxx | 468 if ( pHt->HasContent() ) in RstTxtAttr()
|
| /trunk/main/sw/source/ui/docvw/ |
| H A D | edtwin.cxx | 2655 && pApplyTempl->pFormatClipboard->HasContent(); in MouseButtonDown() 3430 && pApplyTempl->pFormatClipboard->HasContent(); in MouseMove() 4348 if(!pFormatClipboard->HasContent()) in MouseButtonUp()
|
| /trunk/main/sw/source/core/crsr/ |
| H A D | crstrvl.cxx | 730 if ( !bDelFld && pTxtFld->HasContent() ) in MoveFldType()
|
| /trunk/main/sw/source/filter/ww8/ |
| H A D | wrtw8nds.cxx | 609 if ( ( pHt->HasDummyChar() || pHt->HasContent() ) in IsTxtAttr()
|