/trunk/main/vcl/source/glyphs/ |
H A D | graphite_cache.cxx | 99 GrSegRecord * record = NULL; in cacheSegment() local 137 if (record) in cacheSegment() 141 if (!record) in cacheSegment() 158 m_segMap[reinterpret_cast<long>(record->m_pStr)] = record; in cacheSegment() 170 GraphiteRopeMap::value_type mapEntry(record->m_rope->hashCode(), record); in cacheSegment() 174 record->m_lockCount++; in cacheSegment() 175 return record; in cacheSegment() 177 m_segMap[reinterpret_cast<long>(record->m_pStr)] = record; in cacheSegment() 178 GraphiteRopeMap::value_type mapEntry((*(record->m_rope)).hashCode(), record); in cacheSegment() 194 record->m_lockCount++; in cacheSegment() [all …]
|
/trunk/main/extensions/source/logging/ |
H A D | csvformatter.cxx | 269 aLogEntry.append( record.SequenceNumber ); in format() 275 aLogEntry.append( record.ThreadID ); in format() 285 (int)record.LogTime.Year, in format() 286 (int)record.LogTime.Month, in format() 287 (int)record.LogTime.Day, in format() 288 (int)record.LogTime.Hours, in format() 289 (int)record.LogTime.Minutes, in format() 290 (int)record.LogTime.Seconds, in format() 291 (int)record.LogTime.HundredthSeconds ); in format() 310 aLogEntry.append(record.Message); in format() [all …]
|
/trunk/main/offapi/com/sun/star/form/runtime/ |
H A D | FormFeature.idl | 40 /** moves the form to a record given by absolute position. 57 form, the fact that the current record count is not yet known (since not all 59 the record count.</p> 63 /// moves the form to the first record 66 /// moves the form to the record before the current record, if there is any 69 /// moves the form to the record after the current record, if there is any 72 /// moves the form to the last record 78 /** saves all changes in the form's current record, including changes in the current 83 /** revertsall changes in the form's current record, including changes in the current 88 /** deletes the current record, while honoring any registered
|
H A D | XFormController.idl | 79 check their current value when the current record is to be saved to the database.</p> 88 the update of the record is vetoed.</p> 123 record, and it will be disabled in case the form is already positioned on the first record.</p> 134 <td>positions the form on a record given by absolute number.<br/> 143 notified when the record count changes.<br/> 145 …is a string which can be used to display the record count. In particular, if the record count is n… 152 <td>moves the form to the first record</td> 157 <td>moves the form to the record preceding the current one</td> 162 <td>moves the form to the record after the current one</td> 167 <td>moves the form to the last record</td> [all …]
|
H A D | XFormOperations.idl | 67 interface, which you want to move to the next record.<br/> 70 record, so the user doesn't lose her input. So you need to call 81 <p>As another example, consider that you want to delete the current record from the 204 /** commits the current record of the form 207 will be <TRUE/> if a record has been inserted, i.e. the form was positioned 211 <TRUE/> if and only if the current record needed being committed. That's the 212 case if the record or the active control of the form were modified. 261 record, using the <member>execute</member> method. This means that potentially, the state
|
/trunk/main/solenv/bin/modules/installer/ |
H A D | ziplist.pm | 159 my $record = 0; 171 $record = 1; 176 if ($record) 181 if ( ($record) && ($line =~ /\{/) ) 186 if ( ($record) && ($line =~ /\}/) ) 193 $record = 0; 226 my $record = 1; 267 $record = 0; 271 if (!( $record )) 285 $record = 1; [all …]
|
H A D | worker.pm | 1530 my $record = 0; 1536 if (( $record ) && ( $line =~ /^\s*\[/ )) { $record = 0; } 1540 if ( $record ) { push(@lastsection, $line); } 1581 my $record = 0; 1588 if (( $line =~ /^\s*\"\Q$lastfilename\E\"\=/ ) && ( $record )) 1592 $record = 0; 1801 my $record = 0; 1807 if (( $record ) && ( $line =~ /^\s*\[/ )) 1809 $record = 0; 1813 if ( $line =~ /^\s*\[\Q$sectionname\E\]\s*$/ ) { $record = 1; } [all …]
|
H A D | javainstaller.pm | 887 my $record = 0; 894 if ( $oneline =~ /^\s*\<rpmunit/ ) { $record = 1; } 896 if ( $record ) { push(@rpmunit, $oneline); } 900 if (( $record ) && ( $oneline =~ /\/\>\s*$/ )) { $record = 0; } 902 if (( ! $foundrpm ) && ( ! $record )) { @rpmunit = (); } 904 if (( $foundrpm ) && ( ! $record )) { $includeline = $i + 1; } 906 if (( $foundrpm ) && ( ! $record )) { last; }
|
/trunk/main/connectivity/source/drivers/macab/ |
H A D | MacabRecords.cxx | 135 ABRecordRef record; in initialize() local 146 record = (ABRecordRef) CFArrayGetValueAtIndex(allRecords, i); in initialize() 147 records[i] = createMacabRecord(record, header, recordType); in initialize() 229 MacabRecord *record = records[_recordNumber]; in getField() local 231 if(_columnNumber < 0 || _columnNumber >= record->getSize()) in getField() 234 return record->get(_columnNumber); in getField() 373 ABRecordRef record; in createHeaderForRecordType() local 434 record = (ABRecordRef) CFArrayGetValueAtIndex(_records, j); in createHeaderForRecordType() 435 …headerDataForProperty = createHeaderForProperty(record,requiredProperties[i],_recordType,sal_True); in createHeaderForRecordType() 454 record = (ABRecordRef) CFArrayGetValueAtIndex(_records, i); in createHeaderForRecordType() [all …]
|
/trunk/main/offapi/com/sun/star/form/control/ |
H A D | GridControl.idl | 142 not only one record at a time, but a larger number of records of the database form.)<br/> 148 <dt>.uno:FormSlots/moveToFirst</dt><dd> move the cursor to the first record</dd> 149 <dt>.uno:FormSlots/moveToPrev</dt><dd> move the cursor to the previous record</dd> 150 <dt>.uno:FormSlots/moveToNext</dt><dd> move the cursor to the next record</dd> 151 <dt>.uno:FormSlots/moveToLast</dt><dd> move the cursor to the last record</dd> 152 …<dt>.uno:FormSlots/moveToNew</dt><dd> move the cursor to the (one and only) <em>new</em> record</d… 153 <dt>.uno:FormSlots/undoRecord</dt><dd> undo the changes done so far in the current record</dd>
|
/trunk/main/extensions/source/propctrlr/ |
H A D | formres.src | 198 Text [ en-US ] = "Acting on a record" ; 535 Text [ en-US ] = "First record" ; 539 Text [ en-US ] = "Previous record" ; 543 Text [ en-US ] = "Next record" ; 547 Text [ en-US ] = "Last record" ; 551 Text [ en-US ] = "Save record" ; 559 Text [ en-US ] = "New record" ; 563 Text [ en-US ] = "Delete record" ; 689 Text [ en-US ] = "Active record" ; 762 Text [ en-US ] = "After record action" ; [all …]
|
/trunk/main/sc/source/filter/excel/ |
H A D | ooxml-export-TODO.txt | 28 Section §2.3.1 (p.154) provides the record name :: record number mapping, and 29 Section §2.3.2 (p.165) provides the record number :: record name mapping. 44 - smartTagType (§3.2.22) [ unknown record ] 45 - smartTagTypes (§3.2.23) [ unknown record ]
|
/trunk/main/offapi/com/sun/star/frame/ |
H A D | XDispatchRecorderSupplier.idl | 43 /** provides access to the record mechanism of dispatches 46 With a <type>XDispatchRecorder</type> it's possible to record calls 78 Returned recorder can be used to record dispatches manualy or to get 91 /** dispatch given URL and record it if recording is enabled 102 to record the incoming parameter (<var>URL</var> and 108 to dispatch and record all necessary parameters of
|
H A D | XRecordableDispatch.idl | 48 <type>XDispatch</type> one to provide record functionality of dispatches. 87 /** dispatch and record it 97 object which can be used to record the request
|
/trunk/main/javainstaller2/src/Helpfiles/ |
H A D | create_helpfiles.pl | 181 my $record = 0; 185 if (( ${$ulffile}[$i] =~ /^\s*\[.*]\s*$/ ) && ( $record )) { last; } 186 if (( ${$ulffile}[$i] =~ /^\s*\[.*]\s*$/ ) && ( $record == 0 )) { $record = 1; } 188 if (( $record ) && ( ${$ulffile}[$i] =~ /^\s*(.+?)\s*\=/ ))
|
/trunk/main/javainstaller2/src/Properties/ |
H A D | create_property.pl | 154 my $record = 0; 161 if (( ${$jlffile}[$i] =~ /^\s*\[.*]\s*$/ ) && ( $record )) { last; } 162 if (( ${$jlffile}[$i] =~ /^\s*\[.*]\s*$/ ) && ( $record == 0 )) { $record = 1; } 164 if (( $record ) && ( ${$jlffile}[$i] =~ /^\s*(.+?)\s*\=/ ))
|
/trunk/main/offapi/com/sun/star/logging/ |
H A D | XLogHandler.idl | 89 /** publish the given log record at the handler's output channel. 92 <TRUE/> if and only if the record was actually published. A handler 93 will not publish a record if its log level doesn't meet the handler's 94 log level, if the record is filtered, or if any other handler-specified
|
H A D | LogRecord.idl | 45 /// specifies the name of the logger at which the record is logged 48 /** specifies the name of the class, in which the record was logged. 55 /** specifies the name of the method, in which the record was logged.
|
/trunk/main/slideshow/qa/debug/ |
H A D | timings.pl | 69 $record = 1; 93 print "\n\n#", $record, "\n"; 94 $record++;
|
/trunk/main/offapi/com/sun/star/form/component/ |
H A D | DatabaseImageControl.idl | 48 …can be bound to a database field. This means that for instance with every record change, the conte… 74 <li>Whenever the form's cursor is positioned on a new record, the column the control 86 From now on, the control and thus the database record counts as modified. If the cursor of the 87 form is moved further, the modified record is saved, means the content of the image pointed to
|
/trunk/main/cui/source/customize/ |
H A D | macropg.src | 266 Text [ en-US ] = "Before record action" ; 270 Text [ en-US ] = "After record action" ; 342 Text [ en-US ] = "Before record change" ; 346 Text [ en-US ] = "After record change" ;
|
/trunk/main/forms/source/resource/ |
H A D | strings.src | 70 Text [ en-US ] = "Error inserting the new record"; 75 Text [ en-US ] = "Error updating the current record"; 80 Text [ en-US ] = "Error deleting the current record";
|
/trunk/main/dbaccess/source/ui/tabledesign/ |
H A D | table.src | 247 … you later enter data in the table, this string will be used in each new record for the field sele… 279 …nsic value will be assigned to each new record automatically (resulting from the increment of the … 342 …Text [ en-US ] = "A unique index or primary key is required for data record identification in this…
|
/trunk/main/offapi/com/sun/star/form/ |
H A D | XInsertListener.idl | 54 /** is invoked when a database form starts inserting a record. 60 /** is invoked after a database form has inserted a record to a data source.
|
H A D | XRestoreListener.idl | 44 current record of a database form 57 /** is invoked when a modified record has been restored
|