/aoo41x/extras/l10n/source/ps/ |
H A D | localize.sdf | 54 basic source\sbx\format.src 0 string STR_BASICKEY_FORMAT_ON 0 ps چالان 2002-02-02 02:02:02 55 basic source\sbx\format.src 0 string STR_BASICKEY_FORMAT_OFF 0 ps بند 2002-02-02 02:02:02 56 basic source\sbx\format.src 0 string STR_BASICKEY_FORMAT_TRUE 0 ps سم 2002-02-02 02:02:02 57 basic source\sbx\format.src 0 string STR_BASICKEY_FORMAT_FALSE 0 ps ناسم 2002-02-02 02:02:02 58 basic source\sbx\format.src 0 string STR_BASICKEY_FORMAT_YES 0 ps بلې 2002-02-02 02:02:02 59 basic source\sbx\format.src 0 string STR_BASICKEY_FORMAT_NO 0 ps نه 2002-02-02 02:02:02 70 basctl source\basicide\basidesh.src 0 string RID_STR_OPEN 0 ps بارول 2002-02-02 02:02:02 71 basctl source\basicide\basidesh.src 0 string RID_STR_SAVE 0 ps ذخیره 2002-02-02 02:02:02 108 basctl source\basicide\basidesh.src 0 string RID_STR_BASIC 0 ps بیسیک 2002-02-02 02:02:02 109 basctl source\basicide\basidesh.src 0 string RID_STR_LINE 0 ps کرښه 2002-02-02 02:02:02 [all …]
|
/aoo41x/main/qadevOOo/runner/util/ |
H A D | dbg.java | 220 for( int i = 0; i < ps.length; i++){ in printProperyValueSequenzePairs() 233 for( int i = 0; i < ps.length; i++){ in printProperyValueSequenzePairs() 234 printProperyValuePairs(ps[i], out); in printProperyValueSequenzePairs() 243 public static void printProperyValuePairs(PropertyValue ps){ in printProperyValuePairs() argument 255 if (ps.Value instanceof String[] ){ in printProperyValuePairs() 256 String[] values = (String[]) ps.Value; in printProperyValuePairs() 271 } else if (ps.Value instanceof PropertyValue){ in printProperyValuePairs() 277 } else if (ps.Value instanceof PropertyValue[]){ in printProperyValuePairs() 284 out.println("Name: '" + ps.Name + "' Value: '" + ps.Value.toString() + "'"); in printProperyValuePairs() 293 public static void printPropertiesNames(XPropertySet ps) { in printPropertiesNames() argument [all …]
|
/aoo41x/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/ |
H A D | WsePara.java | 80 ParaStyle ps = (ParaStyle)p.getResolved(); in WsePara() local 82 if (ps.isAttributeSet(ParaStyle.MARGIN_LEFT)) { in WsePara() 88 if (ps.isAttributeSet(ParaStyle.MARGIN_RIGHT)) { in WsePara() 94 if (ps.isAttributeSet(ParaStyle.TEXT_INDENT)) { in WsePara() 100 if (ps.isAttributeSet(ParaStyle.MARGIN_TOP)) { in WsePara() 101 double temp = ps.getAttribute(ParaStyle.MARGIN_TOP) * 1.6 / 100; in WsePara() 106 if (ps.isAttributeSet(ParaStyle.MARGIN_BOTTOM)) { in WsePara() 112 if (ps.isAttributeSet(ParaStyle.LINE_HEIGHT)) { in WsePara() 113 int lh = ps.getAttribute(ParaStyle.LINE_HEIGHT); in WsePara() 123 if (ps.isAttributeSet(ParaStyle.TEXT_ALIGN)) { in WsePara() [all …]
|
/aoo41x/main/connectivity/qa/complex/connectivity/hsqldb/ |
H A D | TestCacheSize.java | 290 XPreparedStatement ps = cConnection.prepareStatement( in fillUpBigTable() local 310 ps.execute(); in fillUpBigTable() 353 XPreparedStatement ps = cConnection.prepareStatement( in fillUpMultiTable() local 385 ps.execute(); in fillUpMultiTable() 472 XPreparedStatement ps = cConnection.prepareStatement( in checkSelects() local 478 ps.execute(); in checkSelects() 501 XPreparedStatement ps = cConnection.prepareStatement( in checkSelects() local 507 ps.execute(); in checkSelects() 531 ps.execute(); in checkSelects() 566 count += ps.executeUpdate(); in checkUpdates() [all …]
|
/aoo41x/main/autodoc/source/ary/kernel/ |
H A D | qualiname.cxx | 69 const char * ps = strstr( i_sText, i_sSeparator ); in AssignText() local 70 if (ps == i_sText) in AssignText() 73 sNext = ps + nSepLen; in AssignText() 76 for ( ps = strstr(sNext, i_sSeparator); in AssignText() 77 ps != 0; in AssignText() 78 ps = strstr(sNext, i_sSeparator) ) in AssignText() 80 String sPart(sNext, ps - sNext); in AssignText() 82 sNext = ps + nSepLen; in AssignText() 88 ps = sNext + sNameLen - 2; in AssignText() 89 if (*ps == '(' AND *(ps+1) == ')') in AssignText()
|
/aoo41x/main/ |
H A D | set_soenv.in | 265 $PATH_SEPERATOR = $ps; 316 $PATH_SEPERATOR = $ps; 330 $PATH_SEPERATOR = $ps; 368 $PATH_SEPERATOR = $ps; 472 $PATH_SEPERATOR = $ps; 695 $PATH_SEPERATOR = $ps; 792 $ps = ';'; 840 $PATH_SEPERATOR = $ps; 867 $PATH_SEPERATOR = $ps; 1193 $PATH .= $ps.$tmppath; [all …]
|
/aoo41x/main/qadevOOo/tests/java/mod/_forms/ |
H A D | OTimeModel.java | 184 XPropertySet ps = null; field in OTimeModel.Checker 189 …public Checker(XLoadable xl, XPropertySet ps, XInterface ctrl, String ChangePropertyName, Object C… in Checker() argument 191 this.ps = ps; in Checker() 204 Integer time = (Integer) ps.getPropertyValue("Time"); in update() 210 ps.setPropertyValue("Time", new Integer(lastTime)); in update() 227 Integer getT = (Integer) ps.getPropertyValue("Time"); in wasCommited()
|
H A D | OListBoxModel.java | 191 XPropertySet ps = null; field in OListBoxModel.Checker 196 …public Checker(XLoadable xl, XPropertySet ps, XInterface ctrl, String ChangePropertyName, Object C… in Checker() argument 198 this.ps = ps; in Checker() 209 ps.setPropertyValue(ChangePropertyName, new short[] { lastItem }); in update() 226 short[] getS = (short[]) ps.getPropertyValue(ChangePropertyName); in wasCommited()
|
H A D | GenericModelTest.java | 506 XPropertySet ps = null; field in GenericModelTest.Checker 511 …public Checker(XLoadable xl, XPropertySet ps, XInterface ctrl, String ChangePropertyName, Object C… in Checker() argument 513 this.ps = ps; in Checker() 524 lastValue = util.ValueChanger.changePValue(ps.getPropertyValue(ChangePropertyName)); in update() 541 ps.setPropertyValue(ChangePropertyName, lastValue); in update() 558 Object newValue = ps.getPropertyValue(ChangePropertyName); in wasCommited()
|
/aoo41x/main/scripting/workben/installer/ |
H A D | ExceptionTraceHelper.java | 33 PrintStream ps = null; in getTrace() local 38 ps = new PrintStream( baos ); in getTrace() 39 e.printStackTrace( ps ); in getTrace() 49 if ( ps != null ) in getTrace() 51 ps.close(); in getTrace()
|
/aoo41x/main/scripting/java/com/sun/star/script/framework/log/ |
H A D | LogUtils.java | 62 PrintStream ps = null; in getTrace() local 67 ps = new PrintStream( baos ); in getTrace() 68 e.printStackTrace( ps ); in getTrace() 78 if ( ps != null ) in getTrace() 80 ps.close(); in getTrace()
|
/aoo41x/main/qadevOOo/tests/java/ifc/beans/ |
H A D | _XPropertyState.java | 159 PropertyState ps = oObj.getPropertyState(localName); in _getPropertyState() local 160 if (ps == null) { in _getPropertyState() 187 PropertyState[] ps = oObj.getPropertyStates in _getPropertyStates() local 189 if (ps == null) { in _getPropertyStates() 193 if (ps.length != 1) { in _getPropertyStates() 195 ps.length) ; in _getPropertyStates()
|
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/ |
H A D | ParaStyle.java | 527 ParaStyle ps = (ParaStyle)style; in isSubset() 530 if (ps.isSet[i]) { in isSubset() 537 if (value[i] > ps.value[i]) in isSubset() 538 diff = value[i] - ps.value[i]; in isSubset() 540 diff = ps.value[i] - value[i]; in isSubset() 545 if ((value[i] == 0) && (ps.value[i] == 4)) in isSubset() 547 if (value[i] != ps.value[i]) in isSubset()
|
/aoo41x/main/sal/workben/clipboardwben/testviewer/ |
H A D | cbvtest.cxx | 67 void ShowAvailableClipboardFormats( HWND hWnd, HDC hdc, PAINTSTRUCT ps, RECT rcWnd ); 201 PAINTSTRUCT ps; in WndProc() local 235 hdc = BeginPaint (hWnd, &ps); in WndProc() 242 ShowAvailableClipboardFormats( hWnd, hdc, ps, rt ); in WndProc() 251 EndPaint( hWnd, &ps ); in WndProc() 312 void ShowAvailableClipboardFormats( HWND hWnd, HDC hdc, PAINTSTRUCT ps, RECT rcWnd ) in ShowAvailableClipboardFormats() argument
|
/aoo41x/main/desktop/source/pkgchk/unopkg/ |
H A D | unopkg_app.cxx | 175 Sequence< Reference<deployment::XPackage> > ps( in findPackage() local 178 for ( sal_Int32 i = 0; i < ps.getLength(); ++i ) in findPackage() 179 if ( dp_misc::getIdentifier( ps[i] ) == idOrFileName ) in findPackage() 180 return ps[i]; in findPackage() 181 for ( sal_Int32 i = 0; i < ps.getLength(); ++i ) in findPackage() 182 if ( ps[i]->getName() == idOrFileName ) in findPackage() 183 return ps[i]; in findPackage()
|
/aoo41x/main/qadevOOo/tests/java/mod/_toolkit/ |
H A D | UnoControlContainer.java | 214 Rectangle ps = xWindow.getPosSize(); in createTestEnvironment() local 215 xWindow.setPosSize(ps.X+10, ps.Y+10, ps.Width+10, ps.Height+10, PosSize.POSSIZE); in createTestEnvironment()
|
/aoo41x/main/cairo/ |
H A D | cairo-1.8.0.patch | 191 # The ps backend requires zlib. 237 diff -ur misc/build/cairo-1.8.0.org/src/cairo-ps-surface.c misc/build/cairo-1.8.0/src/cairo-ps-surf… 238 --- misc/build/cairo-1.8.0.org/src/cairo-ps-surface.c 2008-09-25 14:36:35.000000000 +0300 239 +++ misc/build/cairo-1.8.0/src/cairo-ps-surface.c 2008-11-14 22:21:33.000000000 +0200
|
/aoo41x/main/testgraphical/source/ |
H A D | filehelper.pm | 292 my $ps = ":"; 295 $ps = ";"; 297 return $ps;
|
/aoo41x/main/oox/source/ppt/ |
H A D | pptfilterhelpers.cxx | 108 const sal_Char** ps = pSource; in convertMeasure() local 111 while( *ps ) in convertMeasure() 113 const OUString aSearch( OUString::createFromAscii( *ps ) ); in convertMeasure() 128 ps++; in convertMeasure()
|
/aoo41x/main/fpicker/source/win32/filepicker/ |
H A D | helppopupwindow.cxx | 505 PAINTSTRUCT ps; in WndProc() local 507 BeginPaint(hWnd, &ps); in WndProc() 508 pImpl->onPaint( hWnd, ps.hdc ); in WndProc() 509 EndPaint(hWnd, &ps); in WndProc()
|
/aoo41x/main/wizards/com/sun/star/wizards/ui/ |
H A D | DocumentPreview.java | 86 Properties ps = new Properties(); in setDocument() local 90 ps.put(propNames[i], propValues[i]); in setDocument() 92 return setDocument(url, ps.getProperties()); in setDocument()
|
/aoo41x/main/qadevOOo/tests/java/mod/_dbaccess/ |
H A D | SbaXGridControl.java | 404 final XPropertySet ps = (XPropertySet) UnoRuntime.queryInterface( in createTestEnvironment() local 415 lastText = "_" + ps.getPropertyValue("Text"); in createTestEnvironment() 416 ps.setPropertyValue("Text", lastText); in createTestEnvironment() 431 String getS = (String) ps.getPropertyValue("Text"); in createTestEnvironment()
|
/aoo41x/main/embedserv/source/embed/ |
H A D | syswinwrapper.cxx | 403 PAINTSTRUCT ps; in HatchWndProc() local 415 hDC=BeginPaint(hWnd,&ps); in HatchWndProc() 418 EndPaint(hWnd,&ps); in HatchWndProc()
|
/aoo41x/main/sal/workben/clipboardwben/testpaste/ |
H A D | cbptest.cxx | 258 PAINTSTRUCT ps; in WndProc() local 288 hdc = BeginPaint (hWnd, &ps); in WndProc() 302 EndPaint( hWnd, &ps ); in WndProc()
|
/aoo41x/main/sal/workben/clipboardwben/testcopy/ |
H A D | cbcpytest.cxx | 246 PAINTSTRUCT ps; in WndProc() local 280 hdc = BeginPaint (hWnd, &ps); in WndProc() 294 EndPaint( hWnd, &ps ); in WndProc()
|