Home
last modified time | relevance | path

Searched refs:nTyp (Results 1 – 25 of 47) sorted by path

12

/trunk/extras/l10n/source/cs/
H A Dlocalize.sdf20283 …ng RID_SANE_DEVICEINFO_TXT 0 cs Zařízení: %s\nDodavatel: %s\nModel: %s\nTyp: %s 20200411 15:…
/trunk/extras/l10n/source/de/
H A Dlocalize.sdf5445 …ing RID_SANE_DEVICEINFO_TXT 0 de Gerät: %s\nHersteller: %s\nModell: %s\nTyp: %s 20200411 15:…
/trunk/extras/l10n/source/pl/
H A Dlocalize.sdf20283 … RID_SANE_DEVICEINFO_TXT 0 pl Urządzenie: %s\nProducent: %s\nModel: %s\nTyp: %s 20200411 15:…
/trunk/extras/l10n/source/sk/
H A Dlocalize.sdf20283 … RID_SANE_DEVICEINFO_TXT 0 sk Zariadenie: %s\nDodávateľ: %s\nModel: %s\nTyp: %s 20200411 15:…
/trunk/extras/l10n/source/sv/
H A Dlocalize.sdf13606 …Wizard.private.Tables.exerciselog.Fields.exercisetype ShortName 0 sv TränTyp 20200411 15:09:53
20283 …ng RID_SANE_DEVICEINFO_TXT 0 sv Enhet: %s\nTillverkare: %s\nModell: %s\nTyp: %s 20200411 15:…
/trunk/main/basic/source/comp/
H A Ddim.cxx1021 sal_uInt16 nTyp = sal::static_int_cast< sal_uInt16 >( pParDef->GetType() ); in DefDeclare() local
1026 nTyp |= 0x8000; in DefDeclare()
1028 aGen.Gen( _ARGTYP, nTyp ); in DefDeclare()
/trunk/main/connectivity/source/parse/
H A Dsqlflex.l72 static sal_Int32 gatherString(sal_Int32 delim, sal_Int32 nTyp);
/trunk/main/l10ntools/inc/
H A Dexport.hxx368 sal_Bool PrepareTextToMerge( ByteString &rText, sal_uInt16 nTyp,
431 …sal_Bool GetText( ByteString &rReturn, sal_uInt16 nTyp, const ByteString &nLangIndex, sal_Bool bDe…
432 …sal_Bool GetTransex3Text( ByteString &rReturn, sal_uInt16 nTyp, const ByteString &nLangIndex, sal_…
512 QueueEntry( int nTypVal , ByteString sLineVal ): nTyp( nTypVal ) , sLine( sLineVal ){}; in QueueEntry()
513 int nTyp; member in QueueEntry
/trunk/main/l10ntools/source/
H A Dcfgmerge.cxx265 int WorkOnTokenSet( int nTyp, char *pTokenText ) in WorkOnTokenSet() argument
268 pParser->Execute( nTyp, pTokenText ); in WorkOnTokenSet()
H A Dexport.cxx286 int Parse( int nTyp, const char *pTokenText ){ in Parse() argument
287 pExport->Execute( nTyp , pTokenText ); in Parse()
294 int WorkOnTokenSet( int nTyp, char *pTokenText ) in WorkOnTokenSet() argument
1889 sal_Bool Export::PrepareTextToMerge( ByteString &rText, sal_uInt16 nTyp, in PrepareTextToMerge() argument
1902 switch ( nTyp ) { in PrepareTextToMerge()
1913 switch ( nTyp ) { in PrepareTextToMerge()
1948 if( nTyp == LIST_PAIRED ){ in PrepareTextToMerge()
1987 nTyp = STRING_TYP_TEXT; in PrepareTextToMerge()
2073 pEntrys->GetTransex3Text( sContent, nTyp, nLangIndex ); in PrepareTextToMerge()
2538 else if ( aEntry.nTyp != IGNOREDTOKENS ){ in Push()
[all …]
H A Dmerge.cxx61 sal_uInt16 nTyp, const ByteString &nLangIndex, sal_Bool bDel ) in GetTransex3Text() argument
63 sal_Bool rc = GetText( rReturn , nTyp , nLangIndex , bDel ); in GetTransex3Text()
78 sal_uInt16 nTyp, const ByteString &nLangIndex, sal_Bool bDel ) in GetText() argument
82 switch ( nTyp ) { in GetText()
H A Dsrclex.l57 extern int Parse( int nTyp, char *pTokenText );
H A Dxrmmerge.cxx253 int WorkOnTokenSet( int nTyp, char *pTokenText ) in WorkOnTokenSet() argument
257 pParser->Execute( nTyp, pTokenText ); in WorkOnTokenSet()
/trunk/main/rsc/inc/
H A Drscclobj.hxx87 RefNode( Atom nTyp );
H A Drscdb.hxx63 sal_uInt32 nTyp; member
H A Drsckey.hxx33 sal_uInt32 nTyp; member
45 Atom Put( Atom nName, sal_uInt32 nTyp, long nValue );
46 Atom Put( Atom nName, sal_uInt32 nTyp );
47 Atom Put( const char * pName, sal_uInt32 nTyp, long nValue );
48 Atom Put( const char * pName, sal_uInt32 nTyp );
49 Atom Put( Atom nName, sal_uInt32 nTyp, RscTop * pClass );
50 Atom Put( const char * pName, sal_uInt32 nTyp, RscTop * pClass );
/trunk/main/rsc/source/parser/
H A Drscdb.cxx405 && pSysEntry->nTyp == nConst in PutSysName()
416 pSysEntry->nTyp = nConst; in PutSysName()
H A Drsckey.cxx124 Atom RscNameTable::Put( Atom nName, sal_uInt32 nTyp, long nValue ){ argument
134 pTable[ nEntries ].nTyp = nTyp;
142 Atom RscNameTable::Put( const char * pName, sal_uInt32 nTyp, long nValue ) argument
144 return( Put( pHS->getID( pName ), nTyp, nValue ) );
147 Atom RscNameTable::Put( Atom nName, sal_uInt32 nTyp ) argument
149 return( Put( nName, nTyp, (long)nName ) );
152 Atom RscNameTable::Put( const char * pName, sal_uInt32 nTyp ) argument
157 return( Put( nId, nTyp, (long)nId ) );
160 Atom RscNameTable::Put( Atom nName, sal_uInt32 nTyp, RscTop * pClass ) argument
162 return( Put( nName, nTyp, (long)pClass ) );
[all …]
H A Drsclex.cxx226 switch( aKey.nTyp ) in MakeToken()
247 return( aKey.nTyp ); in MakeToken()
H A Drsclex.hxx54 REF_ENUM nTyp; member
H A Drscyacc.cxx139 if( TYPE_COPY == pHeader->nTyp ) in DoClassHeader()
221 if( TYPE_REF == pHeader->nTyp ) in DoClassHeader()
H A Dyyrscyacc.y295 if( TYPE_REF == $1.nTyp )
305 if( TYPE_NOTHING == $1.nTyp && aRscId.IsId() )
307 else if( TYPE_COPY == $1.nTyp )
340 $$.nTyp = $3;
348 $$.nTyp = $3;
356 $$.nTyp = TYPE_NOTHING;
364 $$.nTyp = $2;
372 $$.nTyp = $2;
380 $$.nTyp = TYPE_NOTHING;
433 if( TYPE_REF == $1.nTyp )
[all …]
/trunk/main/rsc/source/res/
H A Drscclobj.cxx49 RefNode::RefNode( Atom nTyp ){ in RefNode() argument
51 nTypNameId = nTyp; in RefNode()
/trunk/main/sc/source/core/data/
H A Dcolumn3.cxx625 short nTyp = pDocument->GetFormatTable()->GetType(nNumIndex); in CreateRefCell() local
626 … if ((nTyp == NUMBERFORMAT_DATE) || (nTyp == NUMBERFORMAT_TIME) || (nTyp == NUMBERFORMAT_DATETIME)) in CreateRefCell()
819 short nTyp = rDoc.GetFormatTable()->GetType( nNumIndex ); in lclCanCloneValue() local
820 …bool bIsDateTime = (nTyp == NUMBERFORMAT_DATE) || (nTyp == NUMBERFORMAT_TIME) || (nTyp == NUMBERFO… in lclCanCloneValue()
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx3526 short nTyp = pDoc->GetFormatTable()->GetType(nIndex); in queryContentCells() local
3527 if ((nTyp == NUMBERFORMAT_DATE) || (nTyp == NUMBERFORMAT_TIME) || in queryContentCells()
3528 (nTyp == NUMBERFORMAT_DATETIME)) in queryContentCells()

Completed in 4483 milliseconds

12