/aoo42x/main/sw/source/filter/html/ |
H A D | htmlfld.cxx | 308 sal_uInt16 nSub; in NewField() local 347 nSub = DATEFLD; in NewField() 354 nSub = TIMEFLD; in NewField() 360 nSub |= FIXEDFLD; in NewField() 384 if (nSub & FIXEDFLD) in NewField() 407 if( nSub ) in NewField() 410 nSub |= FIXEDFLD; in NewField() 423 sal_uInt16 nSub; in NewField() local 453 sal_uInt16 nSub; in NewField() local 463 nSub |= nExtSub; in NewField() [all …]
|
/aoo42x/main/sw/source/core/fields/ |
H A D | docufld.cxx | 805 nSubType(nSub) in SwDocStatField() 827 nSubType = nSub; in SetSubType() 923 switch(nSub) in Expand() 977 if( nSub == DI_CREATE ) in Expand() 988 else if( nSub == DI_PRINT ) in Expand() 1170 switch (nSub) in GetFieldName() 1211 nSubType = nSub; in SetSubType() 1356 sal_uInt16 nSub) : in SwHiddenTxtField() argument 1385 sal_uInt16 nSub) in SwHiddenTxtField() argument 2040 switch(nSub) in Expand() [all …]
|
H A D | expfld.cxx | 294 sal_uInt16 nSub, sal_uLong nFmt) in SwGetExpField() argument 297 nSubType(nSub), in SwGetExpField() 862 void SwSetExpField::SetSubType(sal_uInt16 nSub) in SetSubType() argument 864 ((SwSetExpFieldType*)GetTyp())->SetType(nSub & 0xff); in SetSubType() 865 nSubType = nSub & 0xff00; in SetSubType() 867 DBG_ASSERT( (nSub & 0xff) != 3, "SubType ist illegal!" ); in SetSubType() 1149 sal_uInt16 nSub, in SwInputField() argument 1155 , nSubType(nSub) in SwInputField() 1381 void SwInputField::SetSubType(sal_uInt16 nSub) in SetSubType() argument 1383 nSubType = nSub; in SetSubType()
|
H A D | usrfld.cxx | 49 SwUserField::SwUserField(SwUserFieldType* pTyp, sal_uInt16 nSub, sal_uInt32 nFmt) in SwUserField() argument 51 nSubType(nSub) in SwUserField() 119 void SwUserField::SetSubType(sal_uInt16 nSub) in SetSubType() argument 121 ((SwUserFieldType*)GetTyp())->SetType(nSub & 0x00ff); in SetSubType() 122 nSubType = nSub & 0xff00; in SetSubType()
|
H A D | flddat.cxx | 59 SwDateTimeField::SwDateTimeField(SwDateTimeFieldType* pInitType, sal_uInt16 nSub, sal_uLong nFmt, s… in SwDateTimeField() argument 61 nSubType(nSub), in SwDateTimeField()
|
/aoo42x/main/sw/source/core/layout/ |
H A D | flycnt.cxx | 621 SwTwips nMain, nSub; member in SwDistance 622 SwDistance() { nMain = nSub = 0; } in SwDistance() 624 { nMain = rTwo.nMain; nSub = rTwo.nSub; return *this; } in operator =() 626 { return nMain < rTwo.nMain || ( nMain == rTwo.nMain && nSub && in operator <() 627 rTwo.nSub && nSub < rTwo.nSub ); } in operator <() 630 !rTwo.nSub || nSub <= rTwo.nSub ) ); } in operator <=() 637 rRet.nSub = 0; in lcl_CalcDownDist() 738 rRet.nSub = rRet.nMain; in lcl_CalcDownDist() 835 rRet.nSub += nPrtHeight; in lcl_CalcDownDist() 932 rRet.nSub += nDiff; in lcl_CalcDownDist() [all …]
|
H A D | newfrm.cxx | 67 long SwDecrement( long nA, long nSub ) in SwDecrement() argument 68 { return nA - nSub; } in SwDecrement()
|
/aoo42x/main/sw/inc/ |
H A D | usrfld.hxx | 92 inline void SwUserFieldType::SetType(sal_uInt16 nSub) in SetType() argument 94 nType = nSub; in SetType() 95 EnableFormat(!(nSub & nsSwGetSetExpType::GSE_STRING)); in SetType() 110 SwUserField(SwUserFieldType*, sal_uInt16 nSub = 0, sal_uInt32 nFmt = 0); 113 virtual void SetSubType(sal_uInt16 nSub);
|
H A D | docufld.hxx | 172 SwPageNumberField(SwPageNumberFieldType*, sal_uInt16 nSub = PG_RANDOM, 324 virtual void SetSubType(sal_uInt16 nSub); 599 SwDocInfoField(SwDocInfoFieldType*, sal_uInt16 nSub, const String& rName, sal_uInt32 nFmt=0); 600 …SwDocInfoField(SwDocInfoFieldType*, sal_uInt16 nSub, const String& rName, const String& rValue, sa… 636 SwExtUserField(SwExtUserFieldType*, sal_uInt16 nSub, sal_uInt32 nFmt=0); 642 virtual void SetSubType(sal_uInt16 nSub);
|
H A D | swrect.hxx | 125 void SubTop( const long nSub ); 127 void SubLeft( const long nSub );
|
/aoo42x/main/sw/source/core/bastyp/ |
H A D | swrect.cxx | 265 void SwRect::SubLeft( const long nSub ){ m_Size.Width() += nSub; m_Point.X() -= nSub; } in SubLeft() argument 267 void SwRect::SubTop( const long nSub ){ m_Size.Height() += nSub; m_Point.Y() -= nSub; } in SubTop() argument
|
/aoo42x/main/sc/source/ui/dbgui/ |
H A D | asciiopt.cxx | 201 xub_StrLen nSub; in ReadFromString() local 216 nSub = aToken.GetTokenCount('/'); in ReadFromString() 217 for ( i=0; i<nSub; i++ ) in ReadFromString() 272 nSub = aToken.GetTokenCount('/'); in ReadFromString() 273 nInfoCount = nSub / 2; in ReadFromString()
|
/aoo42x/main/sw/source/core/inc/ |
H A D | swcache.hxx | 137 inline void DecreaseMax( const sal_uInt16 nSub ); 249 inline void SwCache::DecreaseMax( const sal_uInt16 nSub ) in DecreaseMax() argument 251 if ( nCurMax > nSub ) in DecreaseMax() 252 nCurMax = nCurMax - sal::static_int_cast< sal_uInt16 >(nSub); in DecreaseMax()
|
/aoo42x/main/sw/source/filter/xml/ |
H A D | xmlfmt.cxx | 153 sal_uInt32 nSub = 0; in SwXMLConditionParser_Impl() local 158 bOK = SkipWS() && MatchNumber( nSub ) && SkipWS(); in SwXMLConditionParser_Impl() 175 nSub >=1 && nSub <= MAXLEVEL ) in SwXMLConditionParser_Impl() 178 nSubCondition = nSub-1; in SwXMLConditionParser_Impl() 181 nSub >=1 && nSub <= MAXLEVEL ) in SwXMLConditionParser_Impl() 184 nSubCondition = nSub-1; in SwXMLConditionParser_Impl()
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | ww8par5.cxx | 1545 sal_uInt16 nSub=0; in Read_F_DocInfo() local 1674 nSub = DI_KEYS; in Read_F_DocInfo() 1677 nSub = DI_TITEL; in Read_F_DocInfo() 1680 nSub = DI_THEMA; in Read_F_DocInfo() 1683 nSub = DI_KEYS; in Read_F_DocInfo() 1689 nSub = DI_CHANGE; in Read_F_DocInfo() 1693 nSub = DI_CREATE; in Read_F_DocInfo() 1698 nSub = DI_PRINT; in Read_F_DocInfo() 1703 nSub = DI_DOCNO; in Read_F_DocInfo() 1706 nSub = DI_CHANGE; in Read_F_DocInfo() [all …]
|
/aoo42x/main/svtools/inc/svtools/ |
H A D | ivctrl.hxx | 176 SvxIconChoiceCtrlColumnInfo( sal_uInt16 nSub, long nWd, in SvxIconChoiceCtrlColumnInfo() argument 178 nWidth( nWd ), eAlignment( eAlign ), nSubItem( nSub ) {} in SvxIconChoiceCtrlColumnInfo() 185 void SetSubItem( sal_uInt16 nSub) { nSubItem = nSub; } in SetSubItem() argument
|
/aoo42x/main/svl/source/numbers/ |
H A D | zforfind.cxx | 2072 sal_uInt16 nSub; in ScanStringNumFor() local 2077 nSub = nStringScanNumFor; in ScanStringNumFor() 2081 pStr = pFormat->GetNumForString( nSub, nString, sal_True ); in ScanStringNumFor() 2087 else if ( nSub < 2 ) in ScanStringNumFor() 2088 ++nSub; in ScanStringNumFor() 2110 nSub = 0; //! not 1 in ScanStringNumFor() 2116 else if ( !bDontDetectNegation && (nSub == 1) && in ScanStringNumFor() 2141 nStringScanNumFor = nSub; in ScanStringNumFor()
|
H A D | zformat.cxx | 4233 int nSub = 0; // subformats delimited so far in GetMappedFormatstring() local 4287 for ( ; nSub <= n; ++nSub ) in GetMappedFormatstring() 4288 bDefault[nSub] = sal_False; in GetMappedFormatstring() 4348 for ( ; nSub<4 && bDefault[nSub]; ++nSub ) in GetMappedFormatstring()
|
/aoo42x/main/sfx2/source/appl/ |
H A D | appuno.cxx | 310 sal_uInt16 nSub; in TransformParameters() local 311 for ( nSub=0; nSub<nSubCount; nSub++ ) in TransformParameters() 316 aStr += ByteString( pType->aAttrib[nSub].pName ); in TransformParameters() 320 sal_uInt8 nSubId = (sal_uInt8) (sal_Int8) pType->aAttrib[nSub].nAID; in TransformParameters() 338 if ( nSub >= nSubCount ) in TransformParameters() 447 for ( sal_uInt16 nSub=0; nSub<nSubCount; nSub++ ) in TransformParameters() local 452 aStr += pType->aAttrib[nSub].pName; in TransformParameters() 461 sal_uInt8 nSubId = (sal_uInt8) (sal_Int8) pType->aAttrib[nSub].nAID; in TransformParameters()
|
/aoo42x/main/sw/source/filter/ww1/ |
H A D | w1filter.cxx | 720 sal_uInt16 nSub; in Out() local 726 case 21: nSub = DI_CREATE; nReg = DI_SUB_DATE; break; in Out() 727 case 23: nSub = DI_PRINT; nReg = DI_SUB_DATE; break; in Out() 728 case 22: nSub = DI_CHANGE; nReg = DI_SUB_DATE; break; in Out() 729 case 25: nSub = DI_CHANGE; nReg = DI_SUB_TIME; break; in Out() 741 rOut.GetSysFldType(RES_DOCINFOFLD), nSub | nReg, String()); in Out()
|
/aoo42x/main/sw/source/ui/inc/ |
H A D | fldmgr.hxx | 91 SwInsertFld_Data(sal_uInt16 nType, sal_uInt16 nSub, const String& rPar1, const String& rPar2, in SwInsertFld_Data() 94 nSubType(nSub), in SwInsertFld_Data()
|
/aoo42x/main/sc/source/core/data/ |
H A D | dpsave.cxx | 235 for (long nSub=0; nSub<nSubTotalCount; nSub++) in ScDPSaveDimension() local 236 pSubTotalFuncs[nSub] = r.pSubTotalFuncs[nSub]; in ScDPSaveDimension()
|
H A D | table4.cxx | 710 sal_uLong nSub = nISrcStart - nISrcEnd; in FillAuto() local 711 for (sal_uLong i=0; i<nSub; i++) in FillAuto() 989 sal_uLong nSub = nSrcCount - 1; // nListIndex ist vom letzten Source-Eintrag in GetAutoFillPreview() local 990 while ( nIndex < sal::static_int_cast<long>(nSub) ) in GetAutoFillPreview() 992 sal_uLong nPos = ( nListIndex + nIndex - nSub ) % nListCount; in GetAutoFillPreview()
|
/aoo42x/main/sw/source/core/text/ |
H A D | porlay.cxx | 1791 long nSub = 0; in Compress() local 1835 nSub -= nLast; in Compress() 1839 pKernArray[ nI++ ] -= nSub; in Compress() 1859 pKernArray[ nI++ ] -= nSub; in Compress() 1866 return nSub; in Compress()
|
/aoo42x/main/sc/source/ui/docshell/ |
H A D | docsh8.cxx | 520 sal_uInt16 nSub = 1; in lcl_GetColumnTypes() local 524 ++nSub; in lcl_GetColumnTypes() 525 String aVarPart = String::CreateFromInt32( nSub ); in lcl_GetColumnTypes()
|