Home
last modified time | relevance | path

Searched refs:comment (Results 1 – 25 of 199) sorted by relevance

12345678

/AOO41X/main/sal/test/
H A Dbootstrap.pl30 my $comment = "";
36 $comment = $comment . "commandline over environment test not passed\n";
42 $comment = $comment . "exe custom ini test not passed\n";
50 $comment = $comment . "extensions cut test not passed with .bin\n";
56 $comment = $comment . "extensions cut test not passed with .Bin\n";
62 $comment = $comment . "extensions cut test not passed with .exe\n";
68 $comment = $comment . "extensions cut test not passed with .Exe\n";
79 $comment = $comment . "custom ini test not passed\n";
84 $comment = $comment . '$SYSUSERHOME not testable under windows' . "\n";
89 $comment = $comment . '$SYSUSERHOME test not passed' . "\n";
[all …]
/AOO41X/main/cppuhelper/test/
H A Dtestdefaultbootstrapping.pl114 my $comment;
127 $comment = $comment . "\tcouldn't unregister service " . $service . "\n";
135 $comment = $comment . "\tcouldn't register service " . $service . "\n";
141 $comment = $comment . "\tcouldn't reach service " . $service . "\n";
158 $comment = $comment . "\tindirection test not passed\n";
178 $comment = $comment . "\tbeneath executable test not passed: " . $_testexe . "\n";
201 $comment = $comment . "\tbeneath lib test not passed\n";
231 $comment = $comment . "\tbeneath lib rc test not passed\n";
245 $comment = $comment . "\tmulti rdb test not passed\n";
268 print "Commnent:\n", $comment, "\n";
/AOO41X/main/sw/source/core/undo/
H A Ddocundo.cxx219 String comment( (UNDO_START == eUndoId) in StartUndo() local
225 comment = pRewriter->Apply(comment); in StartUndo()
228 SdrUndoManager::EnterListAction(comment, comment, eUndoId); in StartUndo()
268 String comment = String(SW_RES(UNDO_BASE + eUndoId)); in EndUndo() local
271 comment = pRewriter->Apply(comment); in EndUndo()
273 pListAction->SetComment(comment); in EndUndo()
285 String const comment(pLastUndo->GetComment()); in EndUndo() local
286 pListAction->SetComment(comment); in EndUndo()
333 ::rtl::OUString const comment( in GetUndoComments()
335 ret.push_back(comment); in GetUndoComments()
[all …]
/AOO41X/main/solenv/bin/modules/installer/windows/
H A Dproperty.pm43 my $comment = $name . " " . $version;
49 $comment = $comment . " " . $postversionextension;
52 if ( $installer::globals::languagepack ) { $comment = $comment . " " . "Language Pack"; }
58 $comment = $comment . " " . $patchstring;
64 $comment = $comment . " ($languagestring)";
75 $comment = $comment . " " . $buildidstring;
77 return $comment;
/AOO41X/main/writerfilter/source/doctok/
H A Dxmigen.el23 (defun insert-uml-attribute (type name offset bits mask shift comment attrid)
26 (insert-uml-taggedvalue comment "comment")
41 (defun insert-uml-attribute-array (type arraycount name offset bits mask shift comment attrid)
44 (insert-uml-taggedvalue comment "comment")
60 (defun insert-uml-operation (type name comment opid)
77 (defun insert-uml-binary (name comment opid)
94 (defun insert-uml-operation-array (type name comment opid)
H A Descherdoc.xsl56 <xsl:apply-templates select=".//xhtml:td[5]" mode="comment"/>
118 <xsl:template match="xhtml:td" mode="comment">
123 <UML:TagDefinition xmi.idref="comment" />
/AOO41X/main/sysui/desktop/share/
H A Dcreate_mime_xml.pl41 ($lang,$junk,$comment) = split($FS, $_, 3);
42 $comment =~ s/^"(.*)"$/$1/;
43 $comment =~ s/%PRODUCTNAME/$productname/;
45 chomp $comment;
47 $value = " <comment>$comment</comment>";
49 $value = ' <comment xml:lang="'.$lang.'">'.$comment.'</comment>';
/AOO41X/main/
H A Dset_soenv.in56 my ( $outfile, $outfile_sh, $outfile_bat, $bootfile, $newline, $comment,
212 $comment = "#"; # UNIX script comment character
2300 my $comment = $_[4];
2301 …print { $filehandle } "$comment #################################################################";
2303 …print { $filehandle } "$comment Apache OpenOffice $_[ 1 ] build environment file for: $_[ 2 ]. $ne…
2304 print { $filehandle } "$comment Generated on: $timestamp $newline";
2305 print { $filehandle } "$comment Source this file to set up the build environment. $newline";
2306 print { $filehandle } "$comment 1. exec $_[3] $newline";
2307 print { $filehandle } "$comment 2. source $outfile $newline";
2308 …print { $filehandle } "$comment #################################################################";
[all …]
/AOO41X/main/solenv/bin/modules/
H A DCws.pm755 my $comment = shift;
756 return $self->set_log_entry_in_eis($commandline, $vcsid, $start, $stop, $comment);
767 my $comment = shift;
771 …_entry_extended_in_eis($commandname, $parameter, $vcsid, $start, $stop, $comment, $mastername, $ch…
2074 my $comment = shift;
2077 $comment = SOAP::Data->type(string => $comment);
2090 eval { $result = $eis->storeCommandLogEntry( $commandline, $vcsid, $start, $end, $comment ) };
2106 my $comment = shift;
2112 $comment = SOAP::Data->type(string => $comment);
2127 …s->storeCommandLogEntry($commandname, $parameter, $vcsid, $start, $end, $comment, $mastername, $ch…
/AOO41X/main/fpicker/source/win32/filepicker/
H A Dplatform_vista.h47 …#pragma comment(linker, "/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Control…
49 …#pragma comment(linker, "/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Control…
51 …#pragma comment(linker, "/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Control…
53 …#pragma comment(linker, "/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Control…
/AOO41X/main/unodevtools/source/skeletonmaker/
H A Dcpptypemaker.cxx751 bool comment=true; in generateDocumentation() local
758 comment=false; in generateDocumentation()
761 if (comment) { in generateDocumentation()
835 if (comment) { in generateDocumentation()
841 if (comment) { in generateDocumentation()
854 if (comment) in generateDocumentation()
859 if (comment) in generateDocumentation()
862 if (comment) in generateDocumentation()
920 if (comment) { in generateDocumentation()
932 if (comment) in generateDocumentation()
/AOO41X/main/scripting/examples/java/Newsgroup/
H A DSender.java37 private String comment = ""; field in Sender
51 comment = com; in Sender()
79 message.setText( comment ); in sendMail()
86 messageBodyPart.setText( comment ); in sendMail()
/AOO41X/main/qadevOOo/tests/java/ifc/sheet/
H A D_XScenario.java36 String comment = null; field in _XScenario
79 comment = oObj.getScenarioComment(); in _getScenarioComment()
93 oObj.setScenarioComment(comment); in _setScenarioComment()
/AOO41X/main/filter/source/t602/
H A Dt602filter.cxx225 if(!ini.showcomm&&pst.comment) return; in inschr()
488 pst.comment = false; in Reset602()
575 if(ini.showcomm||!pst.comment) { in par602()
592 if(!pst.comment) { in par602()
732 pst.comment = false; in Read602()
740 if (ch == '.') { pst.comment = true; node = POCMD; } in Read602()
821 if (ini.showcomm||!pst.comment) inschr(' '); in Read602()
827 if(ini.showcomm||!pst.comment) { //formatovaci pomlcka in Read602()
/AOO41X/main/oox/source/xls/
H A Dcommentsfragment.cxx59 if( nElement == XLS_TOKEN( comment ) ) { importComment( rAttribs ); return this; } in onCreateContext()
61 case XLS_TOKEN( comment ): in onCreateContext()
77 if( isCurrentElement( XLS_TOKEN( comment ) ) ) in onEndElement()
/AOO41X/main/sdext/source/pdfimport/pdfparse/
H A Dpdfparse.cxx151comment = lexeme_d[ (ch_p('%') >> *(~ch_p('\r') & ~ch_p('\n')) >> eol_p)[boost::bind(&PDFGramm… in definition()
228 dict_element= dict_begin | comment | simple_type in definition()
251 >> *( comment | object | ( xref >> trailer ) ); in definition()
261 >> *( comment | object | ( xref >> trailer ) ); in definition()
264 rule< ScannerT > comment, stream, boolean, name, stringtype, null_object, simple_type, member
/AOO41X/main/tools/inc/tools/
H A Dsolar.h215 #define HACK( comment ) #error hack: comment argument
217 #define HACK( comment ) argument
/AOO41X/main/readlicense_oo/docs/readme/
H A Deval.xsl37 .comment {text-color: #666; font-size: xx-small;}
74 <xsl:when test="@xml:lang='x-comment'">
75 <span class="comment"><xsl:apply-templates/></span>
/AOO41X/main/offapi/com/sun/star/resource/
H A DXStringResourcePersistence.idl105 Sets the comment stored first in each locale data file.
107 This interface method can be used to overwrite the comment used
115 and hasn't to be part of the comment string. The caller is re-
116 sponsible that the passed string is a valid comment in a Java
/AOO41X/main/shell/inc/internal/
H A Di_xml_parser_event_handler.hxx70 virtual void comment(const string_t& comment) = 0;
/AOO41X/main/sw/source/ui/inc/
H A Dtoolbox.hrc295 Text [ x-comment ] = " ";\
519 Text [ x-comment ] = " ";\
529 Text [ x-comment ] = " ";\
/AOO41X/main/sax/source/expatwrap/
H A Dsaxwriter.cxx203 inline sal_Bool comment(const rtl::OUString& rComment) throw( SAXException );
766 inline sal_Bool SaxWriterHelper::comment(const rtl::OUString& rComment) throw( SAXException ) in comment() function in sax_expatwrap::SaxWriterHelper
985 virtual void SAL_CALL comment(const OUString& sComment)
1380 void SAXWriter::comment(const OUString& sComment) throw(SAXException, RuntimeException) in comment() function in sax_expatwrap::SAXWriter
1400 if (!mp_SaxWriterHelper->comment(sComment)) in comment()
/AOO41X/main/i18npool/source/isolang/
H A Dlcid.awk145 (loc) { comment[toupper($hex)] = " /* " $loc " */" }
160 printf( "xxxxxxx LANGUAGE_%-26s 0x%s%s\n", newlang[x], x, comment[x])
/AOO41X/main/xmloff/source/core/
H A DXMLEmbeddedObjectExportFilter.cxx119 void SAL_CALL XMLEmbeddedObjectExportFilter::comment( const OUString& rComment ) in comment() function in XMLEmbeddedObjectExportFilter
123 xExtHandler->comment( rComment ); in comment()
/AOO41X/main/offapi/com/sun/star/sheet/
H A DXScenario.idl55 /** returns the comment for the scenario.
61 /** sets a new comment for the scenario.

12345678