Home
last modified time | relevance | path

Searched refs:aTitle (Results 51 – 75 of 252) sorted by relevance

1234567891011

/aoo41x/main/autodoc/source/display/idl/
H A Dhfi_service.cxx157 aTitle(CurOut()); in Produce_byData() local
159 aNameChain(aTitle.Add_Row()); in Produce_byData()
162 produce_Title(aTitle, C_sCePrefix_Service, i_ce); in Produce_byData()
164 write_Docu(aTitle.Add_Row(), i_ce); in Produce_byData()
H A Dhfi_globalindex.cxx151 aTitle(CurOut()); in Produce_Page() local
153 aTitle.Produce_Title( sl() in Produce_Page()
161 aTitle.Add_Row() in Produce_Page()
H A Dhfi_xrefpage.cxx197 aTitle(CurOut()); in produce_Main() local
199 aTitle.Produce_Title( sl() in produce_Main()
206 aTitle.Add_Row() << &rContentDirectory; in produce_Main()
/aoo41x/main/dbaccess/source/core/dataaccess/
H A DComponentDefinition.cxx125 &rDefinition.m_aProps.aTitle, ::getCppuType(&rDefinition.m_aProps.aTitle)); in DBG_NAME()
168 m_pImpl->m_aProps.aTitle = _rElementName; in OComponentDefinition()
169 …DBG_ASSERT(m_pImpl->m_aProps.aTitle.getLength() != 0, "OComponentDefinition::OComponentDefinition … in OComponentDefinition()
H A Ddocumentcontainer.cxx151 &m_pImpl->m_aProps.aTitle, ::getCppuType(&m_pImpl->m_aProps.aTitle)); in DBG_NAME()
319 pElementImpl->m_aProps.aTitle = sName; in createInstanceWithArguments()
381 pElementImpl->m_aProps.aTitle = sName; in createInstanceWithArguments()
808 if ( newName.equals( m_pImpl->m_aProps.aTitle ) ) in rename()
812 Any aOld = makeAny(m_pImpl->m_aProps.aTitle); in rename()
817 m_pImpl->m_aProps.aTitle = newName; in rename()
/aoo41x/main/basctl/source/basicide/
H A Dscriptdocument.cxx1551 ::rtl::OUString aTitle; in getTitle()
1559 … case LIBRARY_TYPE_MODULE: aTitle = String( IDEResId( RID_STR_USERMACROS ) ); break; in getTitle()
1560 … case LIBRARY_TYPE_DIALOG: aTitle = String( IDEResId( RID_STR_USERDIALOGS ) ); break; in getTitle()
1561 … case LIBRARY_TYPE_ALL: aTitle = String( IDEResId( RID_STR_USERMACROSDIALOGS ) ); break; in getTitle()
1570 … case LIBRARY_TYPE_MODULE: aTitle = String( IDEResId( RID_STR_SHAREMACROS ) ); break; in getTitle()
1571 … case LIBRARY_TYPE_DIALOG: aTitle = String( IDEResId( RID_STR_SHAREDIALOGS ) ); break; in getTitle()
1572 … case LIBRARY_TYPE_ALL: aTitle = String( IDEResId( RID_STR_SHAREMACROSDIALOGS ) ); break; in getTitle()
1579 aTitle = getTitle(); in getTitle()
1586 return aTitle; in getTitle()
/aoo41x/main/svx/source/gallery2/
H A Dgalbrws2.cxx1398 String aTitle( rObj.GetTitle() ); in GetItemText() local
1400 if( !aTitle.Len() ) in GetItemText()
1401aTitle = aURL.getBase( INetURLObject::LAST_SEGMENT, true, INetURLObject::DECODE_UNAMBIGUOUS ); in GetItemText()
1403 if( !aTitle.Len() ) in GetItemText()
1405 aTitle = aURL.GetMainURL( INetURLObject::DECODE_UNAMBIGUOUS ); in GetItemText()
1406 aTitle = aTitle.GetToken( aTitle.GetTokenCount( '/' ) - 1, '/' ); in GetItemText()
1409 aRet += aTitle; in GetItemText()
/aoo41x/main/toolkit/source/layout/core/
H A Dimport.cxx90 OUString aTitle; in WidgetElement() local
91 if ( findAndRemove( "title", aProps, aTitle ) ) in WidgetElement()
93 OSL_TRACE("Setting title: %s", OUSTRING_CSTR( aTitle ) ); in WidgetElement()
94 xDialog->setTitle( aTitle ); in WidgetElement()
/aoo41x/main/sc/source/ui/view/
H A Dhintwin.cxx44 aTitle( rTit ), in ScHintWindow()
60 Size aHeadSize( GetTextWidth( aTitle ), GetTextHeight() ); in ScHintWindow()
93 DrawText( Point(HINT_MARGIN,HINT_MARGIN), aTitle ); in Paint()
/aoo41x/main/unotools/source/ucbhelper/
H A Ducbhelper.cxx421 String aTitle( xRow->getString(1) ); in GetResultSet() local
423 String aRow = aTitle; in GetResultSet()
509 …String aTitle = aURL.getName( INetURLObject::LAST_SEGMENT, true, INetURLObject::DECODE_WITH_CHARSE… in MakeFolder() local
517 return MakeFolder( aCnt, aTitle, aNew, bNewOnly ); in MakeFolder()
522 sal_Bool UCBContentHelper::MakeFolder( Content& aCnt, const String& aTitle, Content& rNew, sal_Bool… in MakeFolder() argument
553 pValues[0] = makeAny( OUString( aTitle ) ); in MakeFolder()
586 aObj.Append( aTitle ); in MakeFolder()
/aoo41x/main/l10ntools/inc/
H A Dgsicheck.hxx47 ByteString aTitle; member in GSILine
65 ByteString const GetTitle() const { return aTitle; } in GetTitle()
70 void SetTitle( ByteString &aNew ) { aTitle = aNew; ReassembleLine(); } in SetTitle()
/aoo41x/main/reportdesign/source/ui/dlg/
H A DAddField.cxx331 String aTitle(ModuleRes(RID_STR_FIELDSELECTION)); in Update() local
332 SetText(aTitle); in Update()
368 aTitle.AppendAscii(" "); in Update()
369 aTitle += m_aCommandName.getStr(); in Update()
370 SetText( aTitle ); in Update()
/aoo41x/main/desktop/source/so_comp/
H A Devaluation.cxx124 OUString aTitle = rApproximateName; in getExactName() local
149 aTitle += OUString::createFromAscii(" ") + aEval; in getExactName()
155 return aTitle; in getExactName()
/aoo41x/main/framework/source/uielement/
H A Dmenubarmerger.cxx184 pSubMenu->InsertItem( nItemId, rMenuItem.aTitle, 0, MENU_APPEND ); in CreateSubMenu()
225 pMenu->InsertItem( nItemId, rMenuItem.aTitle, 0, nPos+nModIndex+nIndex ); in MergeMenuItems()
348 pCurrMenu->InsertItem( rItemId, rMenuItem.aTitle, 0, MENU_APPEND ); in ProcessFallbackOperation()
403 rAddonMenuEntry[i].Value >>= rAddonMenuItem.aTitle; in GetMenuEntry()
/aoo41x/main/sc/source/ui/miscdlgs/
H A Dredcom.cxx110 String aTitle; in ReInit() local
111 pChangeAction->GetDescription( aTitle, pDocShell->GetDocument()); in ReInit()
112 pDlg->SetText(aTitle); in ReInit()
/aoo41x/main/uui/source/
H A Dpassworddlg.cxx78 String aTitle( ResId( STR_TITLE_ENTER_PASSWORD, *pResourceMgr ) ); in PasswordDialog() local
87 aTitle = String( ResId( STR_TITLE_CREATE_PASSWORD, *pResourceMgr ) ); in PasswordDialog()
112 SetText( aTitle ); in PasswordDialog()
/aoo41x/main/basic/source/runtime/
H A Dinputbox.cxx166 String aTitle; in IMPL_LINK_INLINE_END() local
171 aTitle = rPar.Get(2)->GetString(); in IMPL_LINK_INLINE_END()
185 rPrompt,aTitle,aDefault,nX,nY); in IMPL_LINK_INLINE_END()
/aoo41x/main/fpicker/source/aqua/
H A DSalAquaPicker.cxx251 void SAL_CALL SalAquaPicker::implsetTitle( const rtl::OUString& aTitle ) throw( uno::RuntimeExcepti… in implsetTitle() argument
253 DBG_PRINT_ENTRY(CLASS_NAME, __func__, "title", aTitle); in implsetTitle()
258 [m_pDialog setTitle:[NSString stringWithOUString:aTitle]]; in implsetTitle()
H A DSalAquaFolderPicker.cxx103 void SAL_CALL SalAquaFolderPicker::setTitle( const rtl::OUString& aTitle ) throw( uno::RuntimeExcep… in setTitle() argument
105 DBG_PRINT_ENTRY(CLASS_NAME, __func__, "title", aTitle); in setTitle()
109 implsetTitle(aTitle); in setTitle()
/aoo41x/main/ucbhelper/workben/myucp/
H A Dmyucp_content.cxx520 xRow->appendString ( rProp, rData.aTitle ); in getPropertyValues()
594 rData.aTitle ); in getPropertyValues()
707 if ( aNewValue != m_aProps.aTitle ) in setPropertyValues()
710 aEvent.OldValue = uno::makeAny( m_aProps.aTitle ); in setPropertyValues()
715 m_aProps.aTitle = aNewValue; in setPropertyValues()
/aoo41x/main/sfx2/source/view/
H A Dorgmgr.cxx187 String aTitle = aObj.getName( INetURLObject::LAST_SEGMENT, true, in SV_IMPL_OP_PTRARR_SORT() local
190aTitle, aDocShell->GetFactory().GetFilterContainer()->GetAnyFilter( SFX_FILTER_IMPORT | SFX_FILTER… in SV_IMPL_OP_PTRARR_SORT()
259 String aTitle = pTmp->GetTitle( SFX_TITLE_TITLE ); in SfxOrganizeMgr() local
260 pNewEntry = new _FileListEntry( pTmp->GetMedium()->GetName(), pCollator, &aTitle ); in SfxOrganizeMgr()
/aoo41x/main/ucb/qa/complex/ucb/
H A DUCB.java141 String aTitle = xRow.getString(1); in listFiles() local
142 if (aTitle.length() == 0 && xRow.wasNull()) in listFiles()
148 files.add(aTitle); in listFiles()
/aoo41x/main/toolkit/source/awt/
H A Dvclxdialog.cxx220 ::rtl::OUString aTitle; in getTitle()
223 aTitle = pWindow->GetText(); in getTitle()
224 return aTitle; in getTitle()
/aoo41x/main/fpicker/source/unx/gnome/
H A DSalGtkFilePicker.cxx668 void SAL_CALL SalGtkFilePicker::appendFilter( const rtl::OUString& aTitle, const rtl::OUString& aFi… in appendFilter() argument
673 if( FilterNameExists( aTitle ) ) in appendFilter()
677 ensureFilterList( aTitle ); in appendFilter()
680 m_pFilterList->insert( m_pFilterList->end(), FilterEntry( aTitle, aFilter ) ); in appendFilter()
687 void SAL_CALL SalGtkFilePicker::setCurrentFilter( const rtl::OUString& aTitle ) in setCurrentFilter() argument
693 OUStringToOString( aTitle, RTL_TEXTENCODING_UTF8 ).getStr() ); in setCurrentFilter()
695 if( aTitle != m_aCurrentFilter ) in setCurrentFilter()
697 m_aCurrentFilter = aTitle; in setCurrentFilter()
700 OUStringToOString( aTitle, RTL_TEXTENCODING_UTF8 ).getStr() ); in setCurrentFilter()
/aoo41x/main/vcl/unx/generic/app/
H A Dwmadaptor.cxx1075 ByteString aTitle( rWMName, osl_getThreadTextEncoding() ); in setWMName() local
1078 aTitle = " "; in setWMName()
1140 char* pT = const_cast<char*>(aTitle.GetBuffer()); in setWMName()
1151 unsigned char* pData = aProp.nitems ? aProp.value : (unsigned char*)aTitle.GetBuffer(); in setWMName()
1154 int nBytes = aProp.nitems ? aProp.nitems : aTitle.Len(); in setWMName()
1195 ByteString aTitle( rWMName, RTL_TEXTENCODING_UTF8 ); in setWMName() local
1204 (unsigned char*)aTitle.GetBuffer(), in setWMName()
1205 aTitle.Len()+1 ); in setWMName()
1213 (unsigned char*)aTitle.GetBuffer(), in setWMName()
1214 aTitle.Len()+1 ); in setWMName()

Completed in 907 milliseconds

1234567891011