Searched refs:m_bIsDescriptor (Results 1 – 9 of 9) sorted by relevance
| /AOO41X/main/sw/source/core/unocore/ |
| H A D | unosect.cxx | 125 bool m_bIsDescriptor; member in SwXTextSection::Impl 137 , m_bIsDescriptor((0 == pFmt) ? true : false) in Impl() 301 if (!m_pImpl->m_bIsDescriptor) in attach() 457 m_pImpl->m_bIsDescriptor = false; in attach() 611 if (!pFmt && !m_bIsDescriptor) in SetPropertyValues_Impl() 650 if (m_bIsDescriptor) in SetPropertyValues_Impl() 667 if (m_bIsDescriptor) in SetPropertyValues_Impl() 704 if (m_bIsDescriptor) in SetPropertyValues_Impl() 722 if (m_bIsDescriptor) in SetPropertyValues_Impl() 763 if (m_bIsDescriptor) in SetPropertyValues_Impl() [all …]
|
| H A D | unorefmk.cxx | 58 bool m_bIsDescriptor; member in SwXReferenceMark::Impl 68 , m_bIsDescriptor((0 == pRefMark) ? true : false) in Impl() 310 if (!m_pImpl->m_bIsDescriptor) in attach() 334 m_pImpl->m_bIsDescriptor = sal_False; in attach() 400 else if (m_pImpl->m_bIsDescriptor) in dispose() 456 if (m_pImpl->m_bIsDescriptor) in setName() 738 bool m_bIsDescriptor; member in SwXMeta::Impl 751 , m_bIsDescriptor((0 == pMeta) ? true : false) in Impl() 1025 if (m_pImpl->m_bIsDescriptor) in dispose() 1064 if (!m_pImpl->m_bIsDescriptor) in AttachImpl() [all …]
|
| H A D | unoftn.cxx | 66 bool m_bIsDescriptor; member in SwXFootnote::Impl 79 , m_bIsDescriptor((0 == pFootnote) ? true : false) in Impl() 302 else if (m_pImpl->m_bIsDescriptor) in getLabel() 331 else if (m_pImpl->m_bIsDescriptor) in setLabel() 350 if (!m_pImpl->m_bIsDescriptor) in attach() 409 m_pImpl->m_bIsDescriptor = sal_False; in attach() 638 if (!m_pImpl->m_bIsDescriptor) in getPropertyValue()
|
| H A D | unoidx.cxx | 352 bool m_bIsDescriptor; member in SwXDocumentIndex::Impl 368 , m_bIsDescriptor((0 == pBaseSection) ? true : false) in Impl() 370 , m_pProps((m_bIsDescriptor) in Impl() 384 SwTOXBase *const pTOXSection( (m_bIsDescriptor) in GetTOXSectionOrThrow() 400 return (m_bIsDescriptor) in GetFormMax() 982 else if (m_pImpl->m_bIsDescriptor) in getPropertyValue() 1036 if (!m_pImpl->m_bIsDescriptor) in getPropertyValue() 1350 if (!m_pImpl->m_bIsDescriptor) in attach() 1403 m_pImpl->m_bIsDescriptor = sal_False; in attach() 1512 if (m_pImpl->m_bIsDescriptor) in getName() [all …]
|
| H A D | unofield.cxx | 475 m_bIsDescriptor(sal_True), in SwXFieldMaster() 489 m_bIsDescriptor(sal_False), in SwXFieldMaster() 628 m_bIsDescriptor = sal_False; in setPropertyValue() 707 if(!bDontCreate && RES_DBFLD == nResTypeId && m_bIsDescriptor && m_pDoc) in GetFldType() 725 pThis->m_bIsDescriptor = sal_False; in GetFldType() 727 if(m_bIsDescriptor) in GetFldType() 1105 , m_bIsDescriptor(nServiceId != USHRT_MAX) in SwXTextField() 1136 , m_bIsDescriptor(sal_False) in SwXTextField() 1159 if(!m_bIsDescriptor) in attachTextFieldMaster() 1182 if( m_bIsDescriptor && m_aFieldTypeClient.GetRegisteredIn() ) in getTextFieldMaster() [all …]
|
| H A D | unoparagraph.cxx | 124 bool m_bIsDescriptor; member in SwXParagraph::Impl 139 , m_bIsDescriptor((0 == pTxtNode) ? true : false) in Impl() 162 bool IsDescriptor() const { return m_bIsDescriptor; } in IsDescriptor() 355 DBG_ASSERT(m_pImpl->m_bIsDescriptor, "Paragraph is not a descriptor"); in attachToText() 356 if (m_pImpl->m_bIsDescriptor) in attachToText() 358 m_pImpl->m_bIsDescriptor = false; in attachToText()
|
| /AOO41X/main/sw/inc/ |
| H A D | unofield.hxx | 61 sal_Bool m_bIsDescriptor; member in SwXFieldMaster 117 sal_Bool IsDescriptor()const {return m_bIsDescriptor;} in IsDescriptor() 137 sal_Bool m_bIsDescriptor; member in SwXTextField
|
| /AOO41X/main/dbaccess/source/core/api/ |
| H A D | definitioncolumn.cxx | 455 ,m_bIsDescriptor( _bIsDescriptor ) in OTableColumnDescriptorWrapper() 530 if ( !m_bIsDescriptor ) in createArrayHelper()
|
| /AOO41X/main/dbaccess/source/core/inc/ |
| H A D | definitioncolumn.hxx | 245 const bool m_bIsDescriptor; member in dbaccess::OTableColumnDescriptorWrapper
|