Home
last modified time | relevance | path

Searched refs:cut (Results 1 – 25 of 181) sorted by relevance

12345678

/aoo4110/main/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/
H A Dhyphenimp.cxx380 int * cut = NULL; // length of deletions in original word in hyphenate() local
393 &rep, &pos, &cut, minLead, minTrail, in hyphenate()
410 if (cut) free(cut); in hyphenate()
504 aWord.replaceAt(nHyphenationPosAlt + 1, cut[nHyphenationPos], repHyph), in hyphenate()
525 if (cut) free(cut); in hyphenate()
639 int * cut = NULL; // length of deletions in original word in createPossibleHyphens() local
653 &rep, &pos, &cut, minLead, minTrail, in createPossibleHyphens()
670 if (cut) free(cut); in createPossibleHyphens()
727 if (cut) free(cut); in createPossibleHyphens()
/aoo4110/main/offapi/com/sun/star/text/
H A DGraphicCrop.idl39 <p>Negative values cut the visible area; positive values
53 /** contains the top value to cut (if negative) or to extend (if positive)
60 /** contains the bottom value to cut (if negative) or to extend (if positive)
67 /** contains the left value to cut (if negative) or to extend (if positive)
74 /** contains the right value to cut (if negative) or to extend (if positive)
/aoo4110/main/setup_native/scripts/
H A Duninstall_solaris.sh44 PKGLIST=`pkginfo -R $MY_ROOT | cut -f 2 -d ' ' | grep -v core`
45 COREPKG=`pkginfo -R $MY_ROOT | cut -f 2 -d ' ' | grep core`
46 COREPKG01=`pkginfo -R $MY_ROOT | cut -f 2 -d ' ' | grep core01`
/aoo4110/main/offapi/com/sun/star/drawing/
H A DCircleKind.idl48 /** a circle with a cut connected by a line
55 /** a circle with a cut connected by two lines
62 /** a circle with an open cut
/aoo4110/main/dbaccess/source/ui/querydesign/
H A DQueryViewSwitch.cxx181 void OQueryViewSwitch::cut() in cut() function in OQueryViewSwitch
184 m_pTextView->cut(); in cut()
186 m_pDesignView->cut(); in cut()
/aoo4110/main/odk/
H A Dsetsdkenv_unix28 OOVERSION=`cat $OO_SDK_HOME/settings/dk.mk | tail -3 | head -n 1 | cut -d"=" -f2 | cut -d"." -f1,2`
H A Dsetsdkenv_unix.sh.in97 sdk_platform=`${OO_SDK_HOME}/config.guess | cut -d"-" -f3,4`
144 sdk_proctype=`${OO_SDK_HOME}/config.guess | cut -d"-" -f1`
/aoo4110/main/nss/
H A Dnss_macosx.patch8 -DARWIN_VER_MAJOR := $(shell uname -r | cut -f1 -d.)
11 +OSX_TARGET_MINOR := $(shell echo $(MACOSX_DEPLOYMENT_TARGET) | cut -f2 -d.)
/aoo4110/main/solenv/inc/
H A Dtg_compv.mk60 CFLAGSVERSION_CMD= -version |& cut -d" " -f4-
61 CFLAGSNUMVERSION_CMD= -version |& cut -d" " -f4-
/aoo4110/main/dbaccess/source/ui/inc/
H A Dquerycontainerwindow.hxx95 void cut() { m_pViewSwitch->cut(); } in cut() function in dbaui::OQueryContainerWindow
H A DIClipBoardTest.hxx41 virtual void cut() = 0;
H A DTableDesignHelpBar.hxx72 virtual void cut();
H A Dqueryview.hxx43 virtual void cut() = 0;
H A DQueryTextView.hxx51 virtual void cut();
/aoo4110/main/dbaccess/source/ui/tabledesign/
H A DFieldDescGenWin.cxx177 void OFieldDescGenWin::cut() in cut() function in OFieldDescGenWin
180 m_pFieldControl->cut(); in cut()
H A DTableDesignControl.cxx169 cut(); in Command()
203 void OTableRowView::cut() in cut() function in OTableRowView
H A DTableFieldDescWin.cxx287 void OTableFieldDescWin::cut() in cut() function in OTableFieldDescWin
290 getGenPage()->cut(); in cut()
H A DTableDesignView.cxx360 void OTableDesignView::cut() in cut() function in OTableDesignView
364 pTest->cut(); in cut()
H A DFieldDescGenWin.hxx77 virtual void cut();
/aoo4110/main/wizards/com/sun/star/wizards/web/
H A DBackgroundsDialog.java151 private int cut; field in BackgroundsDialog.BGRenderer
155 cut = cut_; in BGRenderer()
/aoo4110/main/odk/settings/
H A Dsettings.mk26 PLATFORM := $(shell $(PRJ)/config.guess | cut -d"-" -f3,4)
151 PROCTYPE := $(shell $(PRJ)/config.guess | cut -d"-" -f1)$(shell /usr/ccs/bin/elfdump -e "$(OFFICE_P…
/aoo4110/main/offapi/com/sun/star/ui/
H A DXUIConfigurationManager.idl238 /** retrieves the keyboard short cut manager from the user interface
242 Every user interface configuration manager has one keyboard short cut
247 the short cut manager of the user interface configuration manager.
/aoo4110/main/dbaccess/source/ui/app/
H A DAppView.cxx410 void OApplicationView::cut() in cut() function in OApplicationView
414 pTest->cut(); in cut()
/aoo4110/extras/l10n/source/
H A Dfix_l10n.sh3 set files = `echo "$*" | cut -d" " -f1 --complement`
H A Dprepare_l10n.sh5 set lang = `head -1 $file.tmp | cut -f 10`

Completed in 69 milliseconds

12345678