Searched refs:nOLEOptions (Results 1 – 5 of 5) sorted by relevance
/trunk/main/sw/source/ui/index/ |
H A D | cntex.cxx | 322 sal_uInt16 nOLEOptions = rDesc.GetOLEOptions(); in CreateOrUpdateExample() local 323 …Props, UNO_NAME_CREATE_FROM_STAR_MATH, 0 != (nsSwTOOElements::TOO_MATH &nOLEOptions )); in CreateOrUpdateExample() 324 …Props, UNO_NAME_CREATE_FROM_STAR_CHART, 0 != (nsSwTOOElements::TOO_CHART &nOLEOptions )); in CreateOrUpdateExample() 325 …Props, UNO_NAME_CREATE_FROM_STAR_CALC, 0 != (nsSwTOOElements::TOO_CALC &nOLEOptions )); in CreateOrUpdateExample() 326 …xIdxProps, UNO_NAME_CREATE_FROM_STAR_DRAW, 0 != (nsSwTOOElements::TOO_DRAW_IMPRESS&nOLEOptions)); in CreateOrUpdateExample() 327 …UNO_NAME_CREATE_FROM_OTHER_EMBEDDED_OBJECTS, 0 != (nsSwTOOElements::TOO_OTHER|nOLEOptions )); in CreateOrUpdateExample()
|
/trunk/main/sw/source/ui/inc/ |
H A D | toxmgr.hxx | 51 sal_uInt16 nOLEOptions; member in SwTOXDescription 85 nOLEOptions(0), in SwTOXDescription() 150 sal_uInt16 GetOLEOptions() const {return nOLEOptions;} in GetOLEOptions() 151 void SetOLEOptions(sal_uInt16 nOpt) {nOLEOptions = nOpt;} in SetOLEOptions()
|
/trunk/main/sw/source/core/unocore/ |
H A D | unoidx.cxx | 669 sal_uInt16 nOLEOptions = rTOXBase.GetOLEOptions(); in setPropertyValue() local 857 lcl_AnyToBitMask(rValue, nOLEOptions, nsSwTOOElements::TOO_MATH); in setPropertyValue() 860 lcl_AnyToBitMask(rValue, nOLEOptions, nsSwTOOElements::TOO_CHART); in setPropertyValue() 863 lcl_AnyToBitMask(rValue, nOLEOptions, nsSwTOOElements::TOO_CALC); in setPropertyValue() 866 lcl_AnyToBitMask(rValue, nOLEOptions, in setPropertyValue() 870 lcl_AnyToBitMask(rValue, nOLEOptions, nsSwTOOElements::TOO_OTHER); in setPropertyValue() 944 rTOXBase.SetOLEOptions(nOLEOptions); in setPropertyValue() 989 const sal_uInt16 nOLEOptions = pTOXBase->GetOLEOptions(); in getPropertyValue() local 1197 lcl_BitMaskToAny(aRet, nOLEOptions, nsSwTOOElements::TOO_MATH); in getPropertyValue() 1203 lcl_BitMaskToAny(aRet, nOLEOptions, nsSwTOOElements::TOO_CALC); in getPropertyValue() [all …]
|
/trunk/main/sw/source/core/tox/ |
H A D | tox.cxx | 494 , nOLEOptions(0) in SwTOXBase() 554 nOLEOptions = rSource.nOLEOptions; in CopyTOXBase() 602 nOLEOptions = rSource.nOLEOptions; in operator =()
|
/trunk/main/sw/inc/ |
H A D | tox.hxx | 495 sal_uInt16 nOLEOptions; // OLE sources member in SwTOXBase 556 sal_uInt16 GetOLEOptions() const {return nOLEOptions;} in GetOLEOptions() 557 void SetOLEOptions(sal_uInt16 nOpt) {nOLEOptions = nOpt;} in SetOLEOptions()
|
Completed in 45 milliseconds