/aoo41x/main/slideshow/source/engine/transitions/ |
H A D | parametricpolypolygonfactory.cxx | 63 sal_Int16 nType, sal_Int16 nSubType ) in createClipPolyPolygon() argument 99 new EllipseWipe(nSubType) ); in createClipPolyPolygon() 116 nSubType == VERTICALRIGHT || in createClipPolyPolygon() 128 switch (nSubType) { in createClipPolyPolygon() 154 nSubType == TOPLEFTDIAGONAL || in createClipPolyPolygon() 205 nSubType == CLOCKWISETOP || in createClipPolyPolygon() 206 nSubType == CLOCKWISERIGHT || in createClipPolyPolygon() 208 nSubType == CLOCKWISELEFT, in createClipPolyPolygon() 240 nSubType == FANINVERTICAL || in createClipPolyPolygon() 256 switch (nSubType) { in createClipPolyPolygon() [all …]
|
H A D | shapetransitionfactory.cxx | 234 sal_Int16 nSubType ) in createShapeTransition() argument 241 getTransitionInfo( nType, nSubType ) ); in createShapeTransition() 261 nType, nSubType ) ); in createShapeTransition() 312 switch( nSubType ) in createShapeTransition()
|
/aoo41x/main/sw/source/ui/fldui/ |
H A D | flddinf.cxx | 129 sal_uInt16 nSubType = USHRT_MAX; in Reset() local 134 if( nSubType == DI_CUSTOM ) in Reset() 160 if (!IsFldEdit() || nSubType == i) in Reset() 217 FillSelectionLB(nSubType); in Reset() 273 if (nSubType != DI_EDIT) in IMPL_LINK() 366 if (nOldSubType == nSubType) in IMPL_LINK() 410 EnableInsert(nSubType != USHRT_MAX); in FillSelectionLB() 413 nSubType = DI_SUBTYPE_BEGIN; in FillSelectionLB() 427 if (nSubType < DI_CREATE || nSubType == DI_DOCNO || nSubType == DI_EDIT|| nSubType == DI_CUSTOM ) in FillSelectionLB() 476 if (DI_CUSTOM == nSubType) in FillItemSet() [all …]
|
H A D | fldvar.cxx | 1181 if(nSubType == LISTBOX_ENTRY_NOTFOUND) in FillItemSet() 1182 nSubType = 0; in FillItemSet() 1184 nSubType = (sal_uInt16)(sal_uLong)aSelectionLB.GetEntryData(nSubType); in FillItemSet() 1223 nSubType |= nsSwExtendedSubType::SUB_CMD; in FillItemSet() 1238 nSubType &= 0xff00; in FillItemSet() 1246 … nSubType = static_cast< sal_uInt16 >((nSubType & 0xff00) | ((pType) ? INP_USR : INP_VAR)); in FillItemSet() 1254 nSubType = 0x0100; in FillItemSet() 1255 nSubType = (nSubType & 0xff00) | nsSwGetSetExpType::GSE_STRING; in FillItemSet() 1268 if (nSubType == 0) in FillItemSet() 1269 nSubType = 0x7f; in FillItemSet() [all …]
|
H A D | fldmgr.cxx | 865 sal_uInt16 nSubType = rData.nSubType; in InsertFld() local 975 nSubType = PG_NEXT; in InsertFld() 983 nSubType = PG_PREV; in InsertFld() 986 nSubType = PG_RANDOM; in InsertFld() 993 ( PG_PREV == nSubType || PG_NEXT == nSubType ) ) in InsertFld() 1134 pFld->SetSubType(nSubType); in InsertFld() 1243 if (pFld->GetSubType() != nSubType) in InsertFld() 1244 pFld->SetSubType(nSubType); in InsertFld() 1251 if ((nSubType & 0x00ff) == INP_VAR) in InsertFld() 1299 pExpFld->SetSubType(nSubType); in InsertFld() [all …]
|
H A D | fldpage.cxx | 152 sal_Bool SwFldPage::InsertFld(sal_uInt16 nTypeId, sal_uInt16 nSubType, const String& rPar1, in InsertFld() argument 162 …SwInsertFld_Data aData(nTypeId, nSubType, rPar1, rPar2, nFormatId, 0, cSeparator, bIsAutomaticLang… in InsertFld() 195 aReq.AppendItem(SfxUInt16Item(FN_PARAM_FIELD_SUBTYPE, nSubType)); in InsertFld() 215 nSubType = static_cast< sal_uInt16 >(((nTypeId == TYP_DATEFLD) ? DATEFLD : TIMEFLD) | in InsertFld() 216 ((nSubType == DATE_VAR) ? 0 : FIXEDFLD)); in InsertFld() 267 pTyp->SetOutlineLvl( static_cast< sal_uInt8 >(nSubType & 0xff)); in InsertFld() 270 nSubType = nsSwGetSetExpType::GSE_SEQ; in InsertFld() 288 if( nSubType == nsSwDocInfoSubType::DI_CUSTOM ) in InsertFld() 299 pTmpFld->SetSubType(nSubType); in InsertFld()
|
H A D | fldref.cxx | 845 sal_uInt16 nSubType = 0; in FillItemSet() local 862 nSubType = REF_SETREFATTR; in FillItemSet() 892 nSubType = REF_BOOKMARK; in FillItemSet() 902 nSubType = REF_FOOTNOTE; in FillItemSet() 923 nSubType = REF_ENDNOTE; in FillItemSet() 953 nSubType = REF_BOOKMARK; in FillItemSet() 973 nSubType = REF_BOOKMARK; in FillItemSet() 991 nSubType = REF_SEQUENCEFLD; in FillItemSet() 1010 aVal.Insert(String::CreateFromInt32(nSubType), 0); in FillItemSet() 1020 InsertFld( nTypeId, nSubType, aName, aVal, nFormat ); in FillItemSet()
|
/aoo41x/main/sw/source/core/fields/ |
H A D | expfld.cxx | 74 switch(nSubType) in SV_IMPL_PTRARR() 299 nSubType(nSub), in SwGetExpField() 409 return nSubType; in GetSubType() 414 nSubType = nType; in SetSubType() 436 rAny <<= (sal_Int16)nSubType; in QueryValue() 788 nSubType(0) in SwSetExpField() 867 nSubType = nSub & 0xff00; in SetSubType() 1157 , nSubType(nSub) in SwInputField() 1237 if ((nSubType & 0x00ff) == INP_USR) in GetFieldName() 1380 return nSubType; in GetSubType() [all …]
|
H A D | docufld.cxx | 243 return nSubType; in GetSubType() 305 nSubType = PG_PREV; in PutValue() 764 switch( nSubType ) in Expand() 805 nSubType(nSub) in SwDocStatField() 822 return nSubType; in GetSubType() 827 nSubType = nSub; in SetSubType() 1204 return nSubType; in GetSubType() 1211 nSubType = nSub; in SetSubType() 1312 nSubType &= 0xf0ff; in PutValue() 1509 pFld->nSubType = nSubType; in Copy() [all …]
|
H A D | usrfld.cxx | 51 nSubType(nSub) in SwUserField() 58 if(!(nSubType & nsSwExtendedSubType::SUB_INVISIBLE)) in Expand() 59 sStr = ((SwUserFieldType*)GetTyp())->Expand(GetFormat(), nSubType, GetLanguage()); in Expand() 116 return ((SwUserFieldType*)GetTyp())->GetType() | nSubType; in GetSubType() 122 nSubType = nSub & 0xff00; in SetSubType() 134 sal_Bool bTmp = 0 != (nSubType & nsSwExtendedSubType::SUB_CMD); in QueryValue() 140 sal_Bool bTmp = 0 == (nSubType & nsSwExtendedSubType::SUB_INVISIBLE); in QueryValue() 161 nSubType &= (~nsSwExtendedSubType::SUB_INVISIBLE); in PutValue() 163 nSubType |= nsSwExtendedSubType::SUB_INVISIBLE; in PutValue() 167 nSubType |= nsSwExtendedSubType::SUB_CMD; in PutValue() [all …]
|
H A D | tblcalc.cxx | 71 sExpand( '0' ), nSubType(nType) in SwTblField() 79 SwTableFormula::GetFormula(), nSubType, GetFormat() ); in Copy() 128 if (nSubType & nsSwExtendedSubType::SUB_CMD) in Expand() 135 if(nSubType & nsSwGetSetExpType::GSE_STRING) in Expand() 148 return nSubType; in GetSubType() 153 nSubType = nType; in SetSubType() 187 sal_uInt16 nOldSubType = nSubType; in QueryValue() 189 pThis->nSubType |= nsSwExtendedSubType::SUB_CMD; in QueryValue() 191 pThis->nSubType = nOldSubType; in QueryValue() 196 sal_Bool bFormula = 0 != (nsSwExtendedSubType::SUB_CMD & nSubType); in QueryValue() [all …]
|
H A D | flddat.cxx | 61 nSubType(nSub), in SwDateTimeField() 67 if (nSubType & DATEFLD) in SwDateTimeField() 108 new SwDateTimeField((SwDateTimeFieldType*)GetTyp(), nSubType, in Copy() 124 return nSubType; in GetSubType() 133 nSubType = nType; in SetSubType() 280 nSubType |= FIXEDFLD; in PutValue() 282 nSubType &= ~FIXEDFLD; in PutValue() 285 nSubType &= ~(DATEFLD|TIMEFLD); in PutValue() 286 nSubType |= *(sal_Bool*)rVal.getValue() ? DATEFLD : TIMEFLD; in PutValue()
|
H A D | reffld.cxx | 213 nSubType( nSubTyp ), in SwGetRefField() 229 return nSubType; in GetSubType() 234 nSubType = n; in SetSubType() 301 switch( nSubType ) in UpdateField() 540 sSetRefName, nSubType, in Copy() 597 switch(nSubType) in QueryValue() 612 if(REF_SEQUENCEFLD == nSubType) in QueryValue() 678 if(REF_SEQUENCEFLD == nSubType) in PutValue() 680 nSubType = REF_SEQUENCEFLD; in PutValue() 717 if(GetTyp() && REF_SEQUENCEFLD == nSubType) in ConvertProgrammaticToUIName() [all …]
|
H A D | dbfld.cxx | 192 nSubType(0), in SwDBField() 263 pTmp->nSubType = nSubType; in Copy() 337 if( !( nSubType & nsSwExtendedSubType::SUB_OWN_FMT ) ) in Evaluate() 393 return nSubType; in GetSubType() 402 nSubType = nType; in SetSubType() 504 nSubType(0) in SwDBNameInfField() 600 return nSubType; in GetSubType() 605 nSubType = nType; in SetSubType()
|
/aoo41x/main/sw/source/core/unocore/ |
H A D | unofield.cxx | 213 switch( (nSubType & 0xff)) in lcl_GetServiceForField() 1046 sal_Int32 nSubType; member 1061 nSubType(0), in SwFieldProperties_Impl() 1421 nSubType &= 0xf0ff; in attachToRange() 1422 nSubType |= DI_SUB_DATE; in attachToRange() 1426 nSubType &= 0xf0ff; in attachToRange() 1427 nSubType |= DI_SUB_TIME; in attachToRange() 1431 nSubType |= DI_SUB_FIXED; in attachToRange() 1598 pFld->SetSubType(nSubType); in attachToRange() 1609 sal_uInt16 nSubType; in attachToRange() local [all …]
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | impop.cxx | 439 sal_uInt16 nSubType; in Bof2() local 442 maStrm >> nSubType; in Bof2() 444 if( nSubType == 0x0020 ) // Chart in Bof2() 446 else if( nSubType == 0x0040 ) // Macro in Bof2() 979 sal_uInt16 nSubType; in Bof3() local 982 maStrm >> nSubType; in Bof3() 1119 sal_uInt16 nSubType; in Bof4() local 1122 maStrm >> nSubType; in Bof4() 1138 sal_uInt16 nSubType, nVers; in Bof5() local 1142 maStrm >> nVers >> nSubType; in Bof5() [all …]
|
/aoo41x/main/sw/source/core/sw3io/ |
H A D | sw3convert.cxx | 342 sal_uInt16 nSubType = ((SwDateTimeField*) pFld)->GetSubType(); in sw3io_ConvertToOldField() local 343 switch( nSubType ) in sw3io_ConvertToOldField() 351 if( nSubType & DATEFLD ) in sw3io_ConvertToOldField() 371 sal_uInt16 nSubType = pFld->GetSubType(); in sw3io_ConvertToOldField() local 373 if (nSubType & nsSwExtendedSubType::SUB_INVISIBLE) in sw3io_ConvertToOldField() 375 else if (nSubType & nsSwExtendedSubType::SUB_CMD) in sw3io_ConvertToOldField() 377 else if( !(nsSwGetSetExpType::GSE_SEQ & nSubType) ) in sw3io_ConvertToOldField()
|
/aoo41x/main/sw/source/filter/html/ |
H A D | htmlfldw.cxx | 170 sal_uInt16 nSubType = pFld->GetSubType(); in OutHTML_SwField() local 172 sal_uInt16 nExtSubType = nSubType & 0x0f00; in OutHTML_SwField() 173 nSubType &= 0x00ff; in OutHTML_SwField() 175 switch( nSubType ) in OutHTML_SwField() 187 if( DI_CUSTOM == nSubType ) { in OutHTML_SwField() 191 if( DI_CREATE == nSubType || DI_CHANGE == nSubType ) in OutHTML_SwField() 232 sal_uInt16 nSubType = pFld->GetSubType(); in OutHTML_SwField() local 233 switch( nSubType ) in OutHTML_SwField()
|
/aoo41x/main/sw/inc/ |
H A D | docufld.hxx | 168 sal_uInt16 nSubType; member in SwPageNumberField 300 String Expand(sal_uInt16 nSubType, sal_uInt32 nFmt) const; 312 sal_uInt16 nSubType; member in SwDocStatField 316 sal_uInt16 nSubType = 0, sal_uInt32 nFmt = 0); 356 sal_uInt16 nSubType; member in SwHiddenTxtField 371 sal_uInt16 nSubType = TYP_HIDDENTXTFLD); 377 sal_uInt16 nSubType = TYP_HIDDENTXTFLD); 585 …String Expand(sal_uInt16 nSubType, sal_uInt32 nFormat, sal_uInt16 nLang, const String& rName) … 591 sal_uInt16 nSubType; member in SwDocInfoField 626 String Expand(sal_uInt16 nSubType, sal_uInt32 nFormat) const;
|
H A D | expfld.hxx | 93 sal_uInt16 nSubType; member in SwGetExpField 102 sal_uInt16 nSubType = nsSwGetSetExpType::GSE_EXPR, sal_uLong nFmt = 0); 232 sal_uInt16 nSubType; member in SwSetExpField 319 sal_uInt16 nSubType; member in SwInputField 339 sal_uInt16 nSubType = 0, 427 sal_uInt16 nSubType; member in SwTblField 439 sal_uInt16 nSubType = 0, sal_uLong nFmt = 0);
|
H A D | flddat.hxx | 111 sal_uInt16 nSubType; member in SwDateTimeField 118 SwDateTimeField(SwDateTimeFieldType* pType, sal_uInt16 nSubType = DATEFLD, 130 { return (nSubType & DATEFLD) != 0; } in IsDate()
|
/aoo41x/main/oox/source/ppt/ |
H A D | pptshapecontext.cxx | 110 sal_Int32 nSubType( xAttribs->getOptionalValueToken( XML_type, XML_obj ) ); in createFastChildContext() local 111 mpShapePtr->setSubType( nSubType ); in createFastChildContext() 113 if ( nSubType ) in createFastChildContext() 124 switch( nSubType ) in createFastChildContext() 154 nFirstPlaceholder = nSubType; in createFastChildContext()
|
H A D | animationspersist.cxx | 86 Any AnimTargetElement::convert(const SlidePersistPtr & pSlide, sal_Int16 & nSubType) const in convert() 115 maShapeTarget.convert(rTarget, nSubType); in convert() 170 sal_Int16 nSubType; in convert() local 171 aAny = mpTarget->convert( pSlide, nSubType ); in convert()
|
/aoo41x/main/oox/source/xls/ |
H A D | condformatbuffer.cxx | 199 sal_Int32 nType, nSubType, nOperator, nFmla1Size, nFmla2Size, nFmla3Size; in importCfRule() local 201 rStrm >> nType >> nSubType >> maModel.mnDxfId >> maModel.mnPriority >> nOperator; in importCfRule() 247 …OSL_ENSURE( nSubType == BIFF12_CFRULE_SUB_CELLIS, "CondFormatRule::importCfRule - rule type/subtyp… in importCfRule() 254 switch( nSubType ) in importCfRule() 369 …OSL_ENSURE( nSubType == BIFF12_CFRULE_SUB_COLORSCALE, "CondFormatRule::importCfRule - rule type/su… in importCfRule() 374 …OSL_ENSURE( nSubType == BIFF12_CFRULE_SUB_DATABAR, "CondFormatRule::importCfRule - rule type/subty… in importCfRule() 379 …OSL_ENSURE( nSubType == BIFF12_CFRULE_SUB_TOPTEN, "CondFormatRule::importCfRule - rule type/subtyp… in importCfRule() 384 …OSL_ENSURE( nSubType == BIFF12_CFRULE_SUB_ICONSET, "CondFormatRule::importCfRule - rule type/subty… in importCfRule()
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | ww8atr.cxx | 1884 if ( nSubType == REF_SETREFATTR || in OutputField() 1885 nSubType == REF_BOOKMARK ) in OutputField() 1889 else if ( nSubType == REF_FOOTNOTE || in OutputField() 1890 nSubType == REF_ENDNOTE ) in OutputField() 1894 else if ( nSubType == REF_SEQUENCEFLD ) in OutputField() 1969 if (nSubType == REF_SEQUENCEFLD) in OutputField() 2699 if( DI_SUB_FIXED & nSubType ) in TextField() 2704 switch (0xff & nSubType) in TextField() 2793 switch (nSubType) in TextField() 2819 switch (0xFF & nSubType) in TextField() [all …]
|