Home
last modified time | relevance | path

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

12345678910>>...12

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/html/
H A Dhtmlfld.cxx297 SwExtUserSubType nSub; in NewField() local
331 sal_uInt16 nSub = 0; in NewField() local
337 nSub = DATEFLD; in NewField()
344 nSub = TIMEFLD; in NewField()
350 nSub |= FIXEDFLD; in NewField()
373 if (nSub & FIXEDFLD) in NewField()
381 sal_uInt16 nSub = 0; in NewField() local
397 if( nSub ) in NewField()
412 SwPageNumSubType nSub; in NewField() local
442 sal_uInt16 nSub; in NewField() local
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/html/
H A Dhtmlfld.cxx293 SwExtUserSubType nSub; in NewField() local
327 sal_uInt16 nSub = 0; in NewField() local
333 nSub = DATEFLD; in NewField()
340 nSub = TIMEFLD; in NewField()
346 nSub |= FIXEDFLD; in NewField()
369 if (nSub & FIXEDFLD) in NewField()
377 sal_uInt16 nSub = 0; in NewField() local
393 if( nSub ) in NewField()
408 SwPageNumSubType nSub; in NewField() local
438 sal_uInt16 nSub; in NewField() local
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Dusrfld.hxx90 inline void SwUserFieldType::SetType(sal_uInt16 nSub) in SetType() argument
92 m_nType = nSub; in SetType()
93 EnableFormat(!(nSub & nsSwGetSetExpType::GSE_STRING)); in SetType()
110 SwUserField(SwUserFieldType*, sal_uInt16 nSub, sal_uInt32 nFormat);
113 virtual void SetSubType(sal_uInt16 nSub) override;
H A Ddocufld.hxx156 SwPageNumberField(SwPageNumberFieldType*, sal_uInt16 nSub,
278 virtual void SetSubType(sal_uInt16 nSub) override;
528 … SwDocInfoField(SwDocInfoFieldType*, sal_uInt16 nSub, const OUString& rName, sal_uInt32 nFormat=0);
529 …SwDocInfoField(SwDocInfoFieldType*, sal_uInt16 nSub, const OUString& rName, const OUString& rValue…
558 SwExtUserField(SwExtUserFieldType*, sal_uInt16 nSub, sal_uInt32 nFormat);
564 virtual void SetSubType(sal_uInt16 nSub) override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Dusrfld.hxx89 inline void SwUserFieldType::SetType(sal_uInt16 nSub) in SetType() argument
91 m_nType = nSub; in SetType()
92 EnableFormat(!(nSub & nsSwGetSetExpType::GSE_STRING)); in SetType()
109 SwUserField(SwUserFieldType*, sal_uInt16 nSub, sal_uInt32 nFormat);
112 virtual void SetSubType(sal_uInt16 nSub) override;
H A Ddocufld.hxx152 SwPageNumberField(SwPageNumberFieldType*, sal_uInt16 nSub,
274 virtual void SetSubType(sal_uInt16 nSub) override;
524 … SwDocInfoField(SwDocInfoFieldType*, sal_uInt16 nSub, const OUString& rName, sal_uInt32 nFormat=0);
525 …SwDocInfoField(SwDocInfoFieldType*, sal_uInt16 nSub, const OUString& rName, const OUString& rValue…
554 SwExtUserField(SwExtUserFieldType*, sal_uInt16 nSub, sal_uInt32 nFormat);
560 virtual void SetSubType(sal_uInt16 nSub) override;
/dports/textproc/p5-PDF-API3/PDF-API3-3.001/lib/PDF/API3/Compat/API2/Basic/TTF/
H A DTtopen.pm321 my ($nFeat, $nLook, $nSub, $j, $temp);
439 ($l->{'TYPE'}, $l->{'FLAG'}, $nSub) = unpack("n3", $dat);
440 $fh->read($dat, $nSub * 2);
443 for ($j = 0; $j < $nSub; $j++)
598 $nSub = $self->num_sub($tag);
600 $fh->print(pack("n*", map {$_ * 8 + 6 + $nSub * 2} (1 .. $nSub)));
603 for ($k = 0; $k < $nSub; $k++)
608 $nSub = $self->num_sub($tag);
612 $fh->print(pack("n", 0) x $nSub);
617 for ($j = 0; $j < $nSub; $j++)
[all …]
/dports/x11-fonts/p5-Font-TTF/Font-TTF-1.06/lib/Font/TTF/
H A DTtopen.pm307 my ($nFeat, $oParms, $FType, $nLook, $nSub, $j, $temp, $t);
444 ($l->{'TYPE'}, $l->{'FLAG'}, $nSub) = unpack("n3", $dat);
445 $fh->read($dat, $nSub * 2);
453 for ($j = 0; $j < $nSub; $j++)
650 $nSub = $self->num_sub($tag);
654 …$fh->print(pack("n*", map {6 + $nSub * 2 + $_ * 8 + ($tag->{'FLAG'} & 0x0010 ? 2 : 0) } (0 .. $nSu…
657 for ($k = 0; $k < $nSub; $k++)
665 $nSub = $self->num_sub($tag);
670 $fh->print(pack("n", 0) x $nSub);
676 for ($j = 0; $j < $nSub; $j++)
[all …]
/dports/science/PETSc/petsc-3.14.1/src/dm/dt/tests/
H A Dex5.c42 PetscInt point, nSub, nFull; in main() local
82 ierr = PetscFEGetDimension(traceFE,&nSub);CHKERRQ(ierr); in main()
87 ierr = PetscMalloc1(nSub,&arraySub);CHKERRQ(ierr); in main()
88 ierr = DMPlexVecGetClosure(dm,sectionFull,vecFull,point,&nSub,&arraySub);CHKERRQ(ierr); in main()
94 for (j = 0; j < nSub; j++) { in main()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/fields/
H A Ddocufld.cxx756 m_nSubType(nSub) in SwDocStatField()
777 m_nSubType = nSub; in SetSubType()
863 sal_uInt16 nExtSub = nSub & 0xff00; in Expand()
867 switch(nSub) in Expand()
919 if( nSub == DI_CREATE ) in Expand()
921 else if( nSub == DI_CHANGE ) in Expand()
927 else if( nSub == DI_PRINT ) in Expand()
1106 switch (nSub) in GetFieldName()
1140 m_nSubType = nSub; in SetSubType()
1963 switch(nSub) in Expand()
[all …]
H A Dusrfld.cxx53 SwUserField::SwUserField(SwUserFieldType* pTyp, sal_uInt16 nSub, sal_uInt32 nFormat) in SwUserField() argument
55 m_nSubType(nSub) in SwUserField()
113 void SwUserField::SetSubType(sal_uInt16 nSub) in SetSubType() argument
115 static_cast<SwUserFieldType*>(GetTyp())->SetType(nSub & 0x00ff); in SetSubType()
116 m_nSubType = nSub & 0xff00; in SetSubType()
H A Dexpfld.cxx286 sal_uInt16 nSub, sal_uLong nFormat) in SwGetExpField() argument
291 m_nSubType(nSub), in SwGetExpField()
889 void SwSetExpField::SetSubType(sal_uInt16 nSub) in SetSubType() argument
891 static_cast<SwSetExpFieldType*>(GetTyp())->SetType(nSub & 0xff); in SetSubType()
892 mnSubType = nSub & 0xff00; in SetSubType()
894 OSL_ENSURE( (nSub & 0xff) != 3, "SubType is illegal!" ); in SetSubType()
1224 sal_uInt16 nSub, in SwInputField() argument
1230 , mnSubType(nSub) in SwInputField()
1431 void SwInputField::SetSubType(sal_uInt16 nSub) in SetSubType() argument
1433 mnSubType = nSub; in SetSubType()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/fields/
H A Ddocufld.cxx761 m_nSubType(nSub) in SwDocStatField()
782 m_nSubType = nSub; in SetSubType()
868 sal_uInt16 nExtSub = nSub & 0xff00; in Expand()
872 switch(nSub) in Expand()
924 if( nSub == DI_CREATE ) in Expand()
926 else if( nSub == DI_CHANGE ) in Expand()
932 else if( nSub == DI_PRINT ) in Expand()
1111 switch (nSub) in GetFieldName()
1145 m_nSubType = nSub; in SetSubType()
1970 switch(nSub) in Expand()
[all …]
H A Dusrfld.cxx59 SwUserField::SwUserField(SwUserFieldType* pTyp, sal_uInt16 nSub, sal_uInt32 nFormat) in SwUserField() argument
61 m_nSubType(nSub) in SwUserField()
119 void SwUserField::SetSubType(sal_uInt16 nSub) in SetSubType() argument
121 static_cast<SwUserFieldType*>(GetTyp())->SetType(nSub & 0x00ff); in SetSubType()
122 m_nSubType = nSub & 0xff00; in SetSubType()
H A Dexpfld.cxx285 sal_uInt16 nSub, sal_uLong nFormat) in SwGetExpField() argument
290 m_nSubType(nSub), in SwGetExpField()
894 void SwSetExpField::SetSubType(sal_uInt16 nSub) in SetSubType() argument
896 static_cast<SwSetExpFieldType*>(GetTyp())->SetType(nSub & 0xff); in SetSubType()
897 mnSubType = nSub & 0xff00; in SetSubType()
899 OSL_ENSURE( (nSub & 0xff) != 3, "SubType is illegal!" ); in SetSubType()
1229 sal_uInt16 nSub, in SwInputField() argument
1235 , mnSubType(nSub) in SwInputField()
1436 void SwInputField::SetSubType(sal_uInt16 nSub) in SetSubType() argument
1438 mnSubType = nSub; in SetSubType()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/bastyp/
H A Dswrect.cxx164 void SwRect::SubLeft( const long nSub ){ m_Size.AdjustWidth(nSub ); m_Point.setX(m_Point.getX() - n… in SubLeft() argument
166 void SwRect::SubTop( const long nSub ){ m_Size.AdjustHeight(nSub ); m_Point.setY(m_Point.getY() - n… in SubTop() argument
/dports/cad/opencascade/opencascade-7.6.0/src/TopOpeBRepBuild/
H A DTopOpeBRepBuild_Tools.cxx88 Standard_Integer i, nSub; in FindState() local
95 nSub=aSubshMap.Extent(); in FindState()
96 for (i=1; i<=nSub; i++) { in FindState()
119 Standard_Integer j, nSub, nRest; in PropagateState() local
129 nSub=aSubshapes.Extent(); in PropagateState()
130 for (j=1; j<=nSub; j++) in PropagateState()
244 Standard_Integer i, nSub; in FindState2() local
255 nSub=aSubshMap.Extent(); in FindState2()
256 for (i=1; i<=nSub; i++) { in FindState2()
292 nSub=aSubshMap.Extent(); in FindState1()
[all …]
/dports/science/jdftx/jdftx-1.6.0/jdftx/electronic/
H A DColumnBundleOperators.cpp496 ScalarFieldArray& nLocal = (*nSub)[iThread]; in diagouterI_sub()
517 void diagouterI_collect(size_t iStart, size_t iStop, std::vector<ScalarFieldArray>* nSub) in diagouterI_collect() argument
519 for(size_t s=0; s<(*nSub)[0].size(); s++) in diagouterI_collect()
521 int nThreads = nSub->size(); in diagouterI_collect()
523 for(int j=0; j<nThreads; j++) nSubData[j] = (*nSub)[j][s]->data(); in diagouterI_collect()
544 threadLaunch(nThreads, diagouterI_sub, 0, &F, &X, &nSub); in diagouterI()
547 if(nThreads>1) threadLaunch(diagouterI_collect, X.basis->gInfo->nr, &nSub); in diagouterI()
552 for(ScalarField& nSub0s: nSub[0]) in diagouterI()
557 { nSub[0].resize(2); in diagouterI()
558 if(X.qnum->index()==1) std::swap(nSub[0][0], nSub[0][1]); in diagouterI()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/bastyp/
H A Dswrect.cxx163 void SwRect::SubLeft( const tools::Long nSub ){ m_Size.AdjustWidth(nSub ); m_Point.setX(m_Point.get… in SubLeft() argument
166 void SwRect::SubTop( const tools::Long nSub ){ m_Size.AdjustHeight(nSub ); m_Point.setY(m_Point.get… in SubTop() argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/layout/
H A Dflycnt.cxx545 SwTwips nMain, nSub; member in SwDistance
546 SwDistance() { nMain = nSub = 0; } in SwDistance()
548 { return nMain < rTwo.nMain || ( nMain == rTwo.nMain && nSub && in operator <()
549 rTwo.nSub && nSub < rTwo.nSub ); } in operator <()
551 { return nMain < rTwo.nMain || ( nMain == rTwo.nMain && ( !nSub || in operator <=()
552 !rTwo.nSub || nSub <= rTwo.nSub ) ); } in operator <=()
559 rRet.nSub = 0; in lcl_CalcDownDist()
644 rRet.nSub = rRet.nMain; in lcl_CalcDownDist()
738 rRet.nSub += nPrtHeight; in lcl_CalcDownDist()
831 rRet.nSub += nDiff; in lcl_CalcDownDist()
[all …]
/dports/security/hs-cryptol/cryptol-2.11.0/src/Cryptol/TypeCheck/Solver/
H A DInfNat.hs90 nSub :: Nat' -> Nat' -> Maybe Nat'
91 nSub Inf (Nat _) = Just Inf function
92 nSub (Nat x) (Nat y) function
94 nSub _ _ = Nothing function
/dports/science/cp2k-data/cp2k-7.1.0/src/input/
H A Dinput_parsing.F189 nSub = 1
190 DO WHILE (nSub > 0)
195 nSub = nSub - 1
197 nSub = nSub + 1
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/input/
H A Dinput_parsing.F189 nSub = 1
190 DO WHILE (nSub > 0)
195 nSub = nSub - 1
197 nSub = nSub + 1
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/xml/
H A Dxmlfmt.cxx146 sal_uInt32 nSub = 0; in SwXMLConditionParser_Impl() local
151 bOK = SkipWS() && MatchNumber( nSub ) && SkipWS(); in SwXMLConditionParser_Impl()
169 nSub >=1 && nSub <= MAXLEVEL ) in SwXMLConditionParser_Impl()
172 nSubCondition = nSub-1; in SwXMLConditionParser_Impl()
175 nSub >=1 && nSub <= MAXLEVEL ) in SwXMLConditionParser_Impl()
178 nSubCondition = nSub-1; in SwXMLConditionParser_Impl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/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()

12345678910>>...12