Home
last modified time | relevance | path

Searched refs:nFmtId (Results 1 – 11 of 11) sorted by relevance

/trunk/main/svtools/source/misc/
H A Dtransfer2.cxx433 sal_uLong nFmtId = SotExchange::GetFormat( rFlavor ); in GetData() local
439 if( nFmtId == rEntry.nId ) in GetData()
448 switch( nFmtId ) in GetData()
/trunk/main/sw/source/ui/fldui/
H A Dflddb.cxx149 sal_uInt16 nFmtId = GetFldMgr().GetFormatId( TYP_DBSETNUMBERFLD, i ); in Reset() local
150 aFormatLB.SetEntryData( nEntryPos, reinterpret_cast<void*>(nFmtId) ); in Reset()
151 if( SVX_NUM_ARABIC == nFmtId ) in Reset()
H A Dflddok.cxx535 sal_uInt16 nFmtId = GetFldMgr().GetFormatId( nTypeId, i ); in FillFormatLB() local
536 aFormatLB.SetEntryData( nPos, reinterpret_cast<void*>( nFmtId )); in FillFormatLB()
537 if (IsFldEdit() && nFmtId == (GetCurField()->GetFormat() & ~AF_FIXED)) in FillFormatLB()
/trunk/main/sw/source/core/undo/
H A Dunattr.cxx658 SwUndoResetAttr::SwUndoResetAttr( const SwPaM& rRange, sal_uInt16 nFmtId ) in SwUndoResetAttr() argument
661 , m_nFormatId( nFmtId ) in SwUndoResetAttr()
665 SwUndoResetAttr::SwUndoResetAttr( const SwPosition& rPos, sal_uInt16 nFmtId ) in SwUndoResetAttr() argument
668 , m_nFormatId( nFmtId ) in SwUndoResetAttr()
/trunk/main/sw/source/core/inc/
H A DUndoAttribute.hxx85 SwUndoResetAttr( const SwPaM&, sal_uInt16 nFmtId );
86 SwUndoResetAttr( const SwPosition&, sal_uInt16 nFmtId );
/trunk/main/sw/source/core/attr/
H A Dformat.cxx52 nFmtId( 0 ), in SwFmt()
72 nFmtId( 0 ), in SwFmt()
90 nFmtId( 0 ), in SwFmt()
/trunk/main/sw/source/ui/inc/
H A Dfldmgr.hxx92 …sal_uLong nFmtId, SwWrtShell* pShell = NULL, sal_Unicode cSep = ' ', sal_Bool bIsAutoLanguage = sa… in SwInsertFld_Data()
97 nFormatId(nFmtId), in SwInsertFld_Data()
/trunk/main/sw/source/ui/frmdlg/
H A Dcption.cxx249 sal_uInt16 nFmtId = pMgr->GetFormatId(TYP_SEQFLD, i); in SwCaptionDialog() local
250 aFormatBox.SetEntryData( i, reinterpret_cast<void*>( nFmtId ) ); in SwCaptionDialog()
251 if( nFmtId == nSelFmt ) in SwCaptionDialog()
/trunk/main/sw/source/ui/config/
H A Doptload.cxx466 sal_uInt16 nFmtId = pMgr->GetFormatId(TYP_SEQFLD, i); in SwCaptionOptPage() local
467 aFormatBox.SetEntryData( i, reinterpret_cast<void*>(nFmtId) ); in SwCaptionOptPage()
468 if( nFmtId == nSelFmt ) in SwCaptionOptPage()
/trunk/main/sw/inc/
H A Dformat.hxx52 sal_uInt16 nFmtId; // Format-ID fuer Lesen/Schreiben member in SwFmt
/trunk/main/sw/source/core/table/
H A Dswtable.cxx2713 const sal_uLong nFmtId = ((SwTblBoxNumFormat*)pFmtItem)->GetValue(); in ActualiseValueBox() local
2717 if( !pNumFmtr->IsTextFormat( nFmtId ) && in ActualiseValueBox()
2723 pNumFmtr->GetOutputString( fVal, nFmtId, sNewTxt, &pCol ); in ActualiseValueBox()

Completed in 95 milliseconds