Searched refs:_rEntry (Results 1 – 11 of 11) sorted by relevance
/trunk/main/cui/source/options/ |
H A D | cfgchart.cxx | 84 void SvxChartColorTable::append( const XColorEntry & _rEntry ) in append() argument 86 m_aColorEntries.push_back( _rEntry ); in append() 89 void SvxChartColorTable::replace( size_t _nIndex, const XColorEntry & _rEntry ) in replace() argument 95 m_aColorEntries[ _nIndex ] = _rEntry; in replace() 97 if ( aCol2 != const_cast< XColorEntry& >( _rEntry ).GetColor() ) in replace() 317 void SvxChartColorTableItem::ReplaceColorByIndex( size_t _nIndex, const XColorEntry & _rEntry ) in ReplaceColorByIndex() argument 319 m_aColorTable.replace( _nIndex, _rEntry ); in ReplaceColorByIndex()
|
H A D | cfgchart.hxx | 54 void append( const XColorEntry & _rEntry ); 55 void replace( size_t _nIndex, const XColorEntry & _rEntry ); 105 void ReplaceColorByIndex( size_t _nIndex, const XColorEntry & _rEntry );
|
/trunk/main/fpicker/source/aqua/ |
H A D | FilterHelper.cxx | 145 bool operator () ( const FilterEntry& _rEntry ) in operator ()() 148 if( !_rEntry.hasSubFilters() ) { in operator ()() 150 rtl::OUString title = _rEntry.getTitle(); in operator ()() 155 rtl::OUString aShrunkName = shrinkFilterName( _rEntry.getTitle() ).trim(); in operator ()() 162 _rEntry.endSubFilters() != ::std::find_if( in operator ()() 163 _rEntry.beginSubFilters(), in operator ()() 164 _rEntry.endSubFilters(), in operator ()() 171 bool operator () ( const UnoFilterEntry& _rEntry ) in operator ()() 173 rtl::OUString aShrunkName = shrinkFilterName( _rEntry.First ); in operator ()()
|
/trunk/main/fpicker/source/office/ |
H A D | OfficeFilePicker.cxx | 384 bool operator () ( const FilterEntry& _rEntry ) in operator ()() 387 if ( !_rEntry.hasSubFilters() ) in operator ()() 389 bMatch = ( _rEntry.getTitle() == rTitle ); in operator ()() 393 _rEntry.endSubFilters() != ::std::find_if( in operator ()() 394 _rEntry.beginSubFilters(), in operator ()() 395 _rEntry.endSubFilters(), in operator ()() 401 bool operator () ( const UnoFilterEntry& _rEntry ) in operator ()() 403 return _rEntry.First == rTitle ? true : false; in operator ()()
|
/trunk/main/extensions/source/logging/ |
H A D | filehandler.cxx | 149 void impl_writeString_nothrow( const ::rtl::OString& _rEntry ); 221 void FileHandler::impl_writeString_nothrow( const ::rtl::OString& _rEntry ) in impl_writeString_nothrow() argument 225 sal_uInt64 nBytesToWrite( _rEntry.getLength() ); in impl_writeString_nothrow() 230 m_pFile->write( _rEntry.getStr(), nBytesToWrite, nBytesWritten ); in impl_writeString_nothrow()
|
/trunk/main/svx/source/form/ |
H A D | datanavi.cxx | 989 ItemNode* pNode = new ItemNode( _rEntry ); in AddEntry() 997 _rEntry->getPropertyValue( PN_SUBMISSION_ID ) >>= sTemp; in AddEntry() 1000 _rEntry->getPropertyValue( PN_SUBMISSION_ACTION ) >>= sTemp; in AddEntry() 1005 _rEntry->getPropertyValue( PN_SUBMISSION_METHOD ) >>= sTemp; in AddEntry() 1010 _rEntry->getPropertyValue( PN_SUBMISSION_REF ) >>= sTemp; in AddEntry() 1015 _rEntry->getPropertyValue( PN_SUBMISSION_BIND ) >>= sTemp; in AddEntry() 1036 _rEntry->getPropertyValue( PN_BINDING_ID ) >>= sTemp; in AddEntry() 1039 _rEntry->getPropertyValue( PN_BINDING_EXPR ) >>= sTemp; in AddEntry() 1073 _rEntry->getPropertyValue( PN_SUBMISSION_ID ) >>= sTemp; in EditEntry() 1076 _rEntry->getPropertyValue( PN_SUBMISSION_BIND ) >>= sTemp; in EditEntry() [all …]
|
/trunk/main/fpicker/source/unx/gnome/ |
H A D | SalGtkFilePicker.cxx | 586 bool operator () ( const FilterEntry& _rEntry ) in operator ()() 589 if( !_rEntry.hasSubFilters() ) in operator ()() 591 bMatch = ( _rEntry.getTitle() == rTitle ); in operator ()() 595 _rEntry.endSubFilters() != ::std::find_if( in operator ()() 596 _rEntry.beginSubFilters(), in operator ()() 597 _rEntry.endSubFilters(), in operator ()() 603 bool operator () ( const UnoFilterEntry& _rEntry ) in operator ()() 605 OUString aShrunkName = shrinkFilterName( _rEntry.First ); in operator ()()
|
/trunk/main/dbaccess/source/ui/dlg/ |
H A D | dsselect.hxx | 72 void Select( const String& _rEntry ) { m_aDatasource.SelectEntry(_rEntry); } in Select() argument
|
H A D | sqlmessage.cxx | 346 …vTreeListBox& _rList, bool _bHiContrast, size_t _nElementPos, const ExceptionDisplayInfo& _rEntry ) in lcl_insertExceptionEntry() argument 348 Image aEntryImage( _rEntry.pImageProvider->getImage( _bHiContrast ) ); in lcl_insertExceptionEntry() 350 _rList.InsertEntry( _rEntry.pLabelProvider->getLabel(), aEntryImage, aEntryImage ); in lcl_insertExceptionEntry()
|
/trunk/main/dbaccess/source/ui/querydesign/ |
H A D | SelectionBrowseBox.hxx | 259 void enableControl(const OTableFieldDescRef& _rEntry,Window* _pControl); 260 …void setTextCellContext(const OTableFieldDescRef& _rEntry,const String& _sText,const rtl::OStrin…
|
H A D | SelectionBrowseBox.cxx | 2692 void OSelectionBrowseBox::enableControl(const OTableFieldDescRef& _rEntry,Window* _pControl) in enableControl() argument 2694 sal_Bool bEnable = !_rEntry->isCondition(); in enableControl() 2699 void OSelectionBrowseBox::setTextCellContext(const OTableFieldDescRef& _rEntry,const String& _sText… in setTextCellContext() argument 2706 enableControl(_rEntry,m_pTextCell); in setTextCellContext()
|
Completed in 106 milliseconds