Home
last modified time | relevance | path

Searched refs:pTitle (Results 1 – 19 of 19) sorted by relevance

/trunk/main/basegfx/source/tools/
H A Ddebugplotter.cxx166 DebugPlotter::DebugPlotter( const sal_Char* pTitle ) : in DebugPlotter() argument
167 maTitle( pTitle ), in DebugPlotter()
176 DebugPlotter::DebugPlotter( const sal_Char* pTitle, in DebugPlotter() argument
178 maTitle( pTitle ), in DebugPlotter()
355 const sal_Char* pTitle ) in plot() argument
362 const sal_Char* pTitle ) in plot() argument
369 const sal_Char* pTitle ) in plot() argument
379 const sal_Char* pTitle ) in plot() argument
386 const sal_Char* pTitle ) in plot() argument
393 const sal_Char* pTitle ) in plot() argument
[all …]
/trunk/main/basegfx/inc/basegfx/tools/
H A Ddebugplotter.hxx62 explicit DebugPlotter( const sal_Char* pTitle );
73 DebugPlotter( const sal_Char* pTitle,
79 const sal_Char* pTitle );
81 const sal_Char* pTitle );
83 const sal_Char* pTitle );
85 const sal_Char* pTitle );
87 const sal_Char* pTitle );
89 const sal_Char* pTitle );
/trunk/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx3199 const char* pTitle; in dump_atom_header() local
3205 case DFF_msofbtAnimEvent: pTitle = "AnimEvent"; break; in dump_atom_header()
3211 case DFF_msofbtAnimGroup: pTitle = "AnimGroup"; break; in dump_atom_header()
3212 case DFF_msofbtAnimNode: pTitle = "AnimNode"; break; in dump_atom_header()
3213 case DFF_msofbtAnimValue: pTitle = "AnimValue"; break; in dump_atom_header()
3215 case DFF_msofbtAnimate: pTitle = "animate"; break; in dump_atom_header()
3216 case DFF_msofbtAnimateSet: pTitle = "set"; break; in dump_atom_header()
3221 case DFF_msofbtAnimAction: pTitle = "AnimAction"; break; in dump_atom_header()
3234 pTitle = buffer; in dump_atom_header()
3240 fprintf(mpFile, "<%s", pTitle ); in dump_atom_header()
[all …]
/trunk/main/sw/source/ui/utlui/
H A Dgloslst.cxx243 String SwGlossaryList::GetGroupName(sal_uInt16 nPos, sal_Bool bNoPath, String* pTitle) in GetGroupName() argument
253 if(pTitle) in GetGroupName()
254 *pTitle = pGroup->sTitle; in GetGroupName()
354 String* pTitle = aFiles[ nFiles ]; in Update() local
357 String sName( pTitle->Copy( 0, pTitle->Len() - sExt.Len() )); in Update()
380 delete pTitle; in Update()
/trunk/main/sw/source/ui/inc/
H A Dtoxmgr.hxx46 String* pTitle; member in SwTOXDescription
80 pTitle(0), in SwTOXDescription()
98 delete pTitle; in ~SwTOXDescription()
114 void SetTitle(const String& pSet) {delete pTitle; pTitle = new String(pSet);} in SetTitle()
115 const String* GetTitle() const {return pTitle; } in GetTitle()
H A Dgloslst.hxx68 String GetGroupName(sal_uInt16 nPos, sal_Bool bNoPath = sal_True, String* pTitle = 0);
H A Dgloshdl.hxx58 String GetGroupName( sal_uInt16, String* pTitle = 0 );
H A Dswdtflvr.hxx93 String& rFileName, String* pTitle = 0 );
/trunk/main/vcl/aqua/source/app/
H A Dsalsys.cxx141 NSString* pTitle = CreateNSString( rTitle ); in ShowNativeMessageBox() local
189 int nResult = NSRunAlertPanel( pTitle, pMessage, pDefText, pAltText, pOthText ); in ShowNativeMessageBox()
191 if( pTitle ) in ShowNativeMessageBox()
192 [pTitle release]; in ShowNativeMessageBox()
/trunk/main/sw/source/ui/chrdlg/
H A Dpardlg.cxx70 const String *pTitle, in SwParaDlg() argument
75 &rCoreSet, 0 != pTitle), in SwParaDlg()
86 if(pTitle) in SwParaDlg()
91 aTmp += *pTitle; in SwParaDlg()
/trunk/main/sw/source/ui/dochdl/
H A Dgloshdl.cxx206 String SwGlossaryHdl::GetGroupName( sal_uInt16 nId, String* pTitle ) in GetGroupName() argument
209 if(pTitle) in GetGroupName()
214 *pTitle = pGroup->GetName(); in GetGroupName()
215 if(!pTitle->Len()) in GetGroupName()
217 *pTitle = sRet.GetToken(0, GLOS_DELIM); in GetGroupName()
218 pGroup->SetName(*pTitle); in GetGroupName()
H A Dswdtflvr.cxx2814 String& rFileName, String* pTitle ) in _CheckForURLOrLNKFile() argument
2821 if( pTitle ) in _CheckForURLOrLNKFile()
2822 *pTitle = aBkmk.GetDescription(); in _CheckForURLOrLNKFile()
/trunk/main/oox/source/drawingml/chart/
H A Dseriesconverter.cxx60 TextModel* pTitle = 0 ) in lclCreateLabeledDataSequence() argument
72 if( pTitle ) in lclCreateLabeledDataSequence()
74 TextConverter aTextConv( rParent, *pTitle ); in lclCreateLabeledDataSequence()
607 TextModel* pTitle = bUseTextLabel ? mrModel.mxText.get() : 0; in createLabeledDataSequence() local
608 return lclCreateLabeledDataSequence( *this, pValues, rRole, pTitle ); in createLabeledDataSequence()
/trunk/main/sfx2/source/view/
H A Dorgmgr.cxx85 const CollatorWrapper* pColl, const String* pTitle = NULL );
112 const CollatorWrapper* pColl, const String* pTitle ) : in _FileListEntry() argument
121 if ( pTitle ) in _FileListEntry()
122 aBaseName = *pTitle; in _FileListEntry()
/trunk/main/sw/source/ui/misc/
H A Dglosdoc.cxx429 String* pTitle = aFiles[ nFiles ]; in GetNameList() local
430 String sName( pTitle->Copy( 0, pTitle->Len() - sExt.Len() )); in GetNameList()
436 delete pTitle; in GetNameList()
/trunk/main/vcl/aqua/source/window/
H A Dsalframe.cxx310 NSString* pTitle = CreateNSString( rTitle ); in SetTitle() local
311 [mpNSWindow setTitle: pTitle]; in SetTitle()
321 mpDockMenuEntry = [pDock insertItemWithTitle: pTitle in SetTitle()
331 [mpDockMenuEntry setTitle: pTitle]; in SetTitle()
334 if (pTitle) in SetTitle()
335 [pTitle release]; in SetTitle()
/trunk/main/cui/source/options/
H A Doptcolor.cxx820 …::boost::shared_ptr<SvxExtFixedText_Impl> pTitle(new SvxExtFixedText_Impl(this,ResId(FT_SQL_COMMAN… in ColorConfigWindow_Impl()
821 m_aExtensionTitles.push_back(pTitle); in ColorConfigWindow_Impl()
822pTitle->SetPosSizePixel(LogicToPixel( Point( _FT_XPOS, nLineNum * _LINE_HEIGHT ), MAP_APPFONT ),aF… in ColorConfigWindow_Impl()
823 pTitle->SetText(aExtConfig.GetComponentDisplayName(sComponentName)); in ColorConfigWindow_Impl()
824 aChapters.push_back(pTitle.get()); in ColorConfigWindow_Impl()
/trunk/main/vcl/unx/generic/printer/
H A Dcupsmgr.cxx95 const char* pTitle, in cupsPrintFile() argument
98 { return m_pcupsPrintFile( pPrinter, pFileName, pTitle, nOptions, pOptions ); } in cupsPrintFile()
/trunk/main/sw/source/core/unocore/
H A Dunoframe.cxx3001 const ::uno::Any* pTitle; in attachToRange() local
3002 if ( pProps->GetProperty(FN_UNO_TITLE, 0, pTitle) ) in attachToRange()
3004 setPropertyValue(C2U(SW_PROP_NAME_STR(UNO_NAME_TITLE)), *pTitle); in attachToRange()

Completed in 133 milliseconds