Home
last modified time | relevance | path

Searched refs:pattern (Results 26 – 50 of 105) sorted by relevance

12345

/aoo4110/main/solenv/bin/modules/installer/windows/
H A Didtglobal.pm166 my ($inputstring, $pattern, $shortnamesref) = @_;
174 if (( $inputstring =~ /^\s*(.*?)\.(.*?)\s*$/ ) && ( $pattern eq "file" )) # files with a dot
258 if ( $pattern eq "dir" ) { $name =~ s/\./\_/g; } # in directories replacing "." with "_"
277 my ($inputstring, $pattern, $shortnamesref) = @_;
287 if (( $inputstring =~ /^\s*(.*)\.(.*?)\s*$/ ) && ( $pattern eq "file" )) # files with a dot
389 if ( $pattern eq "dir" ) { $name =~ s/\./\_/g; } # in directories replacing "." with "_"
/aoo4110/main/postprocess/rebase/
H A Drebase.pl171 foreach my $pattern ( @target ) {
172 foreach my $i ( glob( $pattern ) ) {
/aoo4110/main/offapi/com/sun/star/form/component/
H A DDatabasePatternField.idl42 pattern.
54 <p>When the user enters text into a pattern field, and after this, the control
H A DPatternField.idl45 /** specifies a component which allows the input of text which matches a specific pattern.
/aoo4110/main/oox/source/dump/
H A Dbiffdumper.ini629 0x00010000=!fill-pattern-used
638 0x20000000=pattern-block
716 0x0000FC00=uint8,dec,fill-pattern,FILLPATTERNS
1039 …LINEFORMAT-LINETYPE,0,solid,dash,dot,dash-dot,dash-dot-dot,none,25%-pattern,50%-pattern,75%-pattern
1585 0=solid,dash,dot,dash-dot,dash-dot-dot,25%-pattern,50%-pattern,75%-pattern
1851 0x0100=pattern-auto-format
2309 0x003F=uint8,dec,fill-pattern,FILLPATTERNS
2328 0x003F0000=uint8,dec,fill-pattern,FILLPATTERNS
2361 0xFC000000=uint8,dec,fill-pattern,FILLPATTERNS
/aoo4110/main/filter/source/graphicfilter/ipict/
H A Dipict.cxx196 sal_uLong ReadPixPattern(Pattern &pattern);
480 sal_uLong PictReader::ReadPixPattern(PictReader::Pattern &pattern) in ReadPixPattern() argument
493 pattern.read(*pPict); in ReadPixPattern()
499 pattern.read(*pPict); in ReadPixPattern()
504 pattern.setColor(col); in ReadPixPattern()
/aoo4110/test/testcommon/source/org/openoffice/test/vcl/client/
H A DVclHookException.java354 Pattern pattern = Pattern.compile("\\(\\$([^\\)]*)\\)"); in parse()
355 Matcher matcher = pattern.matcher(originalMsg); in parse()
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/parser/
H A Dselectors.properties51 # Builds the selector pattern for a star-office stylesheet
56 style-selector.pattern=*[{0}|{1}~="{2}"]
/aoo4110/main/redland/redland/
H A Dredland-1.0.17.patch.autotools21 # Keep this pattern in sync with the one in func_win32_libid.
/aoo4110/main/framework/source/inc/pattern/
H A Dframe.hxx52 namespace pattern{ namespace
H A Dstorages.hxx54 namespace pattern{ namespace
H A Dconfiguration.hxx56 namespace pattern{ namespace
/aoo4110/main/connectivity/source/inc/java/sql/
H A DClob.hxx55 …const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XClob >& pattern, sal_Int64 start …
/aoo4110/main/offapi/com/sun/star/task/
H A DUrlRecord.idl35 /* List of users with their passwords for the url pattern.
/aoo4110/main/offapi/com/sun/star/awt/
H A DInvalidateStyle.idl51 /** The invalidated area is painted with the background color/pattern.
/aoo4110/main/offapi/com/sun/star/form/control/
H A DPatternField.idl41 /** describes a control for inputting text complying to a given pattern,
/aoo4110/main/offapi/com/sun/star/logging/
H A DXLoggerPool.idl52 pattern.</p>
/aoo4110/main/solenv/bin/
H A Ddeliver.pl933 foreach my $pattern ( @copy_filter_patterns ) {
934 if ( $file =~ /$pattern/ ) {
/aoo4110/main/hsqldb/patches/
H A Di121754.patch21 - <format property="_tmpstamp" pattern="yyyy/MM/dd-hh:mm:ss"
22 + <format property="_tmpstamp" pattern="yyyy/MM/dd-HH:mm:ss"
/aoo4110/main/framework/source/dispatch/
H A Dstartmoduledispatcher.cxx66 namespace fpf = ::framework::pattern::frame;
/aoo4110/main/offapi/com/sun/star/frame/
H A DProtocolHandler.idl51 URL pattern to detect right handler.
/aoo4110/main/writerfilter/documentation/doxygen/
H A DDoxyfile485 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
515 # for example use the pattern */test/*
526 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
555 # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
556 # basis. Doxygen will compare the file name with each pattern and apply the
558 # pattern=filter (like *.cpp=my_cpp_filter). See INPUT_FILTER for further
/aoo4110/main/forms/source/resource/
H A Dxforms.src81 Text [ en-US ] = "The value does not match the pattern '$2'.";
/aoo4110/main/offapi/com/sun/star/text/
H A DXAutoTextContainer.idl42 <p>The name must follow the pattern <code>groupname*pathid</code>, where:</p>
/aoo4110/main/offapi/com/sun/star/util/
H A DXSearchable.idl46 (in particular, for a text range which contains a specific string pattern).

Completed in 127 milliseconds

12345