Home
last modified time | relevance | path

Searched refs:pFontList (Results 1 – 25 of 40) sorted by relevance

12

/trunk/main/framework/source/uielement/
H A Dfontsizemenucontroller.cxx168 FontList* pFontList = 0; in fillPopupMenu() local
180 pFontList = new FontList( pInfoPrinter ); in fillPopupMenu()
183 if ( pFontList == 0 ) in fillPopupMenu()
184 pFontList = new FontList( Application::GetDefaultDevice() ); in fillPopupMenu()
186 FontInfo aFntInfo = pFontList->Get( m_aFontDescriptor.Name, m_aFontDescriptor.StyleName ); in fillPopupMenu()
193 const long* pAry = pFontList->GetSizeAry( aFntInfo ); in fillPopupMenu()
210 if ( pAry == pFontList->GetStdSizeAry() ) in fillPopupMenu()
270 delete pFontList; in fillPopupMenu()
/trunk/main/cui/source/dialogs/
H A Dsrchxtra.cxx53 pFontList( NULL ) in SvxSearchFormatDialog()
80 delete pFontList; in ~SvxSearchFormatDialog()
106 if ( !pFontList ) in PageCreated()
107 pFontList = new FontList( this ); in PageCreated()
108 pList = pFontList; in PageCreated()
/trunk/main/svx/source/sidebar/text/
H A DSvxSBFontNameBox.cxx94 , pFontList ( NULL ) in SvxSBFontNameBox()
111 pFontList = NULL; in EnableControls_Impl()
124 GetDocFontList_Impl( &pFontList, this ); in FillList()
164 FontInfo aInfo( pFontList->Get( GetText(),WEIGHT_NORMAL, ITALIC_NORMAL ) );//meWeight, meItalic in Select()
H A DSvxSBFontNameBox.hxx55 const FontList* pFontList; member in svx::sidebar::SvxSBFontNameBox
/trunk/main/cui/source/tabpages/
H A Dchardlg.cxx886 const FontList* pFontList = GetFontList(); in UpdatePreview_Impl() local
902 const FontList* pFontList = GetFontList(); in FillStyleBox_Impl() local
903 DBG_ASSERT( pFontList, "no fontlist" ); in FillStyleBox_Impl()
918 pStyleBox->Fill( pNameBox->GetText(), pFontList ); in FillStyleBox_Impl()
938 const FontList* pFontList = GetFontList(); in FillSizeBox_Impl() local
939 DBG_ASSERT( pFontList, "no fontlist" ); in FillSizeBox_Impl()
965 pSizeBox->Fill( &_aFontInfo, pFontList ); in FillSizeBox_Impl()
1022 const FontList* pFontList = GetFontList(); in Reset_Impl() local
1023 pNameBox->Fill( pFontList ); in Reset_Impl()
1082 pStyleBox->SetText( pFontList->GetStyleName( aInfo ) ); in Reset_Impl()
[all …]
/trunk/main/sc/source/ui/docshell/
H A Ddocshimp.hxx33 FontList* pFontList; member
39 , pFontList( NULL ) in DocShell_Impl()
46 delete pFontList; in ~DocShell_Impl()
H A Ddocsh3.cxx469 delete pImpl->pFontList; in UpdateFontList()
471 pImpl->pFontList = new FontList( GetRefDevice(), NULL, sal_False ); // sal_False or sal_True??? in UpdateFontList()
472 SvxFontListItem aFontListItem( pImpl->pFontList, SID_ATTR_CHAR_FONTLIST ); in UpdateFontList()
/trunk/main/sw/source/ui/config/
H A Doptpage.cxx647 pFontList(0), in SwStdFontTabPage()
918 pFontList = new FontList( pPrt ); in Reset()
1047 aStandardHeightLB.Fill( &aFontInfo, pFontList ); in Reset()
1048 aFontInfo = pFontList->Get(sOutBackup, sOutBackup ); in Reset()
1049 aTitleHeightLB.Fill( &aFontInfo, pFontList ); in Reset()
1050 aFontInfo = pFontList->Get(sListBackup,sListBackup); in Reset()
1051 aListHeightLB.Fill( &aFontInfo, pFontList ); in Reset()
1052 aFontInfo = pFontList->Get(sCapBackup, sCapBackup ); in Reset()
1053 aLabelHeightLB.Fill( &aFontInfo, pFontList ); in Reset()
1055 aIndexHeightLB.Fill( &aFontInfo, pFontList ); in Reset()
[all …]
/trunk/main/editeng/source/editeng/
H A Deditview.cxx1447 …eFontSizeImpl( EditView* pEditView, bool bGrow, const ESelection& rSel, const FontList* pFontList ) in ChangeFontSizeImpl() argument
1452 if( EditView::ChangeFontSize( bGrow, aSet, pFontList ) ) in ChangeFontSizeImpl()
1462 void EditView::ChangeFontSize( bool bGrow, const FontList* pFontList ) in ChangeFontSize() argument
1508 ChangeFontSizeImpl( this, bGrow, aPortionSel, pFontList ); in ChangeFontSize()
1514 ChangeFontSizeImpl( this, bGrow, aSel, pFontList ); in ChangeFontSize()
1520 bool EditView::ChangeFontSize( bool bGrow, SfxItemSet& rSet, const FontList* pFontList ) in ChangeFontSize() argument
1525 if( !pFontItem || !pFontList ) in ChangeFontSize()
1538 FontInfo aFontInfo = pFontList->Get( pFontItem->GetFamilyName(), pFontItem->GetStyleName() ); in ChangeFontSize()
1539 const long* pAry = pFontList->GetSizeAry( aFontInfo ); in ChangeFontSize()
/trunk/main/sc/source/filter/excel/
H A Dxehelper.cxx740 const FontList* pFontList = 0; in AppendPortion() local
745 pFontList = pInfoItem->GetFontList(); in AppendPortion()
779 if( bNewFont || (bNewStyle && pFontList) ) in AppendPortion()
782 if( pFontList ) in AppendPortion()
784 FontInfo aFontInfo( pFontList->Get( in AppendPortion()
788 aNewData.maStyle = pFontList->GetStyleName( aFontInfo ); in AppendPortion()
/trunk/main/editeng/inc/editeng/
H A Dflstitem.hxx47 const FontList* pFontList; member in SvxFontListItem
67 const FontList* GetFontList() const { return pFontList; } in GetFontList()
/trunk/main/sd/source/ui/func/
H A Dfutext.cxx1515 void FuText::ChangeFontSize( bool bGrow, OutlinerView* pOLV, const FontList* pFontList, ::sd::View*… in ChangeFontSize() argument
1517 if( !pFontList || !pView ) in ChangeFontSize()
1522 pOLV->GetEditView().ChangeFontSize( bGrow, pFontList ); in ChangeFontSize()
1554 ChangeFontSize( bGrow, pOLV, pFontList, pView ); in ChangeFontSize()
1561 if( EditView::ChangeFontSize( bGrow, aShapeSet, pFontList ) ) in ChangeFontSize()
/trunk/main/sd/source/ui/view/
H A Ddrtxtob1.cxx340 const FontList* pFontList = pFonts ? pFonts->GetFontList(): 0; in Execute() local
341 if( pFontList ) in Execute()
343 FuText::ChangeFontSize( nSlot == SID_GROW_FONT_SIZE, pOLV, pFontList, mpView ); in Execute()
H A Ddrviews2.cxx1051 const FontList* pFontList = pFonts->GetFontList(); in ExecChar() local
1052 if( pFontList ) in ExecChar()
1054 FuText::ChangeFontSize( nSId == SID_GROW_FONT_SIZE, NULL, pFontList, mpView ); in ExecChar()
/trunk/main/svx/source/form/
H A Dfmtextcontrolshell.cxx666 …const SvxFontListItem* pFontList = PTR_CAST( SvxFontListItem, m_pViewFrame->GetObjectShell()->GetI… in executeAttributeDialog() local
667 DBG_ASSERT( pFontList, "FmTextControlShell::executeAttributeDialog: no font list item!" ); in executeAttributeDialog()
668 if ( !pFontList ) in executeAttributeDialog()
686 …static_cast< SfxTabDialog* >( new TextControlCharAttribDialog( NULL, *pCurrentItems, *pFontList ) ) in executeAttributeDialog()
/trunk/main/starmath/source/
H A Ddialog.cxx1730 if (pFontList) in FillFonts()
1732 sal_uInt16 nCount = pFontList->GetFontNameCount(); in FillFonts()
1734 aFonts.InsertEntry( pFontList->GetFontName(i).GetName() ); in FillFonts()
2078 pFontList (NULL) in SmSymDefineDialog()
2083 pFontList = new FontList( pFntListDevice ); in SmSymDefineDialog()
2367 if (pFontList) in SetFont()
2368 aFI = pFontList->Get(rFontName, WEIGHT_NORMAL, ITALIC_NONE); in SetFont()
/trunk/main/filter/source/graphicfilter/ios2met/
H A Dios2met.cxx347 OSFont * pFontList; member in OS2METReader
955 pF = pFontList; in ReadChrStr()
2249 pF->pSucc=pFontList; pFontList=pF; in ReadFont()
2561 pFontList=NULL; in ReadOS2MET()
2699 while (pFontList!=NULL) { in ReadOS2MET()
2700 OSFont * p=pFontList; in ReadOS2MET()
2701 pFontList=p->pSucc; in ReadOS2MET()
/trunk/main/svtools/source/control/
H A Dctrlbox.cxx1159 pFontList = NULL; in ImplInit()
1246 pFontList = pList; in Fill()
1408 if ( pFontList ) in SetRelative()
1409 Fill( &aFontInfo, pFontList ); in SetRelative()
/trunk/main/editeng/source/items/
H A Dtextitem.cxx170 pFontList( pFontLst ) in SvxFontListItem()
172 if ( pFontList ) in SvxFontListItem()
174 sal_Int32 nCount = pFontList->GetFontNameCount(); in SvxFontListItem()
178 aFontNameSeq[i] = pFontList->GetFontName(i).GetName(); in SvxFontListItem()
187 pFontList( rItem.GetFontList() ), in SvxFontListItem()
205 return( pFontList == ((SvxFontListItem&)rAttr).pFontList ); in operator ==()
/trunk/main/svx/source/tbxctrls/
H A Dtbcontrl.cxx185 const FontList* pFontList; member in SvxFontNameBox_Impl
630 pFontList ( NULL ), in SvxFontNameBox_Impl()
647 GetDocFontList_Impl( &pFontList, this ); in FillList()
759 pFontList = NULL; in EnableControls_Impl()
777 if ( pFontList ) in Select()
779 FontInfo aInfo( pFontList->Get( GetText(), in Select()
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationDialog.cxx321 const FontList* pFontList = 0; in FontPropertyBox() local
325 pFontList = ( (SvxFontListItem*)pItem )->GetFontList(); in FontPropertyBox()
327 if(!pFontList) in FontPropertyBox()
329 pFontList = new FontList( Application::GetDefaultDevice(), NULL, sal_False ); in FontPropertyBox()
333 mpControl->Fill( pFontList ); in FontPropertyBox()
336 delete pFontList; in FontPropertyBox()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx2268 bool WinSalGraphics::AddTempDevFont( ImplDevFontList* pFontList, in AddTempDevFont() argument
2320 pFontList->Add( pFontData ); in AddTempDevFont()
2326 void WinSalGraphics::GetDevFontList( ImplDevFontList* pFontList ) in GetDevFontList() argument
2368 AddTempDevFont( pFontList, aFileStatus.getFileURL(), aEmptyString ); in GetDevFontList()
2378 aInfo.mpList = pFontList; in GetDevFontList()
2419 pFontList->SetFallbackHook( &aSubstFallback ); in GetDevFontList()
/trunk/main/vcl/aqua/source/gdi/
H A Dctfonts.cxx488 CTFontList* pFontList = (CTFontList*)pContext; in CTFontEnumCallBack() local
489 pFontList->AddFont( pFontData ); in CTFontEnumCallBack()
/trunk/main/extensions/source/propctrlr/
H A Dfontdialog.cxx576 const FontList* pFontList = rFontListItem.GetFontList(); in destroyItemSet() local
598 delete pFontList; in destroyItemSet()
/trunk/main/cui/source/inc/
H A Dsrchxtra.hxx47 FontList* pFontList; member in SvxSearchFormatDialog

Completed in 233 milliseconds

12