| /aoo4110/main/extras/unx/source/kde/mimelnk/application/ | 
| H A D | x-swriter.kdelnk | 23 Comment[fi]=24 Comment[pt]=
 25 Comment[fr]=
 26 Comment[sk]=
 27 Comment[es]=
 28 Comment[es]=
 33 Comment[pt_BR]=
 34 Comment[nl]=
 35 Comment[pl]=
 37 Comment[no]=
 [all …]
 
 | 
| H A D | x-scalc.kdelnk | 24 Comment=mime type26 Comment[pl]=Typ mime
 30 Comment[de]=Mime Type
 
 | 
| H A D | x-sda.kdelnk | 24 Comment=mime type26 Comment[pl]=Typ mime
 30 Comment[de]=Mime Type
 
 | 
| H A D | x-sdraw.kdelnk | 24 Comment=mime type26 Comment[pl]=Typ mime
 30 Comment[de]=Mime Type
 
 | 
| H A D | x-sdf.kdelnk | 24 Comment=mime type26 Comment[pl]=Typ mime
 30 Comment[de]=Mime Type
 
 | 
| H A D | x-sds.kdelnk | 24 Comment=mime type26 Comment[pl]=Typ mime
 30 Comment[de]=Mime Type
 
 | 
| H A D | x-sgl.kdelnk | 24 Comment=mime type26 Comment[pl]=Typ mime
 30 Comment[de]=Mime Type
 
 | 
| H A D | x-smf.kdelnk | 24 Comment=mime type26 Comment[pl]=Typ mime
 30 Comment[de]=Mime Type
 
 | 
| /aoo4110/main/svx/source/svdraw/ | 
| H A D | sdrcomment.cxx | 32 	Comment::Comment(  in Comment()  function in sdr::Comment46 	Comment::~Comment()  in ~Comment()
 50 	sal_Bool Comment::operator==(const Comment& rCandidate) const  in operator ==()
 60 	void Comment::SetCreationDate(Date aNewDate)  in SetCreationDate()
 68 	void Comment::SetUserName(const ::rtl::OUString& rNewName)  in SetUserName()
 76 	void Comment::SetText(const ::rtl::OUString& rNewText)  in SetText()
 84 	void Comment::SetPosition(const basegfx::B2DPoint& rNewPos)  in SetPosition()
 
 | 
| /aoo4110/main/oox/source/xls/ | 
| H A D | commentsbuffer.cxx | 69 Comment::Comment( const WorksheetHelper& rHelper ) :  in Comment()  function in oox::xls::Comment74 void Comment::importComment( const AttributeList& rAttribs )  in importComment()
 81 void Comment::importComment( SequenceInputStream& rStrm )  in importComment()
 89 void Comment::importNote( BiffInputStream& rStrm )  in importNote()
 118 RichStringRef Comment::createText()  in createText()
 124 void Comment::finalizeImport()  in finalizeImport()
 178 void Comment::importNoteBiff2( BiffInputStream& rStrm )  in importNoteBiff2()
 210 void Comment::importNoteBiff8( BiffInputStream& rStrm )  in importNoteBiff8()
 218 void Comment::importNoteSound( BiffInputStream& /*rStrm*/ )  in importNoteSound()
 236     CommentRef xComment( new Comment( *this ) );  in createComment()
 [all …]
 
 | 
| /aoo4110/main/extras/unx/source/kde/applnk/ | 
| H A D | SPAdmin.kdelnk | 33 Comment=OpenOffice printer setup34 Comment[de]=OpenOffice Druckereinstellungen
 35 Comment[fr]=configuration de l'imprimante de OpenOffice
 36 Comment[it]=l'impostazione stampante di OpenOffice
 37 Comment[nl]=printerinstelling
 38 Comment[es]=configuraci�n de impresora de OpenOffice
 39 Comment[pt]=configura��o da impressora em OpenOffice
 40 Comment[se]=OpenOffice skrivarinst�llning
 41 Comment[zh_CN.GB2312]=OpenOffice printer setup
 42 Comment[zh_TW.Big5]=OpenOffice printer setup
 
 | 
| /aoo4110/main/svx/inc/svx/ | 
| H A D | sdrcomment.hxx | 41 	class Comment  class59 		Comment(
 65 		~Comment();
 68 		sal_Bool operator<(const Comment& rCandidate) const { return (mnID < rCandidate.mnID); }  in operator <()
 71 		sal_Bool operator==(const Comment& rCandidate) const;
 72 		sal_Bool operator!=(const Comment& rCandidate) const { return !(operator==(rCandidate)); }  in operator !=()
 95 	typedef ::std::vector< Comment > CommentVector;
 
 | 
| H A D | svdpage.hxx | 588 	const sdr::Comment& GetCommentByIndex(sal_uInt32 nIndex);589 	void AddComment(const sdr::Comment& rNew);
 590 	void ReplaceCommentByIndex(sal_uInt32 nIndex, const sdr::Comment& rNew);
 
 | 
| /aoo4110/main/sd/source/ui/annotations/ | 
| H A D | annotations.src | 91             Text [ en-US ] = "~Delete Comment" ;126             Text [ en-US ] = "~Delete Comment" ;
 180 	Text [ en-US ] = "Insert Comment";
 185 	Text [ en-US ] = "Delete Comment(s)";
 190 	Text [ en-US ] = "Move Comment";
 195 	Text [ en-US ] = "Edit Comment";
 200 	Text [ en-US ] = "Reply to Comment";
 
 | 
| /aoo4110/main/offapi/com/sun/star/resource/ | 
| H A D | XStringResourcePersistence.idl | 112         @param Comment113             Comment stored first in each properties file followed by a line
 119     void setComment( [in] string Comment );
 147         @param Comment
 148             Comment stored first in each properties file,
 155 		[in] string BaseName, [in] string Comment )
 184         @param Comment
 185             Comment stored first in each properties file,
 196 	void storeToURL( [in] string URL, [in] string BaseName, [in] string Comment,
 
 | 
| H A D | StringResourceWithStorage.idl | 68         @param Comment69             Comment stored first in each properties file followed by a line
 80 			[in] string BaseName, [in] string Comment )
 
 | 
| H A D | StringResourceWithLocation.idl | 68         @param Comment69             Comment stored first in each properties file followed by a line
 84             [in] string BaseName, [in] string Comment,
 
 | 
| /aoo4110/main/oox/inc/oox/xls/ | 
| H A D | commentsbuffer.hxx | 50 class Comment : public WorksheetHelper  class53     explicit            Comment( const WorksheetHelper& rHelper );
 80 typedef ::boost::shared_ptr< Comment > CommentRef;
 99     typedef RefVector< Comment >                CommentVector;
 
 | 
| /aoo4110/main/scripting/source/stringresource/ | 
| H A D | stringresource.cxx | 1009 	m_aComment = Comment;  in setComment()1013 	const ::rtl::OUString& NameBase, const ::rtl::OUString& Comment )  in storeToStorage()
 1020 	implStoreAtStorage( NameBase, Comment, Storage, bUsedForStore, bStoreAll );  in storeToStorage()
 1140 	const ::rtl::OUString& NameBase, const ::rtl::OUString& Comment,  in storeToURL()
 2550 	StringResourcePersistenceImpl::setComment( Comment );  in setComment()
 2553 	const ::rtl::OUString& NameBase, const ::rtl::OUString& Comment )  in storeToStorage()
 2556 	StringResourcePersistenceImpl::storeToStorage( Storage, NameBase, Comment );  in storeToStorage()
 2559 	const ::rtl::OUString& NameBase, const ::rtl::OUString& Comment,  in storeToURL()
 2907 	StringResourcePersistenceImpl::setComment( Comment );  in setComment()
 2910 	const ::rtl::OUString& NameBase, const ::rtl::OUString& Comment )  in storeToStorage()
 [all …]
 
 | 
| H A D | stringresource.hxx | 421     virtual void SAL_CALL setComment( const ::rtl::OUString& Comment )425 		  const ::rtl::OUString& NameBase, const ::rtl::OUString& Comment )
 428 		const ::rtl::OUString& Comment,	const ::com::sun::star::uno::Reference
 535     virtual void SAL_CALL setComment( const ::rtl::OUString& Comment )
 539 		  const ::rtl::OUString& NameBase, const ::rtl::OUString& Comment )
 542 		const ::rtl::OUString& Comment, const ::com::sun::star::uno::Reference
 661     virtual void SAL_CALL setComment( const ::rtl::OUString& Comment )
 665 		  const ::rtl::OUString& NameBase, const ::rtl::OUString& Comment )
 668 		const ::rtl::OUString& Comment, const ::com::sun::star::uno::Reference
 
 | 
| /aoo4110/main/extras/unx/source/kde/mimelnk/text/ | 
| H A D | html.kdelnk | 24 Comment=mime type26 Comment[pl]=Typ mime
 30 Comment[de]=Mime Type
 
 | 
| /aoo4110/main/sc/source/ui/src/ | 
| H A D | popup.src | 88             Text [ en-US ] = "D~elete Comment" ;94             Text [ en-US ] = "Sho~w Comment" ;
 535 			Text [ en-US ] = "Sho~w Comment" ;
 
 | 
| /aoo4110/main/sw/source/ui/misc/ | 
| H A D | redlndlg.src | 71 			Text [ en-US ] = "Edit Comment..." ;107 						Text [ en-US ] = "Comment" ;
 
 | 
| /aoo4110/main/cui/source/options/ | 
| H A D | optcolor.src | 293 				Text [ en-US ] = "Comment highlighting";402 				Text [ en-US ] = "Comment";
 492 				Text [ en-US ] = "Comment";
 
 | 
| /aoo4110/main/scp2/source/writer/ | 
| H A D | registryitem_writer.scp | 543 …ription;System.Title;System.Author;System.Subject;System.Keywords;System.Comment;System.PropGroup.…595 …ription;System.Title;System.Author;System.Subject;System.Keywords;System.Comment;System.PropGroup.…
 663 …ription;System.Title;System.Author;System.Subject;System.Keywords;System.Comment;System.PropGroup.…
 785 …ription;System.Title;System.Author;System.Subject;System.Keywords;System.Comment;System.PropGroup.…
 946 …ription;System.Title;System.Author;System.Subject;System.Keywords;System.Comment;System.PropGroup.…
 1070 …ription;System.Title;System.Author;System.Subject;System.Keywords;System.Comment;System.PropGroup.…
 1236 …ription;System.Title;System.Author;System.Subject;System.Keywords;System.Comment;System.PropGroup.…
 
 |