Home
last modified time | relevance | path

Searched refs:bIsDescriptor (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sw/source/core/unocore/
H A Dunostyle.cxx1341 bIsDescriptor(sal_True), in SwXStyle()
1412 bIsDescriptor(sal_False), in SwXStyle()
1547 else if(bIsDescriptor) in getParentStyle()
1583 else if(bIsDescriptor) in setParentStyle()
1681 bIsDescriptor = sal_False; in ApplyDescriptorProperties()
2430 else if(bIsDescriptor) in SetPropertyValues_Impl()
2835 else if(bIsDescriptor) in GetPropertyValues_Impl()
3284 else if(bIsDescriptor) in setPropertiesToDefault()
3420 else if(bIsDescriptor) in setAllPropertiesToDefault()
H A Dunotbl.cxx2106 bIsDescriptor(sal_True), in TYPEINIT1()
2120 bIsDescriptor(sal_False), in SwXTextTable()
2135 if(!bIsDescriptor || nR <= 0 || nC <= 0 || nR >= USHRT_MAX || nC >= USHRT_MAX ) in initialize()
2246 if(!bIsDescriptor) /* already attached ? */ in attachToRange()
2314 bIsDescriptor = sal_False; in attachToRange()
3167 else if(bIsDescriptor) in setPropertyValue()
3375 else if(bIsDescriptor) in getPropertyValue()
3414 if(!pFmt && !bIsDescriptor) in getName()
3430 if((!pFmt && !bIsDescriptor) || in setName()
H A Dunoframe.cxx1156 bIsDescriptor(sal_True), in SwXFrame()
1210 bIsDescriptor(sal_False), in SwXFrame()
1229 else if(bIsDescriptor) in getName()
1249 else if(bIsDescriptor) in setName()
2672 bIsDescriptor = sal_False; in ResetDescriptor()
2809 ((SwXTextFrame*)this)->SetDoc( bIsDescriptor ? m_pDoc : GetFrmFmt()->GetDoc() ); in attachToRange()
/trunk/main/dbaccess/source/core/api/
H A DTableDeco.cxx425 …bool bIsDescriptor = (xInfo->getPropertyByName(PROPERTY_NAME).Attributes & PropertyAttribute::READ… in getInfoHelper() local
427 return *ODBTableDecorator_PROP::getArrayHelper( bIsDescriptor ? 0 : 1 ); in getInfoHelper()
/trunk/main/sw/inc/
H A Dunostyle.hxx190 sal_Bool bIsDescriptor : 1; member in SwXStyle
276 sal_Bool IsDescriptor() const {return bIsDescriptor;} in IsDescriptor()
281 bIsDescriptor = sal_False; m_pDoc = pDc; in SetDoc()
H A Dunoframe.hxx74 sal_Bool bIsDescriptor; member in SwXFrame
150 sal_Bool IsDescriptor() const {return bIsDescriptor;} in IsDescriptor()
H A Dunotbl.hxx323 sal_Bool bIsDescriptor; member in SwXTextTable

Completed in 101 milliseconds