Searched refs:nsSwTOXElement (Results 1 – 10 of 10) sorted by relevance
| /AOO42X/main/sw/source/core/tox/ |
| H A D | txmsrt.cxx | 614 case nsSwTOXElement::TOX_SEQUENCE: in GetText_Impl() 615 case nsSwTOXElement::TOX_TEMPLATE: in GetText_Impl() 616 case nsSwTOXElement::TOX_OUTLINELEVEL: in GetText_Impl() 632 case nsSwTOXElement::TOX_OLE: in GetText_Impl() 633 case nsSwTOXElement::TOX_GRAPHIC: in GetText_Impl() 634 case nsSwTOXElement::TOX_FRAME: in GetText_Impl() 643 sal_uInt16 nId = nsSwTOXElement::TOX_OLE == eType in GetText_Impl() 645 : nsSwTOXElement::TOX_GRAPHIC == eType in GetText_Impl() 658 …if( nsSwTOXElement::TOX_TEMPLATE == eType || nsSwTOXElement::TOX_SEQUENCE == eType || nsSwTOXElem… in FillText() 688 if( nsSwTOXElement::TOX_OUTLINELEVEL == eType && pNd->GetTxtNode() ) in GetLevel() [all …]
|
| /AOO42X/main/sw/source/ui/index/ |
| H A D | cntex.cxx | 270 sal_Bool bOn = 0!=(nContentOptions&nsSwTOXElement::TOX_TEMPLATE ); in CreateOrUpdateExample() 290 …xIdxProps, UNO_NAME_CREATE_FROM_MARKS, 0!=(nContentOptions&nsSwTOXElement::TOX_MARK … in CreateOrUpdateExample() 291 …xIdxProps, UNO_NAME_CREATE_FROM_OUTLINE, 0!=(nContentOptions&nsSwTOXElement::TOX_OUTLINELE… in CreateOrUpdateExample() 292 …xIdxProps, UNO_NAME_CREATE_FROM_EMBEDDED_OBJECTS,0!=(nContentOptions&nsSwTOXElement::TOX_OLE … in CreateOrUpdateExample() 293 …xIdxProps, UNO_NAME_CREATE_FROM_TABLES , 0!=(nContentOptions&nsSwTOXElement::TOX_TABLE … in CreateOrUpdateExample() 294 …xIdxProps, UNO_NAME_CREATE_FROM_GRAPHIC_OBJECTS, 0!=(nContentOptions&nsSwTOXElement::TOX_GRAPHIC … in CreateOrUpdateExample() 295 …xIdxProps, UNO_NAME_CREATE_FROM_TEXT_FRAMES, 0!=(nContentOptions&nsSwTOXElement::TOX_FRAME … in CreateOrUpdateExample() 296 …xIdxProps, UNO_NAME_CREATE_FROM_LABELS, 0!=(nContentOptions&nsSwTOXElement::TOX_SEQUENCE … in CreateOrUpdateExample()
|
| H A D | cnttab.cxx | 1214 aAddStylesCB.Check(bHasStyleNames && (nCreateType & nsSwTOXElement::TOX_TEMPLATE)); in ApplyTOXDescription() 1216 aFromOLECB. Check( 0 != (nCreateType & nsSwTOXElement::TOX_OLE) ); in ApplyTOXDescription() 1217 aFromTablesCB. Check( 0 != (nCreateType & nsSwTOXElement::TOX_TABLE) ); in ApplyTOXDescription() 1218 aFromGraphicsCB.Check( 0 != (nCreateType & nsSwTOXElement::TOX_GRAPHIC) ); in ApplyTOXDescription() 1219 aFromFramesCB. Check( 0 != (nCreateType & nsSwTOXElement::TOX_FRAME) ); in ApplyTOXDescription() 1224 aTOXMarksCB.Check( 0 != (nCreateType & nsSwTOXElement::TOX_MARK) ); in ApplyTOXDescription() 1229 aFromHeadingsCB.Check( 0 != (nCreateType & nsSwTOXElement::TOX_OUTLINELEVEL) ); in ApplyTOXDescription() 1308 nContentOptions |= nsSwTOXElement::TOX_MARK; in FillTOXDescription() 1315 nContentOptions |= nsSwTOXElement::TOX_OUTLINELEVEL; in FillTOXDescription() 1322 nContentOptions |= nsSwTOXElement::TOX_OLE; in FillTOXDescription() [all …]
|
| H A D | toxmgr.cxx | 318 … pNewTOX = new SwTOXBase(pType, aForm, nsSwTOXElement::TOX_MARK, pType->GetTypeName()); in UpdateOrInsertTOX() 398 … TOX_AUTHORITIES == eCurTOXType ? nsSwTOXElement::TOX_MARK : 0, pType->GetTypeName()); in UpdateOrInsertTOX()
|
| /AOO42X/main/sw/source/core/doc/ |
| H A D | doctxm.cxx | 955 if( GetCreateType() & nsSwTOXElement::TOX_MARK ) in Update() 958 if( GetCreateType() & nsSwTOXElement::TOX_OUTLINELEVEL ) in Update() 961 if( GetCreateType() & nsSwTOXElement::TOX_TEMPLATE ) in Update() 964 if( GetCreateType() & nsSwTOXElement::TOX_OLE || in Update() 966 UpdateCntnt( nsSwTOXElement::TOX_OLE, pOwnChapterNode ); in Update() 968 if( GetCreateType() & nsSwTOXElement::TOX_TABLE || in Update() 972 if( GetCreateType() & nsSwTOXElement::TOX_GRAPHIC || in Update() 974 UpdateCntnt( nsSwTOXElement::TOX_GRAPHIC, pOwnChapterNode ); in Update() 981 if( GetCreateType() & nsSwTOXElement::TOX_FRAME ) in Update() 982 UpdateCntnt( nsSwTOXElement::TOX_FRAME, pOwnChapterNode ); in Update() [all …]
|
| /AOO42X/main/sw/source/core/unocore/ |
| H A D | unoidx.cxx | 318 nsSwTOXElement::TOX_MARK, pType->GetTypeName())); in SwDocIndexDescriptorProperties_Impl() 750 lcl_AnyToBitMask(rValue, nCreate, nsSwTOXElement::TOX_MARK); in setPropertyValue() 753 lcl_AnyToBitMask(rValue, nCreate, nsSwTOXElement::TOX_OUTLINELEVEL); in setPropertyValue() 845 lcl_AnyToBitMask(rValue, nCreate, nsSwTOXElement::TOX_TABLE); in setPropertyValue() 848 lcl_AnyToBitMask(rValue, nCreate, nsSwTOXElement::TOX_FRAME); in setPropertyValue() 851 lcl_AnyToBitMask(rValue, nCreate, nsSwTOXElement::TOX_GRAPHIC); in setPropertyValue() 854 lcl_AnyToBitMask(rValue, nCreate, nsSwTOXElement::TOX_OLE); in setPropertyValue() 896 lcl_AnyToBitMask(rValue, nCreate, nsSwTOXElement::TOX_TEMPLATE); in setPropertyValue() 1059 lcl_BitMaskToAny(aRet, nCreate, nsSwTOXElement::TOX_MARK); in getPropertyValue() 1063 nsSwTOXElement::TOX_OUTLINELEVEL); in getPropertyValue() [all …]
|
| /AOO42X/main/sw/source/filter/ww8/ |
| H A D | ww8par5.cxx | 2879 if ((rBase.GetLevel() != MAXLEVEL) && (nsSwTOXElement::TOX_TEMPLATE & rBase.GetCreateType())) in EnsureMaxLevelForTemplates() 3029 …sal_uInt16 nCreateOf = (eTox == TOX_CONTENT) ? nsSwTOXElement::TOX_OUTLINELEVEL : nsSwTOXElement::… in Read_F_Tox() 3171 eCreateFrom |= nsSwTOXElement::TOX_OUTLINELEVEL; in Read_F_Tox() 3175 eCreateFrom |= nsSwTOXElement::TOX_MARK; in Read_F_Tox() 3184 eCreateFrom |= nsSwTOXElement::TOX_MARK; in Read_F_Tox() 3191 eCreateFrom |= nsSwTOXElement::TOX_TEMPLATE; in Read_F_Tox() 3357 … sal_uInt16 eEffectivelyFrom = eCreateFrom ? eCreateFrom : nsSwTOXElement::TOX_OUTLINELEVEL; in Read_F_Tox() 3358 if (eEffectivelyFrom & nsSwTOXElement::TOX_OUTLINELEVEL) in Read_F_Tox() 3409 eCreateFrom = nsSwTOXElement::TOX_SEQUENCE; in Read_F_Tox()
|
| H A D | ww8atr.cxx | 2171 if( nsSwTOXElement::TOX_MARK & pTOX->GetCreateType() ) in StartTOX() 2182 if( nsSwTOXElement::TOX_OUTLINELEVEL & pTOX->GetCreateType() ) in StartTOX() 2199 if( nsSwTOXElement::TOX_OUTLINELEVEL & pTOX->GetCreateType() ) in StartTOX() 2276 if( nsSwTOXElement::TOX_TEMPLATE & pTOX->GetCreateType() ) in StartTOX()
|
| /AOO42X/main/sw/source/ui/inc/ |
| H A D | toxmgr.hxx | 83 nContent(nsSwTOXElement::TOX_MARK | nsSwTOXElement::TOX_OUTLINELEVEL), in SwTOXDescription()
|
| /AOO42X/main/sw/inc/ |
| H A D | tox.hxx | 426 namespace nsSwTOXElement namespace
|