/aoo4110/main/rsc/source/parser/ |
H A D | rsckey.cxx | 124 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 D | rscyacc.y | 295 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 …]
|
H A D | rscyacc.cxx | 139 if( TYPE_COPY == pHeader->nTyp ) in DoClassHeader() 221 if( TYPE_REF == pHeader->nTyp ) in DoClassHeader()
|
H A D | rsclex.cxx | 226 switch( aKey.nTyp ) in MakeToken() 247 return( aKey.nTyp ); in MakeToken()
|
/aoo4110/main/rsc/inc/ |
H A D | rsckey.hxx | 33 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 );
|
/aoo4110/main/xmloff/source/text/ |
H A D | txtparaimphint.hxx | 60 XMLHint_Impl( sal_uInt8 nTyp, in XMLHint_Impl() argument 65 nType( nTyp ) in XMLHint_Impl() 69 XMLHint_Impl( sal_uInt8 nTyp, in XMLHint_Impl() argument 72 nType( nTyp ) in XMLHint_Impl()
|
/aoo4110/main/l10ntools/inc/ |
H A D | export.hxx | 368 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
|
/aoo4110/main/sw/source/core/doc/ |
H A D | swserv.cxx | 321 SwDataChanged::SwDataChanged( const SwPaM& rPam, sal_uInt16 nTyp ) in SwDataChanged() argument 322 : pPam( &rPam ), pPos( 0 ), pDoc( rPam.GetDoc() ), nType( nTyp ) in SwDataChanged() 329 SwDataChanged::SwDataChanged( SwDoc* pDc, const SwPosition& rPos, sal_uInt16 nTyp ) in SwDataChanged() argument 330 : pPam( 0 ), pPos( &rPos ), pDoc( pDc ), nType( nTyp ) in SwDataChanged()
|
H A D | doclay.cxx | 2121 sal_uInt16 nTyp = STR_FRAME_DEFNAME; in SetFlyName() local 2126 case ND_GRFNODE: nTyp = STR_GRAPHIC_DEFNAME; break; in SetFlyName() 2127 case ND_OLENODE: nTyp = STR_OBJECT_DEFNAME; break; in SetFlyName() 2129 sName = lcl_GetUniqueFlyName( this, nTyp ); in SetFlyName()
|
/aoo4110/main/l10ntools/source/ |
H A D | export.cxx | 286 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 1899 sal_Bool Export::PrepareTextToMerge( ByteString &rText, sal_uInt16 nTyp, in PrepareTextToMerge() argument 1912 switch ( nTyp ) { in PrepareTextToMerge() 1923 switch ( nTyp ) { in PrepareTextToMerge() 1958 if( nTyp == LIST_PAIRED ){ in PrepareTextToMerge() 1997 nTyp = STRING_TYP_TEXT; in PrepareTextToMerge() 2083 pEntrys->GetTransex3Text( sContent, nTyp, nLangIndex ); in PrepareTextToMerge() 2548 else if ( aEntry.nTyp != IGNOREDTOKENS ){ in Push() [all …]
|
H A D | merge.cxx | 61 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 D | xrmmerge.cxx | 253 int WorkOnTokenSet( int nTyp, char *pTokenText ) in WorkOnTokenSet() argument 257 pParser->Execute( nTyp, pTokenText ); in WorkOnTokenSet()
|
H A D | cfgmerge.cxx | 265 int WorkOnTokenSet( int nTyp, char *pTokenText ) in WorkOnTokenSet() argument 268 pParser->Execute( nTyp, pTokenText ); in WorkOnTokenSet()
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | wrtww8.hxx | 605 bool HasRefToObject( sal_uInt16 nTyp, const String* pName, sal_uInt16 nSeqNo ); 608 String GetBookmarkName( sal_uInt16 nTyp, const String* pName, sal_uInt16 nSeqNo ); 1019 void WriteOutliner(const OutlinerParaObject& rOutliner, sal_uInt8 nTyp); 1020 void WriteSdrTextObj(const SdrObject& rObj, sal_uInt8 nTyp); 1200 sal_uInt8 nTyp; member in WW8_WrPlcFtnEdn 1206 WW8_WrPlcFtnEdn( sal_uInt8 nTTyp ) : nTyp( nTTyp ) {} in WW8_WrPlcFtnEdn() 1245 sal_uInt8 nTyp; member in WW8_WrPlcTxtBoxes 1253 WW8_WrPlcTxtBoxes( sal_uInt8 nTTyp ) : nTyp( nTTyp ) {} in WW8_WrPlcTxtBoxes()
|
H A D | wrtw8esh.cxx | 937 WW8_CP& rccp=TXT_TXTBOX == nTyp ? rWrt.pFib->ccpTxbx : rWrt.pFib->ccpHdrTxbx; in WriteTxt() 939 bRet = WriteGenericTxt( rWrt, nTyp, rccp ); in WriteTxt() 945 if( TXT_TXTBOX == nTyp ) in WriteTxt() 1043 const EditTextObject& rEditObj, sal_uInt8 nTyp ) in MSWord_SdrAttrIter() argument 1046 mnTyp(nTyp) in MSWord_SdrAttrIter() 1327 void WW8Export::WriteSdrTextObj(const SdrObject& rObj, sal_uInt8 nTyp) in WriteSdrTextObj() argument 1354 WriteOutliner(*pParaObj, nTyp); in WriteSdrTextObj() 1360 void WW8Export::WriteOutliner(const OutlinerParaObject& rParaObj, sal_uInt8 nTyp) in WriteOutliner() argument 1364 MSWord_SdrAttrIter aAttrIter( *this, rEditObj, nTyp ); in WriteOutliner()
|
H A D | ww8atr.cxx | 875 bool MSWordExportBase::HasRefToObject( sal_uInt16 nTyp, const String* pName, sal_uInt16 nSeqNo ) in HasRefToObject() argument 883 if ( pFmtFld->GetTxtFld() && nTyp == pFmtFld->GetField()->GetSubType() && in HasRefToObject() 888 switch ( nTyp ) in HasRefToObject() 911 String MSWordExportBase::GetBookmarkName( sal_uInt16 nTyp, const String* pName, sal_uInt16 nSeqNo ) in GetBookmarkName() argument 914 switch ( nTyp ) in GetBookmarkName() 3253 sal_uInt16 nTyp; in TextFootnote() local 3256 nTyp = REF_ENDNOTE; in TextFootnote() 3262 nTyp = REF_FOOTNOTE; in TextFootnote() 3270 if ( GetExport().HasRefToObject( nTyp, 0, rFtn.GetTxtFtn()->GetSeqRefNo() )) in TextFootnote() 3272 sBkmkNm = GetExport().GetBookmarkName( nTyp, 0, in TextFootnote()
|
/aoo4110/main/sw/inc/ |
H A D | expfld.hxx | 173 inline void SetType(sal_uInt16 nTyp); 208 inline void SwSetExpFieldType::SetType( sal_uInt16 nTyp ) in SetType() argument 210 nType = nTyp; in SetType()
|
H A D | dbmgr.hxx | 235 inline void SetMergeType( sal_uInt16 nTyp ) { nMergeType = nTyp; } in SetMergeType() argument
|
/aoo4110/main/sc/source/core/data/ |
H A D | column3.cxx | 625 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()
|
/aoo4110/main/tools/inc/tools/ |
H A D | resid.hxx | 121 const ResId & SetRT2( RESOURCE_TYPE nTyp ) const in SetRT2() 130 m_nRT2 = nTyp; in SetRT2()
|
/aoo4110/main/rsc/source/res/ |
H A D | rscclobj.cxx | 49 RefNode::RefNode( Atom nTyp ){ in RefNode() argument 51 nTypNameId = nTyp; in RefNode()
|
/aoo4110/main/unotools/source/i18n/ |
H A D | transliterationwrapper.cxx | 47 sal_uInt32 nTyp ) in TransliterationWrapper() argument 48 : xSMgr( xSF ), nType( nTyp ), nLanguage( 0 ), bFirstCall( sal_True ) in TransliterationWrapper()
|
/aoo4110/main/sw/source/core/tox/ |
H A D | txmsrt.cxx | 148 SwTOXSortTabBase::SwTOXSortTabBase( TOXSortType nTyp, const SwCntntNode* pNd, in SwTOXSortTabBase() argument 153 nPos( 0 ), nCntPos( 0 ), nType( static_cast<sal_uInt16>(nTyp) ), bValidTxt( sal_False ) in SwTOXSortTabBase() 169 switch( nTyp ) in SwTOXSortTabBase()
|
/aoo4110/main/xmloff/source/draw/ |
H A D | sdxmlexp.cxx | 221 ImpXMLAutoLayoutInfo(sal_uInt16 nTyp, ImpXMLEXPPageMasterInfo* pInf); 235 static sal_Bool IsCreateNecessary(sal_uInt16 nTyp); 238 sal_Bool ImpXMLAutoLayoutInfo::IsCreateNecessary(sal_uInt16 nTyp) in IsCreateNecessary() argument 240 if(nTyp == 5 /* AUTOLAYOUT_ORG */ in IsCreateNecessary() 241 || nTyp == 20 /* AUTOLAYOUT_NONE */ in IsCreateNecessary() 242 || nTyp >= IMP_AUTOLAYOUT_INFO_MAX) in IsCreateNecessary() 253 ImpXMLAutoLayoutInfo::ImpXMLAutoLayoutInfo(sal_uInt16 nTyp, ImpXMLEXPPageMasterInfo* pInf) in ImpXMLAutoLayoutInfo() argument 254 : mnType(nTyp), in ImpXMLAutoLayoutInfo()
|
/aoo4110/main/basic/source/comp/ |
H A D | dim.cxx | 1021 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()
|