Searched refs:nFmtId (Results 1 – 11 of 11) sorted by relevance
/aoo42x/main/svtools/source/misc/ |
H A D | transfer2.cxx | 433 sal_uLong nFmtId = SotExchange::GetFormat( rFlavor ); in GetData() local 439 if( nFmtId == rEntry.nId ) in GetData() 448 switch( nFmtId ) in GetData()
|
/aoo42x/main/sw/source/ui/fldui/ |
H A D | flddb.cxx | 149 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 D | flddok.cxx | 535 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()
|
/aoo42x/main/sw/source/core/undo/ |
H A D | unattr.cxx | 658 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()
|
/aoo42x/main/sw/source/core/inc/ |
H A D | UndoAttribute.hxx | 85 SwUndoResetAttr( const SwPaM&, sal_uInt16 nFmtId ); 86 SwUndoResetAttr( const SwPosition&, sal_uInt16 nFmtId );
|
/aoo42x/main/sw/source/core/attr/ |
H A D | format.cxx | 52 nFmtId( 0 ), in SwFmt() 72 nFmtId( 0 ), in SwFmt() 90 nFmtId( 0 ), in SwFmt()
|
/aoo42x/main/sw/source/ui/inc/ |
H A D | fldmgr.hxx | 92 …sal_uLong nFmtId, SwWrtShell* pShell = NULL, sal_Unicode cSep = ' ', sal_Bool bIsAutoLanguage = sa… in SwInsertFld_Data() 97 nFormatId(nFmtId), in SwInsertFld_Data()
|
/aoo42x/main/sw/source/ui/frmdlg/ |
H A D | cption.cxx | 249 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()
|
/aoo42x/main/sw/source/ui/config/ |
H A D | optload.cxx | 466 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()
|
/aoo42x/main/sw/inc/ |
H A D | format.hxx | 52 sal_uInt16 nFmtId; // Format-ID fuer Lesen/Schreiben member in SwFmt
|
/aoo42x/main/sw/source/core/table/ |
H A D | swtable.cxx | 2713 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 76 milliseconds