Home
last modified time | relevance | path

Searched refs:nSub (Results 1 – 25 of 35) sorted by relevance

12

/trunk/main/sw/source/filter/html/
H A Dhtmlfld.cxx308 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 …]
/trunk/main/sw/source/core/fields/
H A Ddocufld.cxx805 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 Dexpfld.cxx296 sal_uInt16 nSub, sal_uLong nFmt) in SwGetExpField() argument
299 nSubType(nSub), in SwGetExpField()
864 void SwSetExpField::SetSubType(sal_uInt16 nSub) in SetSubType() argument
866 ((SwSetExpFieldType*)GetTyp())->SetType(nSub & 0xff); in SetSubType()
867 nSubType = nSub & 0xff00; in SetSubType()
869 DBG_ASSERT( (nSub & 0xff) != 3, "SubType ist illegal!" ); in SetSubType()
1151 sal_uInt16 nSub, in SwInputField() argument
1157 , nSubType(nSub) in SwInputField()
1383 void SwInputField::SetSubType(sal_uInt16 nSub) in SetSubType() argument
1385 nSubType = nSub; in SetSubType()
H A Dusrfld.cxx49 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 Dflddat.cxx59 SwDateTimeField::SwDateTimeField(SwDateTimeFieldType* pInitType, sal_uInt16 nSub, sal_uLong nFmt, s… in SwDateTimeField() argument
61 nSubType(nSub), in SwDateTimeField()
/trunk/main/sw/source/core/layout/
H A Dflycnt.cxx621 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 Dnewfrm.cxx67 long SwDecrement( long nA, long nSub ) in SwDecrement() argument
68 { return nA - nSub; } in SwDecrement()
/trunk/main/sw/inc/
H A Dusrfld.hxx92 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 Ddocufld.hxx172 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 Dswrect.hxx125 void SubTop( const long nSub );
127 void SubLeft( const long nSub );
/trunk/main/sw/source/core/bastyp/
H A Dswrect.cxx265 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
/trunk/main/sc/source/ui/dbgui/
H A Dasciiopt.cxx201 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()
/trunk/main/sw/source/core/inc/
H A Dswcache.hxx137 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()
/trunk/main/sw/source/filter/xml/
H A Dxmlfmt.cxx153 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()
/trunk/main/sw/source/filter/ww8/
H A Dww8par5.cxx1545 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 …]
/trunk/main/svtools/inc/svtools/
H A Divctrl.hxx176 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
/trunk/main/svl/source/numbers/
H A Dzforfind.cxx2067 sal_uInt16 nSub; in ScanStringNumFor() local
2072 nSub = nStringScanNumFor; in ScanStringNumFor()
2076 pStr = pFormat->GetNumForString( nSub, nString, sal_True ); in ScanStringNumFor()
2082 else if ( nSub < 2 ) in ScanStringNumFor()
2083 ++nSub; in ScanStringNumFor()
2105 nSub = 0; //! not 1 in ScanStringNumFor()
2111 else if ( !bDontDetectNegation && (nSub == 1) && in ScanStringNumFor()
2136 nStringScanNumFor = nSub; in ScanStringNumFor()
H A Dzformat.cxx4233 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()
/trunk/main/sfx2/source/appl/
H A Dappuno.cxx310 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()
/trunk/main/sw/source/filter/ww1/
H A Dw1filter.cxx720 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()
/trunk/main/sw/source/ui/inc/
H A Dfldmgr.hxx91 SwInsertFld_Data(sal_uInt16 nType, sal_uInt16 nSub, const String& rPar1, const String& rPar2, in SwInsertFld_Data()
94 nSubType(nSub), in SwInsertFld_Data()
/trunk/main/sc/source/core/data/
H A Ddpsave.cxx235 for (long nSub=0; nSub<nSubTotalCount; nSub++) in ScDPSaveDimension() local
236 pSubTotalFuncs[nSub] = r.pSubTotalFuncs[nSub]; in ScDPSaveDimension()
H A Dtable4.cxx710 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()
/trunk/main/sw/source/core/text/
H A Dporlay.cxx1791 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()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh8.cxx520 sal_uInt16 nSub = 1; in lcl_GetColumnTypes() local
524 ++nSub; in lcl_GetColumnTypes()
525 String aVarPart = String::CreateFromInt32( nSub ); in lcl_GetColumnTypes()

Completed in 256 milliseconds

12